summaryrefslogtreecommitdiff
path: root/mkosi.default.d
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2022-09-29 18:53:15 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2022-09-29 18:53:15 +0200
commit3e139a8e64820bf59552073524b21620d344fae7 (patch)
tree0e288f9591b39641b9bff22b1e9a49b306eaae42 /mkosi.default.d
parentd555da00014bd850ec5ea546fd2b2d495ffc8be1 (diff)
downloadsystemd-3e139a8e64820bf59552073524b21620d344fae7.tar.gz
mkosi: Use SourceFileTransfer=mount
Our source and build directories are nicely separated, so we should have no issues with using SourceFileTransfer=mount, since the build won't create any files owned by root in the source directory.
Diffstat (limited to 'mkosi.default.d')
-rw-r--r--mkosi.default.d/10-systemd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/mkosi.default.d/10-systemd.conf b/mkosi.default.d/10-systemd.conf
index d1f00c2d5d..3a82298ca4 100644
--- a/mkosi.default.d/10-systemd.conf
+++ b/mkosi.default.d/10-systemd.conf
@@ -13,6 +13,7 @@ OutputDirectory=mkosi.output
[Content]
BuildDirectory=mkosi.builddir
Cache=mkosi.cache
+SourceFileTransfer=mount
SourceFileTransferFinal=copy-git-others
Packages=
acl