fix nm configuration to be truly static
[build.git] / lbuild-initvm.sh
index bd7b7a0..41ff57c 100755 (executable)
@@ -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
 }