mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
builder: templates: Specify --arch explicitly, even on x86_64.
This commit is contained in:
@@ -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 ->
|
||||
|
||||
Reference in New Issue
Block a user