fix network config for debian boxes in test mode
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 4 Feb 2014 15:39:28 +0000 (16:39 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 4 Feb 2014 15:39:28 +0000 (16:39 +0100)
lbuild-initvm.sh

index 44e8795..15a8efe 100755 (executable)
@@ -505,11 +505,10 @@ EOF
 
 function write_guest_interfaces_test () {
     cat <<EOF
-auto $VIF_GUEST
 iface $VIF_GUEST
-    address $GUEST_IP
-    netmask $NETMASK
-    gateway $GATEWAY
+address $GUEST_IP
+netmask $NETMASK
+gateway $GATEWAY
 EOF
 }
 ##############################