27 lines
808 B
Diff
27 lines
808 B
Diff
|
From d04e4563ae917764eff9780c19db232993d8f957 Mon Sep 17 00:00:00 2001
|
||
|
From: Harald Hoyer <harald@redhat.com>
|
||
|
Date: Fri, 16 May 2014 13:32:47 +0200
|
||
|
Subject: [PATCH] ifcfg/write-ifcfg.sh: include net-lib.sh
|
||
|
|
||
|
otherwise is_persistent_ethernet_name() is missing
|
||
|
---
|
||
|
modules.d/45ifcfg/write-ifcfg.sh | 2 ++
|
||
|
1 file changed, 2 insertions(+)
|
||
|
|
||
|
diff --git a/modules.d/45ifcfg/write-ifcfg.sh b/modules.d/45ifcfg/write-ifcfg.sh
|
||
|
index 457a9ac4ac..7f997a2afd 100755
|
||
|
--- a/modules.d/45ifcfg/write-ifcfg.sh
|
||
|
+++ b/modules.d/45ifcfg/write-ifcfg.sh
|
||
|
@@ -3,6 +3,8 @@
|
||
|
# ex: ts=8 sw=4 sts=4 et filetype=sh
|
||
|
|
||
|
# NFS root might have reached here before /tmp/net.ifaces was written
|
||
|
+type is_persistent_ethernet_name >/dev/null 2>&1 || . /lib/net-lib.sh
|
||
|
+
|
||
|
udevadm settle --timeout=30
|
||
|
|
||
|
if [ -e /tmp/bridge.info ]; then
|
||
|
--
|
||
|
1.9.3
|
||
|
|