X-Git-Url: http://gitweb.hugovil.com/?a=blobdiff_plain;f=stage2%2Finstall-bootscripts;h=44e0134167400b970ee6e3166c334da2e4510570;hb=73512917a9fa438924060e9e49a12bd31c4a1f3e;hp=54d58e70587f09cd0738d7677f15714213942dca;hpb=9014f80e5ed034899f8eceb6e16838df4ac50ece;p=hvlinux.git 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"