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.

(From OE-Core rev: c8f9527f18e5dd813c0330ba409875d34c36f6ab)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi 2014-09-03 15:09:16 +08:00 committed by Richard Purdie
parent f8f2adab63
commit 3b00803dd1
1 changed files with 4 additions and 0 deletions

View 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"