mirror of
https://github.com/flatcar/scripts.git
synced 2025-12-08 02:41:55 +01:00
Merge pull request #680 from xcompass/vmware-dhcp-default-no
Change default value of dhcp for vmware template to no
This commit is contained in:
commit
ef65081892
@ -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>
|
||||
@ -210,4 +210,4 @@
|
||||
<vmw:Config ovf:required="false" vmw:key="tools.toolsUpgradePolicy" vmw:value="manual"/>
|
||||
</VirtualHardwareSection>
|
||||
</VirtualSystem>
|
||||
</Envelope>
|
||||
</Envelope>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user