From: Richard Maw Date: Tue, 5 Dec 2023 18:06:40 +0000 (+0000) Subject: mkosi: Allow the output directory to be overridden X-Git-Tag: v256-rc1~1467^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eae7ce2d6165897261b3f7a25d57cb59cf7bb3fe;p=thirdparty%2Fsystemd.git mkosi: Allow the output directory to be overridden For integration tests it would be preferable to operate on a copy so tests can be run in parallel and avoid interfering. --- diff --git a/mkosi.conf b/mkosi.conf index 9961407a043..5e941959e5e 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -4,7 +4,7 @@ Images=system [Output] -OutputDirectory=mkosi.output +@OutputDirectory=mkosi.output BuildDirectory=mkosi.builddir CacheDirectory=mkosi.cache