diff options
Diffstat (limited to 'roles')
-rw-r--r-- | roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 b/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 index 76ebbcf..c3d6145 100644 --- a/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 +++ b/roles/vmware-ova/templates/vyos_vmware_image.ovf.j2 @@ -19,7 +19,7 @@ <OperatingSystemSection ovf:id="1" vmw:osType="other26xLinux64Guest"> <Info>The kind of installed guest operating system</Info> </OperatingSystemSection> - <VirtualHardwareSection> + <VirtualHardwareSection ovf:transport="com.vmware.guestInfo" ovf:required="false"> <Info>Virtual hardware requirements</Info> <System> <vssd:ElementName>Virtual Hardware Family</vssd:ElementName> |