projects
/
hvlinux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67aeee5
)
Add missing NETWORKING_UP_FILE variable
author
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 17 May 2014 17:35:06 +0000
(13:35 -0400)
committer
Hugo Villeneuve
<hugo@hugovil.com>
Sat, 17 May 2014 17:36:13 +0000
(13:36 -0400)
stage2/install-bootscripts
patch
|
blob
|
history
diff --git
a/stage2/install-bootscripts
b/stage2/install-bootscripts
index
54d58e7
..
44e0134
100755
(executable)
--- 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"