summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-11-05 13:07:24 +0100
committerHarald Hoyer <harald@redhat.com>2009-11-05 17:06:26 +0100
commitb82e22dcaf5ac724f5c1d0161eba60db9001a0b9 (patch)
tree171599cf0f30ef84c2dadad61f3afb2ca7c78aaa
parent95bde7588cd015988e22f2d4b4270af9f58b1f72 (diff)
kernel-modules: install all usb storage modules also
-rwxr-xr-xmodules.d/90kernel-modules/installkernel5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules.d/90kernel-modules/installkernel b/modules.d/90kernel-modules/installkernel
index b5e4c93..0535eba 100755
--- a/modules.d/90kernel-modules/installkernel
+++ b/modules.d/90kernel-modules/installkernel
@@ -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
+