Blame 0012-kernel-modules-hardcode-sr_mod.patch

Harald Hoyer 12f4d5
From d4abad22883978f60bf4df030186fc92187c757f Mon Sep 17 00:00:00 2001
Harald Hoyer 12f4d5
From: Harald Hoyer <harald@redhat.com>
Harald Hoyer 12f4d5
Date: Thu, 15 Apr 2010 12:47:26 +0200
Harald Hoyer 12f4d5
Subject: [PATCH 12/15] kernel-modules: hardcode sr_mod
Harald Hoyer 12f4d5
Harald Hoyer 12f4d5
---
Harald Hoyer 12f4d5
 modules.d/90kernel-modules/installkernel |    4 ++--
Harald Hoyer 12f4d5
 1 files changed, 2 insertions(+), 2 deletions(-)
Harald Hoyer 12f4d5
Harald Hoyer 12f4d5
diff --git a/modules.d/90kernel-modules/installkernel b/modules.d/90kernel-modules/installkernel
Harald Hoyer 12f4d5
index 3416e7c..4848f2a 100755
Harald Hoyer 12f4d5
--- a/modules.d/90kernel-modules/installkernel
Harald Hoyer 12f4d5
+++ b/modules.d/90kernel-modules/installkernel
Harald Hoyer 12f4d5
@@ -5,8 +5,8 @@ if [[ -z $drivers ]]; then
Harald Hoyer 12f4d5
 
Harald Hoyer 12f4d5
 	 nm -uPA "$1" | egrep -q "$blockfuncs"
Harald Hoyer 12f4d5
     }
Harald Hoyer 12f4d5
-    hostonly='' instmods pcmcia sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc
Harald Hoyer 12f4d5
-    hostonly='' instmods firewire-ohci
Harald Hoyer 12f4d5
+    hostonly='' instmods sr_mod sd_mod scsi_dh scsi_dh_rdac scsi_dh_emc
Harald Hoyer 12f4d5
+    hostonly='' instmods pcmcia firewire-ohci
Harald Hoyer 12f4d5
 
Harald Hoyer 12f4d5
     # install keyboard support
Harald Hoyer 12f4d5
     hostonly='' instmods atkbd i8042 usbhid hid-apple ehci-hcd ohci-hcd uhci-hcd
Harald Hoyer 12f4d5
-- 
Harald Hoyer 12f4d5
1.7.0.1
Harald Hoyer 12f4d5