From 8e930286501836bb9f2bb32d75b23ba084d6ff91 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Sun, 12 Jan 2014 01:56:50 +0100 Subject: [PATCH] new names for build vm creation scripts --- scripts/create-vm-debian.sh | 4 ++-- scripts/create-vm.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/create-vm-debian.sh b/scripts/create-vm-debian.sh index 5d3f638..33eebc2 100755 --- a/scripts/create-vm-debian.sh +++ b/scripts/create-vm-debian.sh @@ -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;; 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 ? " -- 2.45.2