summaryrefslogtreecommitdiff
path: root/mkosi.default.d
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2021-09-17 11:16:36 +0200
committerLennart Poettering <lennart@poettering.net>2021-09-23 17:07:13 +0200
commita02c1239cc8064d6dc34279b027a264cfa1ebf07 (patch)
tree0e92520da046d6a8d93694f134ff87158438be33 /mkosi.default.d
parent26d54e1263dcb58daa6578595cc6ab1037315593 (diff)
downloadsystemd-a02c1239cc8064d6dc34279b027a264cfa1ebf07.tar.gz
mkosi: turn off qemu headless mode
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.
Diffstat (limited to 'mkosi.default.d')
-rw-r--r--mkosi.default.d/10-systemd.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkosi.default.d/10-systemd.conf b/mkosi.default.d/10-systemd.conf
index 08a03f489b..7aa842b2c9 100644
--- a/mkosi.default.d/10-systemd.conf
+++ b/mkosi.default.d/10-systemd.conf
@@ -14,7 +14,7 @@ InstallDirectory=mkosi.installdir
SourceFileTransferFinal=copy-git-others
[Host]
-QemuHeadless=yes
+QemuHeadless=no
NetworkVeth=yes
[Validation]