From 34ab13b68a000ff6267bad1b869d962da093b7bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Wed, 2 Jan 2019 10:04:13 +0100 Subject: [PATCH] add qemu command mapping for ppc64le --- src/pylorax/installer.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pylorax/installer.py b/src/pylorax/installer.py index d1bd7785..aab98d9b 100644 --- a/src/pylorax/installer.py +++ b/src/pylorax/installer.py @@ -141,7 +141,8 @@ class QEMUInstall(object): "arm": "qemu-system-arm", "aarch64": "qemu-system-aarch64", "ppc": "qemu-system-ppc", - "ppc64": "qemu-system-ppc64" + "ppc64": "qemu-system-ppc64", + "ppc64le": "qemu-system-ppc64" } def __init__(self, opts, iso, ks_paths, disk_img, img_size=2048,