From cc1067a95ae9f846434e22713340b4ce0d2316c8 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 20 Mar 2018 14:08:20 -0700 Subject: [PATCH] Set PART_TABLE_TYPE for aarch64 machine This is needed to fix the install_simple_free_space test. Signed-off-by: Adam Williamson --- templates | 1 + 1 file changed, 1 insertion(+) diff --git a/templates b/templates index 1c25e34d..45964174 100755 --- a/templates +++ b/templates @@ -4182,6 +4182,7 @@ { key => "QEMUCPU", value => "host" }, { key => "SERIALDEV", value => "ttyAMA0" }, { key => "UEFI", value => "1"}, + { key => "PART_TABLE_TYPE", value => "gpt"}, { key => "WORKER_CLASS", value => "qemu_aarch64" } ], },