X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fcreate-vm.sh;h=6baafc5a6919d6108a573f0803740a1dd5e9dfe8;hb=4139609455bd92533c092a7875b7e414e801cab0;hp=ce2e09ccfa290fcbbad2bf2179fa2bef20616875;hpb=990fa2855f8d1894b8c8f06e4faade2853594651;p=infrastructure.git diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index ce2e09c..6baafc5 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -49,7 +49,7 @@ cd $BUILD git pull cd - -command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --netdev eth0 --interface $ip --hostname $fqdn" +command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --netdev eth0 --interface $ip --interface nodev:127.0.0.1 --hostname $fqdn" --flags '~single_ip' if [ -n "$INTERACTIVE" ] ; then echo -n "Run $command OK ? "