From: Daan De Meyer Date: Sat, 14 Sep 2024 15:06:13 +0000 (+0200) Subject: mkosi.conf: Move CacheDirectory= to the [Build] section X-Git-Tag: v25~296^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2955f9a4f50adeffba22328ee7ab46295b33751;p=thirdparty%2Fmkosi.git mkosi.conf: Move CacheDirectory= to the [Build] section --- diff --git a/mkosi.conf b/mkosi.conf index 3ecb97759..13add506f 100644 --- a/mkosi.conf +++ b/mkosi.conf @@ -1,10 +1,11 @@ # SPDX-License-Identifier: LGPL-2.1-or-later +[Build] +CacheDirectory=mkosi.cache [Output] # These images are (among other things) used for running mkosi which means we need some disk space available so # default to directory output where disk space isn't a problem. Format=directory -CacheDirectory=mkosi.cache OutputDirectory=mkosi.output [Content]