]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi: turn off qemu headless mode
authorLennart Poettering <lennart@poettering.net>
Fri, 17 Sep 2021 09:16:36 +0000 (11:16 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 23 Sep 2021 15:07:13 +0000 (17:07 +0200)
We ship the mkosi files to make sure we can test our own code. A good
chunk of our code (and the main reason to use qemu rather than nspawn)
is the EFI code, i.e. in sd-boot and the EFI stub. Hence it's bad idea
to use qemu headless mode, since that means we bypass all that.

Let's hence toggle the defaults here, but keep the line in place, to
make it easy to switch back if someone wants the speed, rather than the
testing.

mkosi.default.d/10-systemd.conf

index 08a03f489b02279c4d0b9b290552cf072bfe32f5..7aa842b2c9ee3ce89988da7098808e19ce59ab39 100644 (file)
@@ -14,7 +14,7 @@ InstallDirectory=mkosi.installdir
 SourceFileTransferFinal=copy-git-others
 
 [Host]
-QemuHeadless=yes
+QemuHeadless=no
 NetworkVeth=yes
 
 [Validation]