diff options
-rw-r--r-- | meta/recipes-core/initscripts/initscripts_1.0.bb | 2 | ||||
-rw-r--r-- | meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/initscripts/initscripts_1.0.bb b/meta/recipes-core/initscripts/initscripts_1.0.bb index 32c527799e..5e994f2b7f 100644 --- a/meta/recipes-core/initscripts/initscripts_1.0.bb +++ b/meta/recipes-core/initscripts/initscripts_1.0.bb | |||
@@ -136,7 +136,7 @@ do_install () { | |||
136 | update-rc.d -r ${D} halt start 90 0 . | 136 | update-rc.d -r ${D} halt start 90 0 . |
137 | update-rc.d -r ${D} save-rtc.sh start 25 0 6 . | 137 | update-rc.d -r ${D} save-rtc.sh start 25 0 6 . |
138 | update-rc.d -r ${D} banner.sh start 02 S . | 138 | update-rc.d -r ${D} banner.sh start 02 S . |
139 | update-rc.d -r ${D} checkroot.sh start 06 S . | 139 | update-rc.d -r ${D} checkroot.sh start 05 S . |
140 | update-rc.d -r ${D} mountall.sh start 03 S . | 140 | update-rc.d -r ${D} mountall.sh start 03 S . |
141 | update-rc.d -r ${D} hostname.sh start 39 S . | 141 | update-rc.d -r ${D} hostname.sh start 39 S . |
142 | update-rc.d -r ${D} mountnfs.sh start 15 2 3 4 5 . | 142 | update-rc.d -r ${D} mountnfs.sh start 15 2 3 4 5 . |
diff --git a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb b/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb index 881b7db92e..97b4ddb88b 100644 --- a/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb +++ b/meta/recipes-kernel/modutils-initscripts/modutils-initscripts.bb | |||
@@ -10,7 +10,7 @@ PR = "r7" | |||
10 | S = "${WORKDIR}" | 10 | S = "${WORKDIR}" |
11 | 11 | ||
12 | INITSCRIPT_NAME = "modutils.sh" | 12 | INITSCRIPT_NAME = "modutils.sh" |
13 | INITSCRIPT_PARAMS = "start 05 S ." | 13 | INITSCRIPT_PARAMS = "start 06 S ." |
14 | 14 | ||
15 | inherit update-rc.d | 15 | inherit update-rc.d |
16 | 16 | ||