From 7f5c7d550b226b04c2ae3bd9a616b94b16ee2c4f Mon Sep 17 00:00:00 2001 From: SeokYeon Hwang Date: Wed, 24 Jun 2015 15:15:16 +0900 Subject: [PATCH] prerun: commented out lazy execution Prerun execution from ramfs - before init - is verified. So we commented lazy execution out. Change-Id: Ic86c27f033cb27d365a468f452f04a230bf7e7c5 Signed-off-by: SeokYeon Hwang (cherry picked from commit 4a18e9d177f2c1bc9c34b3a8f7ead235814eda71) --- .../usr/lib/systemd/system/emul-common-preinit.service | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/filesystem/usr/lib/systemd/system/emul-common-preinit.service b/filesystem/usr/lib/systemd/system/emul-common-preinit.service index 9c2683b..441024d 100644 --- a/filesystem/usr/lib/systemd/system/emul-common-preinit.service +++ b/filesystem/usr/lib/systemd/system/emul-common-preinit.service @@ -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 -- 2.34.1