From ed8bb81b0ba629b54e89d021706031906759d459 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 27 May 2011 13:18:14 +0200 Subject: [PATCH] the right setup hopefully --- scripts/create-vm.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/create-vm.sh b/scripts/create-vm.sh index 587d0f9..f4e18d8 100755 --- a/scripts/create-vm.sh +++ b/scripts/create-vm.sh @@ -49,7 +49,8 @@ cd $BUILD git pull cd - -command="$BUILD/vtest-init-vserver.sh -p $PERSO -f $DISTRO $HOSTNAME none -- --interface nodev:$ip --hostname $fqdn --flags ~single_ip" +# 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 nodev:$ip --hostname $fqdn" if [ -n "$INTERACTIVE" ] ; then echo -n "Run $command OK ? " -- 2.43.0