mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 14:41:31 +02:00
build_library: set osType to otherlinux-64
This commit is contained in:
parent
219a325b7a
commit
39bb800f16
@ -16,7 +16,7 @@
|
|||||||
<VirtualSystem ovf:id="@@NAME@@">
|
<VirtualSystem ovf:id="@@NAME@@">
|
||||||
<Info>A virtual machine</Info>
|
<Info>A virtual machine</Info>
|
||||||
<Name>@@NAME@@</Name>
|
<Name>@@NAME@@</Name>
|
||||||
<OperatingSystemSection ovf:id="100" vmw:osType="other26xLinux64Guest">
|
<OperatingSystemSection ovf:id="101" vmw:osType="otherLinux64Guest">
|
||||||
<Info>The kind of installed guest operating system</Info>
|
<Info>The kind of installed guest operating system</Info>
|
||||||
</OperatingSystemSection>
|
</OperatingSystemSection>
|
||||||
<VirtualHardwareSection>
|
<VirtualHardwareSection>
|
||||||
|
@ -682,7 +682,7 @@ ethernet0.addressType = "generated"
|
|||||||
ethernet0.present = "TRUE"
|
ethernet0.present = "TRUE"
|
||||||
ethernet0.virtualDev = "vmxnet3"
|
ethernet0.virtualDev = "vmxnet3"
|
||||||
floppy0.present = "FALSE"
|
floppy0.present = "FALSE"
|
||||||
guestOS = "other26xlinux-64"
|
guestOS = "otherlinux-64"
|
||||||
memsize = "${vm_mem}"
|
memsize = "${vm_mem}"
|
||||||
powerType.powerOff = "soft"
|
powerType.powerOff = "soft"
|
||||||
powerType.powerOn = "hard"
|
powerType.powerOn = "hard"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user