new names for build vm creation scripts
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 12 Jan 2014 00:56:50 +0000 (01:56 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Sun, 12 Jan 2014 00:56:50 +0000 (01:56 +0100)
scripts/create-vm-debian.sh
scripts/create-vm.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;;
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 ? "