build_library: set osType to otherlinux-64

This commit is contained in:
Alex Crawford 2015-05-26 16:27:47 -07:00
parent 219a325b7a
commit 39bb800f16
2 changed files with 2 additions and 2 deletions

View File

@ -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>

View File

@ -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"