Accepting request 642088 from Base:System
OBS-URL: https://build.opensuse.org/request/show/642088 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=129
This commit is contained in:
commit
ccf1c0c1d6
26
0581-kernel-modules-add-nfit.patch
Normal file
26
0581-kernel-modules-add-nfit.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
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(-)
|
||||||
|
|
||||||
|
diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
|
||||||
|
index f01470e7..3dfceff0 100755
|
||||||
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
||||||
|
+++ b/modules.d/90kernel-modules/module-setup.sh
|
||||||
|
@@ -41,7 +41,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
|
||||||
|
--
|
||||||
|
2.16.4
|
||||||
|
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Oct 10 14:56:36 UTC 2018 - Daniel Molkentin <daniel.molkentin@suse.com>
|
||||||
|
|
||||||
|
- Add nfit module (bsc#1110519)
|
||||||
|
* adds 0581-kernel-modules-add-nfit.patch
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 10 16:38:12 UTC 2018 - msuchanek@suse.com
|
Mon Sep 10 16:38:12 UTC 2018 - msuchanek@suse.com
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -405,6 +405,8 @@ Patch573: 0573-lsinitrd.sh-quote-filename-in-extract_files.patch
|
|||||||
Patch574: 0574-s-find_btrfs_devs-btrfs_devs.patch
|
Patch574: 0574-s-find_btrfs_devs-btrfs_devs.patch
|
||||||
# Patch adopted from upstream commit 940169e8d8e500498a3f350b2b3f341ae6548492
|
# Patch adopted from upstream commit 940169e8d8e500498a3f350b2b3f341ae6548492
|
||||||
Patch580: 0580-check_for_CONFIG_ACPI_TABLE_UPGRADE.patch
|
Patch580: 0580-check_for_CONFIG_ACPI_TABLE_UPGRADE.patch
|
||||||
|
# Patch adopted from upstream commit 09ba1b289f2cba613c1950b03f0f549ebb7eb83f
|
||||||
|
Patch581: 0581-kernel-modules-add-nfit.patch
|
||||||
|
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
BuildRequires: bash
|
BuildRequires: bash
|
||||||
@ -703,6 +705,7 @@ chmod a+x modules.d/95qeth_rules/module-setup.sh
|
|||||||
%patch573 -p1
|
%patch573 -p1
|
||||||
%patch574 -p1
|
%patch574 -p1
|
||||||
%patch580 -p1
|
%patch580 -p1
|
||||||
|
%patch581 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure\
|
%configure\
|
||||||
|
Loading…
x
Reference in New Issue
Block a user