From d808662ec0dd4856818858595e3c523528dc1bfe Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Tue, 9 Aug 2022 20:31:29 +0200 Subject: [PATCH] mkosi: Don't use InstallDirectory by default While this provides some marginal speedup, the disadvantage is that files are never removed when doing cached builds, which can sometimes lead to hard to debug issues. So let's not do this by default. --- mkosi.default.d/10-systemd.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/mkosi.default.d/10-systemd.conf b/mkosi.default.d/10-systemd.conf index 00363e2a9fd..8efd1e97fa3 100644 --- a/mkosi.default.d/10-systemd.conf +++ b/mkosi.default.d/10-systemd.conf @@ -13,7 +13,6 @@ OutputDirectory=mkosi.output [Content] BuildDirectory=mkosi.builddir Cache=mkosi.cache -InstallDirectory=mkosi.installdir SourceFileTransferFinal=copy-git-others [Host]