From c9853672a030cb27a802fce58e8e8b1fba26cd5d Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 9 Feb 2023 09:53:05 +0100 Subject: mkosi: Update to latest Let's make sure we're testing unprivileged builds properly. Usage of SourceFileTransfer= and SourceFileTransferFinal= are removed as they were dropped by mkosi. SourceFileTransfer=mount is now the default in mkosi so behavior for the build script is unchanged. We stop copying sources in the final image until mkosi adds support for virtiofs. --- mkosi.conf.d/10-systemd.conf | 2 -- 1 file changed, 2 deletions(-) (limited to 'mkosi.conf.d') diff --git a/mkosi.conf.d/10-systemd.conf b/mkosi.conf.d/10-systemd.conf index a91378da97..57db7ecda9 100644 --- a/mkosi.conf.d/10-systemd.conf +++ b/mkosi.conf.d/10-systemd.conf @@ -11,8 +11,6 @@ OutputDirectory=mkosi.output [Content] BuildDirectory=mkosi.builddir Cache=mkosi.cache -SourceFileTransfer=mount -SourceFileTransferFinal=copy-git-others Packages= acl bash-completion -- cgit v1.2.1