prerun: commented out lazy execution 03/52403/1
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 24 Jun 2015 06:15:16 +0000 (15:15 +0900)
committerSooyoung Ha <yoosah.ha@samsung.com>
Mon, 23 Nov 2015 07:30:15 +0000 (16:30 +0900)
Prerun execution from ramfs - before init - is verified.
So we commented lazy execution out.

Change-Id: Ic86c27f033cb27d365a468f452f04a230bf7e7c5
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
(cherry picked from commit 4a18e9d177f2c1bc9c34b3a8f7ead235814eda71)

filesystem/usr/lib/systemd/system/emul-common-preinit.service

index 9c2683b..441024d 100644 (file)
@@ -9,8 +9,9 @@ Type=oneshot
 
 # execute prerun scripts.
 # it is not necessary because it is already executed from initramfs.
-# but we execute it again for sure.
-ExecStartPre=/bin/sh -c '. /etc/emulator/prerun'
+# commented out for debugging.
+#ExecStartPre=/bin/sh -c '. /etc/emulator/prerun'
+
 # W/A for alarm-service
 ExecStart=/bin/touch /dev/rtc1
 ExecStartPost=/usr/bin/chsmack -a "_" /etc/config/model-config.xml