..
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 May 2011 11:35:53 +0000 (13:35 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 27 May 2011 11:35:53 +0000 (13:35 +0200)
scripts/create-vm.sh

index f4e18d8..b6d477d 100755 (executable)
@@ -50,7 +50,7 @@ git pull
 cd -
 
 # 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"
+command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --interface eth0:$ip --hostname $fqdn"
 
 if [ -n "$INTERACTIVE" ] ; then
     echo -n "Run $command OK ? "