X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fcreate-vm.sh;h=6503e201dba2da058e849e51ff1140ad018b03ae;hb=8e930286501836bb9f2bb32d75b23ba084d6ff91;hp=8987106ea2ece82656776842d6431c67a72c46b8;hpb=9f1177c7ee1497845601f647a7ae874355ba5a36;p=infrastructure.git diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 8987106..6503e20 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -49,8 +49,8 @@ cd $BUILD 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 eth0:$ip --hostname $fqdn" +# single_ip needs to be turned off, vtest-initvm now takes care of that +command="$BUILD/vtest-initvm.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --interface eth0:$ip --hostname $fqdn" if [ -n "$INTERACTIVE" ] ; then echo -n "Run $command OK ? "