mirror of
https://github.com/siderolabs/talos.git
synced 2025-12-15 22:41:55 +01:00
fix: update osType in OVA other3xLinux64Guest"
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 <lennard.klein@eu.equinix.com>
This commit is contained in:
parent
4a184b67d6
commit
7f468d350a
@ -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">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user