aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authoriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-03-16 17:45:47 +0000
committeriap10@labyrinth.cl.cam.ac.uk <iap10@labyrinth.cl.cam.ac.uk>2003-03-16 17:45:47 +0000
commitb90e09b115f18f1947cdea5dc4460370cf26da74 (patch)
tree5571d28e9aa3668a1ee25ad0738c0c55caffdcdc /tools
parent59a03bfddb4534dceb4f99a2c5699f9c068d0da1 (diff)
downloadxen-b90e09b115f18f1947cdea5dc4460370cf26da74.tar.gz
xen-b90e09b115f18f1947cdea5dc4460370cf26da74.tar.bz2
xen-b90e09b115f18f1947cdea5dc4460370cf26da74.zip
bitkeeper revision 1.143 (3e74b84b5VrjDqGiZF9--cS3ZOR_Wg)
Temporarily disable the setting of the hostname in ip= command line to work around the mystery 30s pause when rc.sysinit mounts NFS file systems.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/domain_builder/mynewdom3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/domain_builder/mynewdom b/tools/domain_builder/mynewdom
index 4532e6a7d2..ecb1acbd3e 100755
--- a/tools/domain_builder/mynewdom
+++ b/tools/domain_builder/mynewdom
@@ -31,7 +31,8 @@ echo $LOOKUP | grep 'domain name pointer' && NEWNAME=`echo $LOOKUP | sed -e 's!.
echo New IP address : ${NEWADDR} name : ${NEWNAME}
#SITE_GW=`netstat -rn|while read a b c;do case "$a" in 0.0.0.0)echo "$b";;esac;done`
-
+NEWNAME=''
+#${NEWADDR}
IP_CONFIG="ip=${NEWADDR}:${SITE_NFS}:${SITE_GW}:${SITE_MASK}:${NEWNAME}:eth0:off"
echo IP_CONFIG : ${IP_CONFIG}