From 6556be21016a2b135f4847ca060caa83dc850d29 Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Wed, 27 Aug 2014 22:21:26 -0400 Subject: initscripts: mask several init scripts 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 --- meta/recipes-core/initscripts/initscripts_1.0.bb | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index 7273a82367..a665acf6e4 100644 --- a/meta/recipes-core/initscripts/initscripts_1.0.bb +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb @@ -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" -- cgit 1.2.3-korg