mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user