minor cleanup
[build.git] / lbuild-initvm.sh
index bd7b7a0..fd4059d 100755 (executable)
@@ -30,7 +30,7 @@ function lxcroot () {
 
 # XXX fixme : when creating a 32bits VM we need to call linux32 as appropriate...s
 
-DEFAULT_FCDISTRO=f33
+DEFAULT_FCDISTRO=f37
 DEFAULT_PLDISTRO=lxc
 DEFAULT_PERSONALITY=linux64
 DEFAULT_MEMORY=3072
@@ -521,12 +521,13 @@ id=Wired connection 1
 uuid=$(uuid)
 type=ethernet
 autoconnect-priority=-999
-interface-name=${VIF_GUEST}
+# setting this seems to be counter-productive
+# interface-name=${VIF_GUEST}
 
 [ipv4]
 address1=${GUEST_IP}/${MASKLEN},${GATEWAY}
-dhcp-hostname=${GUEST_HOSTNAME}
-method=auto
+#dhcp-hostname=${GUEST_HOSTNAME}
+method=manual
 EOF
 }