slugos-init: Removed the modprobes from linuxrc while we have those modules compiled...
authorRod Whitby <rod@whitby.id.au>
Sat, 29 Apr 2006 12:27:49 +0000 (12:27 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 29 Apr 2006 12:27:49 +0000 (12:27 +0000)
packages/slugos-init/files/turnup
packages/slugos-init/slugos-init_0.10.bb

index 55750dd..ff1397e 100644 (file)
@@ -406,12 +406,12 @@ boot_rootfs() {
                        return 1
                };;
        *)      {       echo '#!/bin/sh'
-                       echo 'modprobe ehci-hcd'
-                       echo 'modprobe ohci-hcd'
-                       echo 'modprobe sd_mod'
-                       echo 'modprobe usb-storage'
-                       echo 'modprobe ext3'
-                       echo 'sleep 5'
+#                      echo 'modprobe ehci-hcd'
+#                      echo 'modprobe ohci-hcd'
+#                      echo 'modprobe sd_mod'
+#                      echo 'modprobe usb-storage'
+#                      echo 'modprobe ext3'
+#                      echo 'sleep 5'
                        echo 'leds beep'
                        test "$sleep" -gt 0 && echo -n "sleep='$sleep' "
                        test -n "$uuid" && echo -n "UUID='$uuid' "
index c57f985..6a46eb4 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r61"
+PR = "r62"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \