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 ->