mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-28 14:01:43 +01:00
Change default value of dhcp for vmware template to no
When OVA template is not being used, the default dhcp value yes will trigger cloud-init to generate a 00-.network file, which will break network connectivity Intermittently. Please see the details here: https://github.com/coreos/bugs/issues/1802#issuecomment-297847614
This commit is contained in:
parent
174bddc27e
commit
234ae23443
@ -49,7 +49,7 @@
|
||||
<Description>MAC for network interface 0</Description>
|
||||
</Property>
|
||||
<Property ovf:userConfigurable="true" ovf:type="string"
|
||||
ovf:key="guestinfo.interface.0.dhcp" ovf:value="yes">
|
||||
ovf:key="guestinfo.interface.0.dhcp" ovf:value="no">
|
||||
<Label>DHCP support for network interface 0</Label>
|
||||
<Description>DHCP support for network interface 0</Description>
|
||||
</Property>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user