Comment 0 for bug 1656293

Revision history for this message
Chris Glass (tribaal) wrote :

The OVF files produced by cloud-images currently contain:

<OperatingSystemSection ovf:id="100" vmw:osType="other3xLinux64Guest">
      <Info>The kind of installed guest operating system</Info>
</OperatingSystemSection>

The OVF specification has entries for Ubuntu, and that usually allows client machines to customize the host using whatever their method is.

The specific entries for Ubuntu 64 bits are:
- ovf:id: 94
- ovf:osType: ubuntu64Guest

The specific entries for Ubuntu 32 bits are:
- ovf:id: 93
- ovf:osType: ubuntu32Guest