]> code.ossystems Code Review - openembedded-core.git/commitdiff
initscripts: start urandom after populate-volatiles
authorJens Rehsack <rehsack@gmail.com>
Fri, 12 Feb 2016 09:18:44 +0000 (10:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 13 Feb 2016 08:27:17 +0000 (08:27 +0000)
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.

Signed-off-by: Jens Rehsack <sno@netbsd.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initscripts/initscripts_1.0.bb

index f90de6e4da246272d9c21d2f8028bef818a4b90b..148491fb2c9e6a9db3094f4e78aa0b8b834d22b0 100644 (file)
@@ -123,7 +123,7 @@ do_install () {
 #
        update-rc.d -r ${D} rmnologin.sh start 99 2 3 4 5 .
        update-rc.d -r ${D} sendsigs start 20 0 6 .
-       update-rc.d -r ${D} urandom start 30 S 0 6 .
+       update-rc.d -r ${D} urandom start 38 S 0 6 .
        update-rc.d -r ${D} umountnfs.sh start 31 0 1 6 .
        update-rc.d -r ${D} umountfs start 40 0 6 .
        update-rc.d -r ${D} reboot start 90 6 .