summaryrefslogtreecommitdiff
path: root/mkosi.default.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-08-09 20:31:29 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-08-09 20:31:29 +0200
commitd808662ec0dd4856818858595e3c523528dc1bfe (patch)
treea65acd03f6fde6953faa14c419fc5e692c2eb386 /mkosi.default.d
parent670dfcb6ecdf72fc26a362086fe31560d2a5f789 (diff)
downloadsystemd-d808662ec0dd4856818858595e3c523528dc1bfe.tar.gz
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.
Diffstat (limited to 'mkosi.default.d')
-rw-r--r--mkosi.default.d/10-systemd.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/mkosi.default.d/10-systemd.conf b/mkosi.default.d/10-systemd.conf
index 00363e2a9f..8efd1e97fa 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]