You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
1.0 KiB
26 lines
1.0 KiB
From e5c337c3b3ac2539007834b5f623914159d6c38b Mon Sep 17 00:00:00 2001 |
|
From: Kairui Song <kasong@redhat.com> |
|
Date: Mon, 20 Aug 2018 18:40:05 +0800 |
|
Subject: [PATCH] kernel-modules: add nfit |
|
|
|
To support pmem devices, nfit module is required |
|
|
|
Cherry-picked from: 09ba1b289f2cba613c1950b03f0f549ebb7eb83f |
|
Resolves: #1288619 |
|
--- |
|
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 dea32602..3e215f97 100755 |
|
--- a/modules.d/90kernel-modules/module-setup.sh |
|
+++ b/modules.d/90kernel-modules/module-setup.sh |
|
@@ -45,7 +45,7 @@ installkernel() { |
|
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 usb_storage \ |
|
- nvme hv-vmbus sdhci_acpi |
|
+ nvme hv-vmbus sdhci_acpi nfit |
|
|
|
instmods \ |
|
"=drivers/hid" \
|
|
|