b94732d29a
- git snapshot
29 lines
1.1 KiB
Diff
29 lines
1.1 KiB
Diff
From ce8f354dbd5a54be247ee8a96aa14b555503f3b6 Mon Sep 17 00:00:00 2001
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
Date: Thu, 11 Dec 2014 15:46:28 +0100
|
|
Subject: [PATCH] 90kernel-modules: install scsi_dh_alua
|
|
|
|
Install the missing scsi_dh_alua module, too.
|
|
|
|
References: bnc#871617
|
|
|
|
Signed-off-by: Hannes Reinecke <hare@suse.de>
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
|
---
|
|
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
index 2fa263c..1a8fcff 100755
|
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
@@ -41,7 +41,7 @@ installkernel() {
|
|
uhci-hcd \
|
|
xhci-hcd
|
|
|
|
- instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
|
|
+ instmods yenta_socket scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
|
|
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
|
|
hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \
|
|
pcmcia hid-hyperv hv-vmbus hyperv-keyboard
|