add qemu command mapping for ppc64le
This commit is contained in:
parent
d34acfc14c
commit
34ab13b68a
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user