slugos-init: Make linuxrc load all the necessary modules
authorOyvind Repvik <nail@nslu2-linux.org>
Wed, 29 Mar 2006 11:34:08 +0000 (11:34 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 29 Mar 2006 11:34:08 +0000 (11:34 +0000)
packages/slugos-init/files/turnup
packages/slugos-init/slugos-init_0.10.bb

index f7fe0e7..b365a49 100644 (file)
@@ -403,6 +403,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 'leds beep'
                        test "$sleep" -gt 0 && echo -n "sleep='$sleep' "
                        test -n "$uuid" && echo -n "UUID='$uuid' "
index 3f1ab45..971f6cf 100644 (file)
@@ -4,7 +4,7 @@ PRIORITY = "required"
 LICENSE = "GPL"
 DEPENDS = "base-files devio"
 RDEPENDS = "busybox devio"
-PR = "r57"
+PR = "r58"
 
 SRC_URI = "file://boot/flash \
           file://boot/disk \