From: Harald Hoyer Date: Thu, 5 Nov 2009 12:07:24 +0000 (+0100) Subject: kernel-modules: install all usb storage modules also X-Git-Tag: 003~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b82e22dcaf5ac724f5c1d0161eba60db9001a0b9;p=thirdparty%2Fdracut.git kernel-modules: install all usb storage modules also --- diff --git a/modules.d/90kernel-modules/installkernel b/modules.d/90kernel-modules/installkernel index b5e4c9311..0535eba32 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 +