From 3eb80a3e558cca1ab4e14fc0b32f9a4d9079560a Mon Sep 17 00:00:00 2001 From: raingloom Date: Sat, 1 Sep 2018 13:14:52 +0200 Subject: [PATCH] don't install qemu when using --host-qemu --- pmb/qemu/run.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pmb/qemu/run.py b/pmb/qemu/run.py index 8fe9f6fc..32912645 100644 --- a/pmb/qemu/run.py +++ b/pmb/qemu/run.py @@ -265,7 +265,8 @@ def run(args): arch = pmb.parse.arch.uname_to_qemu(args.arch) device = pmb.parse.arch.qemu_to_pmos_device(arch) img_path = system_image(args, device) - install_depends(args, arch) + if not args.host_qemu: + install_depends(args, arch) logging.info("Running postmarketOS in QEMU VM (" + arch + ")") # Get the Qemu and spice commands