From: Daan De Meyer Date: Tue, 5 Apr 2022 13:03:01 +0000 (+0200) Subject: Only build test images in bootable mode when using the qemu verb X-Git-Tag: v13~50^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6296cfb9bc2103e4939d3ed3412dc05b675d1ebe;p=thirdparty%2Fmkosi.git Only build test images in bootable mode when using the qemu verb --- diff --git a/mkosi/machine.py b/mkosi/machine.py index 7498e2a73..01b9f70af 100644 --- a/mkosi/machine.py +++ b/mkosi/machine.py @@ -63,8 +63,8 @@ class Machine: tmp.force = 1 tmp.autologin = True tmp.ephemeral = True - tmp.bootable = True if tmp.verb == Verb.qemu: + tmp.bootable = True tmp.qemu_headless = True tmp.hostonly_initrd = True tmp.netdev = True