From: Thierry Parmentelat Date: Fri, 27 May 2011 10:27:18 +0000 (+0200) Subject: another attempt X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ba07b1cb3725833638768edcd40358071a913ff2;hp=efbae10a4d03c6b679f8b00ecd5807a676118fea;p=infrastructure.git another attempt --- diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 0b87b32..8f8c006 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 ? "