mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
initscripts: Change execution order between checkroot and modutils
When '/' is first mounted as read-only, we want to have the checkroot.sh initscript (which then remounts '/' as rw if allowed) running before the modutils.sh. This is because modutils.sh initscript might need to run depmod depending on the status of the modules.dep file to update it and the '/' needs to be writable. (From OE-Core rev: 39f16d7dc42dcfe4a3fcceb8e476ac3c1e0ba3a2) Signed-off-by: Diego Sueiro <diego.sueiro@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f01675db34
commit
e8d24de4a1
@@ -10,7 +10,7 @@ PR = "r7"
|
||||
S = "${WORKDIR}"
|
||||
|
||||
INITSCRIPT_NAME = "modutils.sh"
|
||||
INITSCRIPT_PARAMS = "start 05 S ."
|
||||
INITSCRIPT_PARAMS = "start 06 S ."
|
||||
|
||||
inherit update-rc.d
|
||||
|
||||
|
||||
Reference in New Issue
Block a user