From 219b746eca76fbaac4d04ef69b1512046fbd1adf Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sat, 17 May 2014 13:35:06 -0400 Subject: [PATCH] Add missing NETWORKING_UP_FILE variable --- stage2/install-bootscripts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/stage2/install-bootscripts b/stage2/install-bootscripts index 54d58e7..44e0134 100755 --- a/stage2/install-bootscripts +++ b/stage2/install-bootscripts @@ -55,6 +55,10 @@ echo "INTERFACES_DN=\"${INTERFACES} lo\"" >> /etc/sysconfig/network/network-para cat >> /etc/sysconfig/network/network-parameters << EOF +# Signal to other scripts that all network interfaces have been started +# (especially usefull to prevent mountnetfs bootscript to block forever) +NETWORKING_UP_FILE=/var/run/networking-up + # On which network interface(s) to activate the DHCP server. # Leave empty or comment the line to disable the DHCP server. #DHCP_SERVER_IF="eth0" -- 2.20.1