kernel-modules: add firewire-ohci to hardcoded modules list
parent
557ea7a8da
commit
5841610c7f
|
@ -6,6 +6,7 @@ if [[ -z $drivers ]]; then
|
||||||
nm -uPA "$1" | egrep -q "$blockfuncs"
|
nm -uPA "$1" | egrep -q "$blockfuncs"
|
||||||
}
|
}
|
||||||
instmods pcmcia sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc
|
instmods pcmcia sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc
|
||||||
|
instmods firewire-ohci
|
||||||
instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"
|
instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"
|
||||||
instmods $(filter_kernel_modules block_module_test)
|
instmods $(filter_kernel_modules block_module_test)
|
||||||
# if not on hostonly mode, install all known filesystems if the required list is not set via the filesystems variable
|
# if not on hostonly mode, install all known filesystems if the required list is not set via the filesystems variable
|
||||||
|
|
Loading…
Reference in New Issue