the right setup hopefully
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 May 2011 11:18:14 +0000 (13:18 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 May 2011 11:18:14 +0000 (13:18 +0200)
scripts/create-vm.sh

index 587d0f9..f4e18d8 100755 (executable)
@@ -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 ? "