From: Thierry Parmentelat Date: Fri, 27 May 2011 11:18:14 +0000 (+0200) Subject: the right setup hopefully X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ed8bb81b0ba629b54e89d021706031906759d459;p=infrastructure.git the right setup hopefully --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 587d0f9..f4e18d8 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -49,7 +49,8 @@ cd $BUILD git pull cd - -command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --interface nodev:$ip --hostname $fqdn --flags ~single_ip" +# single_ip needs to be turned off, vtest-init-vserver now takes care of that +command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --interface nodev:$ip --hostname $fqdn" if [ -n "$INTERACTIVE" ] ; then echo -n "Run $command OK ? "