kernel-modules: install all usb storage modules also
authorHarald Hoyer <harald@redhat.com>
Thu, 5 Nov 2009 12:07:24 +0000 (13:07 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 5 Nov 2009 16:06:26 +0000 (17:06 +0100)
modules.d/90kernel-modules/installkernel

index b5e4c93..0535eba 100755 (executable)
@@ -5,7 +5,7 @@ if [[ -z $drivers ]]; then
 
         nm -uPA "$1" | egrep -q "$blockfuncs"
     }
-    instmods pcmcia sd_mod $(filter_kernel_modules block_module_test) "=drivers/pcmcia" =ide
+    instmods pcmcia sd_mod $(filter_kernel_modules block_module_test) "=drivers/pcmcia" =ide "=drivers/usb/storage"
     # if not on hostonly mode, install all known filesystems.
     if [[ $hostonly = '' ]]; then
        instmods '=fs'
@@ -24,4 +24,5 @@ fi
 old_hostonly=$hostonly
 hostonly=''
 instmods scsi_wait_scan
-hostonly=$old_hostonly
\ No newline at end of file
+hostonly=$old_hostonly
+