new names for build vm creation scripts
[infrastructure.git] / scripts / create-vm-debian.sh
index 5d3f638..33eebc2 100755 (executable)
@@ -53,8 +53,8 @@ ip=$(host $fqdn | grep 'has address' | awk '{print $4}')
 #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"
 
 case $PERSO in
     linux32) arch=i386;;