Skip to content

Commit

Permalink
fix: update osType in OVA other3xLinux64Guest"
Browse files Browse the repository at this point in the history
VMware vSphere considers the OVA invalid, seemingly because it considers
VirtualSCSI incompatible with osType otherLinux64Guest. Updating the osType
to other3xLinux64Guest fixes this

Fixes talos-systems#3515

Signed-off-by: Lennard Klein <[email protected]>
  • Loading branch information
lennardk authored and talos-bot committed Apr 21, 2021
1 parent 4a184b6 commit 7f468d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/installer/pkg/ova/ova.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ovfTpl = `<?xml version="1.0" encoding="UTF-8"?>
<VirtualSystem ovf:id="vm">
<Info>A virtual machine</Info>
<Name>talos</Name>
<OperatingSystemSection ovf:id="101" vmw:osType="otherLinux64Guest">
<OperatingSystemSection ovf:id="101" vmw:osType="other3xLinux64Guest">
<Info>The kind of installed guest operating system</Info>
</OperatingSystemSection>
<VirtualHardwareSection ovf:transport="com.vmware.guestInfo">
Expand Down

0 comments on commit 7f468d3

Please sign in to comment.