new names for build vm creation scripts
[infrastructure.git] / scripts / create-vm.sh
index 8987106..6503e20 100755 (executable)
@@ -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 ? "