2014-06-07 05:11:38 +00:00
|
|
|
From f15b93bd58f157a4c8f3aa5fe5a03ee0494f262c Mon Sep 17 00:00:00 2001
|
|
|
|
From: Hannes Reinecke <hare@suse.de>
|
|
|
|
Date: Mon, 2 Jun 2014 14:44:05 +0200
|
|
|
|
Subject: [PATCH] 40network: add missing _arch variable declaration
|
|
|
|
|
|
|
|
The module_setup.sh script was missing an '_arch' declaration,
|
|
|
|
causing network not to be installed on s390.
|
2014-05-28 16:30:59 +00:00
|
|
|
|
|
|
|
Signed-off-by: Thomas Renninger <trenn@suse.de>
|
2014-06-07 05:11:38 +00:00
|
|
|
---
|
|
|
|
modules.d/40network/module-setup.sh | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
2014-05-28 16:30:59 +00:00
|
|
|
|
2014-06-07 05:11:38 +00:00
|
|
|
diff --git a/modules.d/40network/module-setup.sh b/modules.d/40network/module-setup.sh
|
|
|
|
index 5d3c26e..7e7f087 100755
|
|
|
|
--- a/modules.d/40network/module-setup.sh
|
|
|
|
+++ b/modules.d/40network/module-setup.sh
|
2014-05-28 16:30:59 +00:00
|
|
|
@@ -22,6 +22,7 @@ depends() {
|
|
|
|
# called by dracut
|
|
|
|
installkernel() {
|
|
|
|
# Include wired net drivers, excluding wireless
|
|
|
|
+ local _arch=$(uname -m)
|
|
|
|
|
|
|
|
net_module_filter() {
|
|
|
|
local _net_drivers='eth_type_trans|register_virtio_device|usbnet_open'
|
2014-06-07 05:11:38 +00:00
|
|
|
--
|
|
|
|
1.8.4.5
|
|
|
|
|