- Instead of using arping, use wicked's own implementation (bsc#1078245) Follow-up patch to "disable arping", requires wicked 0.6.46. * adds 0563-40network-collapse-arping-and-dhcp-calls-into-wicked.patch - Wicked: Properly add set gateway variable when using dhcp (bsc#1085614) * adds 0564-40network-Always-set-the-gw-variable.patch - Allow booting from block devices using intel vmd (bsc#1079924) * adds 0565-90kernel-modules-Include-Intel-Volume-Management-Dev.patch - Enable aarch64 and adds critical drivers of ARM platform (bsc#1084272) * adds 0562-Adjust-driver-list-to-modern-kernels.patch - 95iscsi: Add the qedi driver to driver list for iscsi boot * adds 0561-Add-the-qedi-driver-to-driver-list-for-iscsi-boot.patch - 90kernel-modules: Ensure PCI host modules are included (boo#1079924) * adds 0560-90kernel-modules-Ensure-PCI-host-modules-are-include.patch - 40network: Add wickedd duid.xml and iaid.xml if available (bsc#1022872, bsc#1082832) * adds 0559-Add-wickedd-duid.xml-and-iaid.xml-if-available.patch - 95qeth_rules: Fix file permissions (FATE#323440) OBS-URL: https://build.opensuse.org/request/show/587922 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=346
28 lines
1.0 KiB
Diff
28 lines
1.0 KiB
Diff
From 99a2f22df36de96f6da808b9720a400980729b35 Mon Sep 17 00:00:00 2001
|
|
From: Daniel Molkentin <dmolkentin@suse.com>
|
|
Date: Fri, 16 Mar 2018 15:17:41 +0100
|
|
Subject: [PATCH] 90kernel-modules: Include Intel Volume Management Device
|
|
support
|
|
|
|
Reference: bsc#1079924
|
|
---
|
|
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 37cc76f3..1eff6f52 100755
|
|
--- a/modules.d/90kernel-modules/module-setup.sh
|
|
+++ b/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
|
|
+ "=drivers/pcmcia" =ide nvme vmd
|
|
|
|
if [[ "$(uname -m)" == arm* || "$(uname -m)" == aarch64 ]]; then
|
|
# arm/aarch64 specific modules
|
|
--
|
|
2.13.6
|
|
|