Add missing NETWORKING_UP_FILE variable
authorHugo Villeneuve <hugo@hugovil.com>
Sat, 17 May 2014 17:35:06 +0000 (13:35 -0400)
committerHugo Villeneuve <hugo@hugovil.com>
Sat, 17 May 2014 17:36:13 +0000 (13:36 -0400)
stage2/install-bootscripts

index 54d58e7..44e0134 100755 (executable)
@@ -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"