Accepting request 250672 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/250672 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/dracut?expand=0&rev=60
This commit is contained in:
commit
283b0b98e8
28
0159-network-Try-to-load-xennet.patch
Normal file
28
0159-network-Try-to-load-xennet.patch
Normal file
@ -0,0 +1,28 @@
|
||||
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
|
||||
|
||||
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
||||
---
|
||||
modules.d/40network/module-setup.sh | 2 +-
|
||||
1 files changed, 1 insertions(+), 1 deletions(-)
|
||||
|
||||
diff --git a/modules.d/40network/module-setup.sh b/modules.d/40network/module-setup.sh
|
||||
index 886866b..6a7e51a 100755
|
||||
--- a/modules.d/40network/module-setup.sh
|
||||
+++ b/modules.d/40network/module-setup.sh
|
||||
@@ -70,7 +70,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
|
||||
}
|
||||
|
||||
# called by dracut
|
||||
--
|
||||
1.7.6.1
|
||||
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 22 13:33:11 UTC 2014 - trenn@suse.de
|
||||
|
||||
- Try to load xennet driver in network module (if loaded).
|
||||
bnc#896464
|
||||
* Add 0159-network-Try-to-load-xennet.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 11 13:36:03 UTC 2014 - trenn@suse.de
|
||||
|
||||
|
@ -179,6 +179,7 @@ Patch155: 0155-iscsi-iscsi.initiator-and-others-can-and-must-only-s.patch
|
||||
Patch156: 0156-dracut.usage.asc-Remove-distro-specific-help-from-ma.patch
|
||||
Patch157: 0157-Add-boot-zipl-to-host-devs-if-it-is-a-mount-point.patch
|
||||
Patch158: 0158-Add-SUSE-kernel-module-dependencies-in-etc-modprobe..patch
|
||||
Patch159: 0159-network-Try-to-load-xennet.patch
|
||||
|
||||
BuildRequires: asciidoc
|
||||
BuildRequires: bash
|
||||
@ -380,6 +381,7 @@ and its cryptography during startup.
|
||||
%patch156 -p1
|
||||
%patch157 -p1
|
||||
%patch158 -p1
|
||||
%patch159 -p1
|
||||
|
||||
%build
|
||||
%configure\
|
||||
|
Loading…
x
Reference in New Issue
Block a user