kernel-modules: install all usb storage modules also
parent
95bde7588c
commit
b82e22dcaf
|
|
@ -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
|
||||
hostonly=$old_hostonly
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue