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:50:33 +0200 |
commit | e47e5ee41d0282c8cbd4c2e4aeb133b2209c3713 (patch) | |
tree | 1965feb8d265e73d7461ab0ebf32b1fb7d59f605 /scripts | |
parent | 7bf85ec35c9ccde62b066fb410b17a2526c150f6 (diff) | |
download | vyos-build-e47e5ee41d0282c8cbd4c2e4aeb133b2209c3713.tar.gz vyos-build-e47e5ee41d0282c8cbd4c2e4aeb133b2209c3713.zip |
update ova template to use debian8 and pvscsi
Diffstat (limited to 'scripts')
-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> |