From: Thierry Parmentelat Date: Fri, 27 May 2011 11:35:53 +0000 (+0200) Subject: .. X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ab681f7d1ecc55d678c16ad84810e90c52c24c32;p=infrastructure.git .. --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index f4e18d8..b6d477d 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -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 ? "