Fix vmware OS-Type for OVA (#677)

This commit is contained in:
Pascal Vizeli 2020-05-18 11:43:45 +02:00 committed by GitHub
parent 71974edfd7
commit eca72c9898
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@
<Product>Operating-System</Product> <Product>Operating-System</Product>
<ProductUrl>https://home-assistant.io</ProductUrl> <ProductUrl>https://home-assistant.io</ProductUrl>
</ProductSection> </ProductSection>
<OperatingSystemSection ovf:id="102" vmw:osType="otherLinux64Guest" ovf:required="false"> <OperatingSystemSection ovf:id="100" vmw:osType="other4xLinux64Guest">
<Info>The kind of installed guest operating system</Info> <Info>The kind of installed guest operating system</Info>
<Description>Linux</Description> <Description>Linux</Description>
</OperatingSystemSection> </OperatingSystemSection>