77c9114cb0
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/dracut#99c74373eee952f26c7d256f12c024fe29397ae6
26 lines
994 B
Diff
26 lines
994 B
Diff
From 18420d9ce5bb738473d127affb96a5c6a44ba2ac Mon Sep 17 00:00:00 2001
|
|
From: Martin Wilck <mwilck@suse.de>
|
|
Date: Thu, 30 Jan 2020 15:44:28 +0100
|
|
Subject: [PATCH] 90kernel-modules: remove nfit from static module list
|
|
|
|
The 90nvdimm module now resolves the nfit dependency when it's
|
|
necessary, so it's not necessary any more to pack it always.
|
|
---
|
|
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 2ca4b719..bc3810cc 100755
|
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
|
@@ -28,7 +28,7 @@ installkernel() {
|
|
hostonly='' instmods sr_mod sd_mod scsi_dh ata_piix
|
|
instmods \
|
|
scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
|
|
- =ide nvme vmd nfit \
|
|
+ =ide nvme vmd \
|
|
virtio_blk
|
|
|
|
dracut_instmods -o -s "${_blockfuncs}" "=drivers"
|
|
|