summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Hoyer <harald@redhat.com>2009-11-23 12:10:39 +0100
committerHarald Hoyer <harald@redhat.com>2009-11-23 12:28:58 +0100
commit5841610c7f5e16896fffb832d93d0af74a165d52 (patch)
treeccce6ecba961b1ee684c019cab5b1f06cdddb34d
parent557ea7a8da43c5b4cbfd989d64845d6ce938830d (diff)
kernel-modules: add firewire-ohci to hardcoded modules list
-rwxr-xr-xmodules.d/90kernel-modules/installkernel1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules.d/90kernel-modules/installkernel b/modules.d/90kernel-modules/installkernel
index ab0db88..95036fe 100755
--- a/modules.d/90kernel-modules/installkernel
+++ b/modules.d/90kernel-modules/installkernel
@@ -6,6 +6,7 @@ if [[ -z $drivers ]]; then
nm -uPA "$1" | egrep -q "$blockfuncs"
}
instmods pcmcia sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc
+ instmods firewire-ohci
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