diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2014-09-03 15:09:16 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-03 11:09:06 +0100 |
commit | 3b00803dd17a5ae7d9115d4ebb0e38d00751a559 (patch) | |
tree | 5d03fbd1edff87aad204916254eff5f4f79dc6e4 /meta/recipes-core | |
parent | f8f2adab637a900b5122ce6f95b559729bc3248e (diff) | |
download | poky-3b00803dd17a5ae7d9115d4ebb0e38d00751a559.tar.gz |
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>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r-- | meta/recipes-core/initscripts/initscripts_1.0.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 () { | |||
139 | MASKED_SCRIPTS = " \ | 139 | MASKED_SCRIPTS = " \ |
140 | banner \ | 140 | banner \ |
141 | bootmisc \ | 141 | bootmisc \ |
142 | checkfs \ | ||
142 | checkroot \ | 143 | checkroot \ |
143 | devpts \ | 144 | devpts \ |
145 | dmesg \ | ||
144 | hostname \ | 146 | hostname \ |
145 | mountall \ | 147 | mountall \ |
146 | mountnfs \ | 148 | mountnfs \ |
149 | populate-volatile \ | ||
150 | read-only-rootfs-hook \ | ||
147 | rmnologin \ | 151 | rmnologin \ |
148 | sysfs \ | 152 | sysfs \ |
149 | urandom" | 153 | urandom" |