From 1ca0d01738590f46f506e49382db19feae610625 Mon Sep 17 00:00:00 2001 From: zsdc Date: Tue, 15 Jun 2021 13:52:22 +0300 Subject: OVF: T2343: Fixed wrong order for items in OVF According to OVF Specification (ver. 2.1.1, line 630), rasd class elements should be ordered by Unicode code point. This commit fixes the wrong order to conform to specification requirements. --- scripts/template.ovf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/template.ovf b/scripts/template.ovf index 4464e381..26d6cc62 100644 --- a/scripts/template.ovf +++ b/scripts/template.ovf @@ -144,27 +144,27 @@ Memory Size 512 MB of memory 2 + 512 4 512 - 512 byte * 2^20 Memory Size 16 GB of memory 2 + 16384 4 16384 - 16384 byte * 2^20 Memory Size 32 GB of memory 2 + 32768 4 32768 - 32768 0 -- cgit v1.2.3