Blame 0008-kernel-modules-Drop-explicit-modules-that-are-found-.patch
|
Harald Hoyer |
eeb1c2 |
From 27dcc3a583e5488ee70dcd0299646cc33faf8a21 Mon Sep 17 00:00:00 2001
|
|
Harald Hoyer |
eeb1c2 |
From: Peter Robinson <pbrobinson@gmail.com>
|
|
Harald Hoyer |
eeb1c2 |
Date: Sun, 26 Oct 2014 11:48:15 +0000
|
|
Harald Hoyer |
eeb1c2 |
Subject: [PATCH] kernel-modules: Drop explicit modules that are found with
|
|
Harald Hoyer |
eeb1c2 |
block_module_filter
|
|
Harald Hoyer |
eeb1c2 |
|
|
Harald Hoyer |
eeb1c2 |
The usb_storage, nvme and sdhci_acpi modules are discovered with the
|
|
Harald Hoyer |
eeb1c2 |
block_module_filter so there's no need to explicitly list them here.
|
|
Harald Hoyer |
eeb1c2 |
|
|
Harald Hoyer |
eeb1c2 |
Signed-off-by: <pbrobinson@gmail.com>
|
|
Harald Hoyer |
eeb1c2 |
---
|
|
Harald Hoyer |
eeb1c2 |
modules.d/90kernel-modules/module-setup.sh | 3 +--
|
|
Harald Hoyer |
eeb1c2 |
1 file changed, 1 insertion(+), 2 deletions(-)
|
|
Harald Hoyer |
eeb1c2 |
|
|
Harald Hoyer |
eeb1c2 |
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
eeb1c2 |
index 83b8995..2fa263c 100755
|
|
Harald Hoyer |
eeb1c2 |
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
eeb1c2 |
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
Harald Hoyer |
eeb1c2 |
@@ -44,8 +44,7 @@ installkernel() {
|
|
Harald Hoyer |
eeb1c2 |
instmods yenta_socket scsi_dh_rdac scsi_dh_emc \
|
|
Harald Hoyer |
eeb1c2 |
atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech \
|
|
Harald Hoyer |
eeb1c2 |
hid-logitech-dj hid-microsoft hid-lcpower firewire-ohci \
|
|
Harald Hoyer |
eeb1c2 |
- pcmcia usb_storage nvme hid-hyperv hv-vmbus \
|
|
Harald Hoyer |
eeb1c2 |
- sdhci_acpi hyperv-keyboard
|
|
Harald Hoyer |
eeb1c2 |
+ pcmcia hid-hyperv hv-vmbus hyperv-keyboard
|
|
Harald Hoyer |
eeb1c2 |
|
|
Harald Hoyer |
eeb1c2 |
if [[ "$(uname -p)" == arm* ]]; then
|
|
Harald Hoyer |
eeb1c2 |
# arm specific modules
|