ifcfg/write-ifcfg.sh: include net-lib.sh

otherwise is_persistent_ethernet_name() is missing
master
Harald Hoyer 2014-05-16 13:32:47 +02:00
parent 19bb14c346
commit 8fa1afb65c
1 changed files with 2 additions and 0 deletions

View File

@ -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