- 98dracut-systemd: Start systemd-vconsole-setup before dracut-cmdline-ask (bsc#1055834) * adds 0582-98dracut-systemd-Start-systemd-vconsole-setup-before.patch - Fixed Patch 581 to apply cleanly * Updates 0581-kernel-modules-add-nfit.patch - Mark the DASD udev rules host-only and handle backslashes in paths for hostonly files (bsc#786559) * adds 0583-99base-Allow-files-with-backslashes-in-hostonly-file.patch * adds 0584-95dasd_rules-mark-dasd-rules-host_only.patch OBS-URL: https://build.opensuse.org/request/show/645720 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=356
24 lines
1.0 KiB
Diff
24 lines
1.0 KiB
Diff
From 09ba1b289f2cba613c1950b03f0f549ebb7eb83f 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
|
|
---
|
|
modules.d/90kernel-modules/module-setup.sh | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
Index: dracut-044/modules.d/90kernel-modules/module-setup.sh
|
|
===================================================================
|
|
--- dracut-044.orig/modules.d/90kernel-modules/module-setup.sh
|
|
+++ dracut-044/modules.d/90kernel-modules/module-setup.sh
|
|
@@ -55,7 +55,7 @@ installkernel() {
|
|
yenta_socket scsi_dh_rdac scsi_dh_emc scsi_dh_alua \
|
|
atkbd i8042 usbhid firewire-ohci pcmcia hv-vmbus \
|
|
virtio virtio_blk virtio_ring virtio_pci virtio_scsi \
|
|
- "=drivers/pcmcia" =ide nvme vmd
|
|
+ "=drivers/pcmcia" =ide nvme vmd nfit
|
|
|
|
if [[ "$(uname -m)" == arm* || "$(uname -m)" == aarch64 ]]; then
|
|
# arm/aarch64 specific modules
|