Blame SOURCES/0171-ifcfg-write-ifcfg.sh-include-net-lib.sh.patch

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