From e6895bd9d28370861528ab81ea34098b87f3739a Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 11 Sep 2018 16:44:14 +0100 Subject: [PATCH] builder: templates: Specify --arch explicitly, even on x86_64. --- builder/templates/make-template.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/templates/make-template.ml b/builder/templates/make-template.ml index 160f33180..710145249 100755 --- a/builder/templates/make-template.ml +++ b/builder/templates/make-template.ml @@ -799,7 +799,7 @@ and make_virt_install_command os arch ks tmpname tmpout tmpefivars (match arch with | X86_64 -> - (* XXX This assumes the host is always x86_64. *) + add "--arch=x86_64"; add "--cpu=host"; add "--vcpus=4" | PPC64 ->