initscripts: update comments with correct udev stop point in 1.0
authorJohn Bowler <jbowler@nslu2-linux.org>
Sun, 29 Jan 2006 10:30:46 +0000 (10:30 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 29 Jan 2006 10:30:46 +0000 (10:30 +0000)
packages/initscripts/initscripts-slugos_1.0.bb
packages/initscripts/initscripts_1.0.bb

index 4ca1f8d..2bdd862 100644 (file)
@@ -142,6 +142,7 @@ do_install_append() {
        # busybox hwclock.sh (slugos-init) stops here (45)
        # slugos file syslog stops here (47)
        # slugos buffer syslog stops here (49)
+       # udev stops here (55)
        # Remove any errant processes
        update-rc.d -r ${D} sendsigs            start 60 0 6 .
 
index 192c2f2..d54b220 100644 (file)
@@ -128,12 +128,14 @@ do_install () {
 #      ln -sf          ../init.d/urandom       ${D}${sysconfdir}/rc6.d/S30urandom
        ln -sf          ../init.d/umountnfs.sh  ${D}${sysconfdir}/rc6.d/S31umountnfs.sh
 #      ln -sf          ../init.d/umountfs      ${D}${sysconfdir}/rc6.d/S40umountfs
+       # udev will run at S55 if installed
        ln -sf          ../init.d/ramdisk       ${D}${sysconfdir}/rcS.d/S30ramdisk 
        ln -sf          ../init.d/reboot        ${D}${sysconfdir}/rc6.d/S90reboot
        ln -sf          ../init.d/sendsigs      ${D}${sysconfdir}/rc0.d/S20sendsigs
 #      ln -sf          ../init.d/urandom       ${D}${sysconfdir}/rc0.d/S30urandom
        ln -sf          ../init.d/umountnfs.sh  ${D}${sysconfdir}/rc0.d/S31umountnfs.sh
 #      ln -sf          ../init.d/umountfs      ${D}${sysconfdir}/rc0.d/S40umountfs
+       # udev will run at S55 if installed
        ln -sf          ../init.d/halt          ${D}${sysconfdir}/rc0.d/S90halt
        ln -sf          ../init.d/banner        ${D}${sysconfdir}/rcS.d/S02banner
        ln -sf          ../init.d/checkroot.sh  ${D}${sysconfdir}/rcS.d/S10checkroot.sh