1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-25 01:34:28 +03:00

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.
This commit is contained in:
Daan De Meyer 2022-09-29 18:53:15 +02:00
parent d555da0001
commit 3e139a8e64

View File

@ -13,6 +13,7 @@ OutputDirectory=mkosi.output
[Content] [Content]
BuildDirectory=mkosi.builddir BuildDirectory=mkosi.builddir
Cache=mkosi.cache Cache=mkosi.cache
SourceFileTransfer=mount
SourceFileTransferFinal=copy-git-others SourceFileTransferFinal=copy-git-others
Packages= Packages=
acl acl