X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=scripts%2Fcreate-vm.sh;h=0b87b3293e40007264b578df6341de1f77f1283f;hb=efbae10a4d03c6b679f8b00ecd5807a676118fea;hp=6baafc5a6919d6108a573f0803740a1dd5e9dfe8;hpb=4139609455bd92533c092a7875b7e414e801cab0;p=infrastructure.git diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 6baafc5..0b87b32 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 --interface nodev:127.0.0.1 --hostname $fqdn" --flags '~single_ip' +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 ? "