mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00: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 = " \
|
MASKED_SCRIPTS = " \
|
||||||
banner \
|
banner \
|
||||||
bootmisc \
|
bootmisc \
|
||||||
|
checkfs \
|
||||||
checkroot \
|
checkroot \
|
||||||
devpts \
|
devpts \
|
||||||
|
dmesg \
|
||||||
hostname \
|
hostname \
|
||||||
mountall \
|
mountall \
|
||||||
mountnfs \
|
mountnfs \
|
||||||
|
populate-volatile \
|
||||||
|
read-only-rootfs-hook \
|
||||||
rmnologin \
|
rmnologin \
|
||||||
sysfs \
|
sysfs \
|
||||||
urandom"
|
urandom"
|
||||||
|
|||||||
Reference in New Issue
Block a user