054341caad
Update to dracut-044 and several cleanups. Works on tumbleweed standard installation and NFS root. OBS-URL: https://build.opensuse.org/request/show/346361 OBS-URL: https://build.opensuse.org/package/show/Base:System/dracut?expand=0&rev=244
26 lines
979 B
Diff
26 lines
979 B
Diff
From 2a73a8c956bd3b34f19cadd17b44303d8c104a53 Mon Sep 17 00:00:00 2001
|
|
From: Thomas Renninger <trenn@suse.de>
|
|
Date: Fri, 19 Sep 2014 15:34:54 +0200
|
|
Subject: network: Try to load xennet
|
|
|
|
bnc#896464, bnc#896259
|
|
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
|
---
|
|
modules.d/40network/module-setup.sh | 2 +-
|
|
1 files changed, 1 insertions(+), 1 deletions(-)
|
|
|
|
Index: dracut-044/modules.d/90kernel-network-modules/module-setup.sh
|
|
===================================================================
|
|
--- dracut-044.orig/modules.d/90kernel-network-modules/module-setup.sh
|
|
+++ dracut-044/modules.d/90kernel-network-modules/module-setup.sh
|
|
@@ -61,7 +61,7 @@ installkernel() {
|
|
=drivers/net/phy \
|
|
=drivers/net/team \
|
|
=drivers/net/ethernet \
|
|
- ecb arc4 bridge stp llc ipv6 bonding 8021q af_packet virtio_net
|
|
+ ecb arc4 bridge stp llc ipv6 bonding 8021q af_packet virtio_net xennet
|
|
hostonly="" instmods iscsi_ibft crc32c iscsi_boot_sysfs
|
|
}
|
|
|