diff options
author | Jens Rehsack <rehsack@gmail.com> | 2016-02-12 10:18:44 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-14 11:42:19 +0000 |
commit | f6b39575fb4cbc7cd9f7fbe57562ebca8901d59d (patch) | |
tree | 76a4ebd7d051120ca427bd6d69dbb79531c0e1d1 /meta/recipes-core | |
parent | 85ac8eb4738ca8731c76b13ae81edea531438047 (diff) | |
download | poky-f6b39575fb4cbc7cd9f7fbe57562ebca8901d59d.tar.gz |
initscripts: start urandom after populate-volatiles
In case of read-only rootfs, populoate-volatiles might be used to create
some links (or bind-mounts) required for having a writable /var/lib.
(From OE-Core rev: 1f07dcfcecbd42f947b83c6f75d1a66186bcad68)
Signed-off-by: Jens Rehsack <sno@netbsd.org>
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index f90de6e4da..148491fb2c 100644 --- a/meta/recipes-core/initscripts/initscripts_1.0.bb +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb | |||
@@ -123,7 +123,7 @@ do_install () { | |||
123 | # | 123 | # |
124 | update-rc.d -r ${D} rmnologin.sh start 99 2 3 4 5 . | 124 | update-rc.d -r ${D} rmnologin.sh start 99 2 3 4 5 . |
125 | update-rc.d -r ${D} sendsigs start 20 0 6 . | 125 | update-rc.d -r ${D} sendsigs start 20 0 6 . |
126 | update-rc.d -r ${D} urandom start 30 S 0 6 . | 126 | update-rc.d -r ${D} urandom start 38 S 0 6 . |
127 | update-rc.d -r ${D} umountnfs.sh start 31 0 1 6 . | 127 | update-rc.d -r ${D} umountnfs.sh start 31 0 1 6 . |
128 | update-rc.d -r ${D} umountfs start 40 0 6 . | 128 | update-rc.d -r ${D} umountfs start 40 0 6 . |
129 | update-rc.d -r ${D} reboot start 90 6 . | 129 | update-rc.d -r ${D} reboot start 90 6 . |