diff options
author | Kim Hagen <kim.sidney@gmail.com> | 2019-04-16 14:49:53 +0200 |
---|---|---|
committer | Kim Hagen <kim.sidney@gmail.com> | 2019-04-16 14:49:53 +0200 |
commit | be385f54a121b7648a3a51fb049b25f97efc6a87 (patch) | |
tree | c1cbd1961e52c321a8fc978b9ad8feba6925b155 /scripts/template.ovf | |
parent | 401165bc85fcb9069182765a38c1289bd12fd6e9 (diff) | |
download | vyos-build-be385f54a121b7648a3a51fb049b25f97efc6a87.tar.gz vyos-build-be385f54a121b7648a3a51fb049b25f97efc6a87.zip |
update ova template to use debian8 and pvscsi
Diffstat (limited to 'scripts/template.ovf')
-rw-r--r-- | scripts/template.ovf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/template.ovf b/scripts/template.ovf index cc2ec845..87237bf7 100644 --- a/scripts/template.ovf +++ b/scripts/template.ovf @@ -87,7 +87,7 @@ <Info/> <Annotation>VyOS</Annotation> </AnnotationSection> - <OperatingSystemSection ovf:id="100" ovf:version="1" vmw:osType="other3xLinux64Guest"> + <OperatingSystemSection ovf:id="100" ovf:version="1" vmw:osType="debian8_64Guest"> <Info>Guest Operating System</Info> <Description>VyOS</Description> </OperatingSystemSection> @@ -148,9 +148,9 @@ </Item> <Item> <rasd:Address xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData">0</rasd:Address> - <rasd:ElementName xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData">SCSI Controller 0 - LSI Logic</rasd:ElementName> + <rasd:ElementName xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData">SCSI Controller 0</rasd:ElementName> <rasd:InstanceID xmlns:rasd="http://schemas.dmtf.org/wbem/wscim/1/cim-schema/2/CIM_ResourceAllocationSettingData">3</rasd:InstanceID> - <rasd:ResourceSubType>lsilogic</rasd:ResourceSubType> + <rasd:ResourceSubType>VirtualSCSI</rasd:ResourceSubType> <rasd:ResourceType>6</rasd:ResourceType> </Item> <Item> |