]> code.ossystems Code Review - openembedded-core.git/commitdiff
initscripts: mask several init scripts
authorChen Qi <Qi.Chen@windriver.com>
Wed, 3 Sep 2014 07:09:16 +0000 (15:09 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 3 Sep 2014 09:24:22 +0000 (10:24 +0100)
We now support executing scripts under /etc/rcS.d. So we need to
mask several more init scripts here to prevent them from running
at boot time.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initscripts/initscripts_1.0.bb

index 7273a8236779ef9c6e58c1daab3b57d88413e8ad..a665acf6e4b911403cacb7546986195d6e11b0cc 100644 (file)
@@ -139,11 +139,15 @@ do_install () {
 MASKED_SCRIPTS = " \
   banner \
   bootmisc \
+  checkfs \
   checkroot \
   devpts \
+  dmesg \
   hostname \
   mountall \
   mountnfs \
+  populate-volatile \
+  read-only-rootfs-hook \
   rmnologin \
   sysfs \
   urandom"