Skip to content

Commit

Permalink
initscripts: Adjust for the recipe changes from core layer
Browse files Browse the repository at this point in the history
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
kraj committed Jul 1, 2011
1 parent da1c4aa commit 1d031e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions recipes-core/initscripts/initscripts_1.0.bbappend
Expand Up @@ -67,7 +67,7 @@ do_install_append() {
rm ${D}${sysconfdir}/rcS.d/S38devpts.sh
rm -f ${D}${sysconfdir}/rcS.d/S06alignment.sh
rm ${D}${sysconfdir}/rcS.d/S37populate-volatile.sh
rm ${D}${sysconfdir}/rcS.d/S03sysfs.sh
rm ${D}${sysconfdir}/rcS.d/S02sysfs.sh
rm ${D}${sysconfdir}/rcS.d/S02banner.sh
rm ${D}${sysconfdir}/rcS.d/S10checkroot.sh
rm ${D}${sysconfdir}/rc0.d/S25save-rtc.sh
Expand Down Expand Up @@ -98,7 +98,7 @@ do_install_append() {
# Keep these in order of startup - S, then 1, 2-5, 0,6
# according to the level in which the script starts (or stops) first.
update-rc.d -r ${D} banner start 2 S .
update-rc.d -r ${D} sysfs.sh start 3 S .
update-rc.d -r ${D} sysfs.sh start 2 S .
# udev runs at S 04 .
update-rc.d -r ${D} alignment.sh start 7 S .
# busybox hwclock.sh (slugos-init) starts here (08)
Expand Down

0 comments on commit 1d031e8

Please sign in to comment.