]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
kernel-modules: add scsi_dh scsi_dh_rdac scsi_dh_emc
authorHarald Hoyer <harald@redhat.com>
Thu, 12 Nov 2009 12:50:12 +0000 (13:50 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 12 Nov 2009 12:50:12 +0000 (13:50 +0100)
modules.d/90kernel-modules/installkernel

index 1b58bb96c1e7263fc48a0b00bb330e56c6ae8361..ab0db881f01d26e9697c3b01342c3e6cbcffdabb 100755 (executable)
@@ -5,7 +5,9 @@ if [[ -z $drivers ]]; then
 
         nm -uPA "$1" | egrep -q "$blockfuncs"
     }
-    instmods pcmcia sd_mod $(filter_kernel_modules block_module_test) "=drivers/pcmcia" =ide "=drivers/usb/storage"
+    instmods pcmcia sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc
+    instmods "=drivers/pcmcia" =ide "=drivers/usb/storage"
+    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 [[ $hostonly = '' ]]; then
        if [[ -z $filesystems ]]; then