26 lines
1007 B
Diff
26 lines
1007 B
Diff
|
From b4dd861a0b916368bad9413fdc5d90482fcbd65a Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Tue, 26 Jan 2016 14:56:05 +0100
|
||
|
Subject: [PATCH] kernel-modules: add usb-storage
|
||
|
|
||
|
To save the rdsosreport.txt to a USB stick, the usb-storage module is
|
||
|
needed
|
||
|
---
|
||
|
modules.d/90kernel-modules/module-setup.sh | 3 ++-
|
||
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||
|
|
||
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
||
|
index c5f2397..13f48c9 100755
|
||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||
|
@@ -47,7 +47,8 @@ installkernel() {
|
||
|
"=drivers/input/keyboard"
|
||
|
|
||
|
instmods yenta_socket scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
|
||
|
- atkbd i8042 usbhid firewire-ohci pcmcia hv-vmbus
|
||
|
+ atkbd i8042 usbhid firewire-ohci pcmcia hv-vmbus \
|
||
|
+ usb-storage
|
||
|
|
||
|
if [[ "$(uname -p)" == arm* ]]; then
|
||
|
# arm specific modules
|