From: Thierry Parmentelat Date: Sun, 12 Jan 2014 00:56:50 +0000 (+0100) Subject: new names for build vm creation scripts X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;ds=sidebyside;h=8e930286501836bb9f2bb32d75b23ba084d6ff91;p=infrastructure.git new names for build vm creation scripts --- 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 ? "