From: Antonio Alvarez Feijoo Date: Thu, 14 Aug 2025 09:47:14 +0000 (+0200) Subject: man: clarify that $CACHE_DIRECTORY affects --workspace-directory X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F3853%2Fhead;p=thirdparty%2Fmkosi.git man: clarify that $CACHE_DIRECTORY affects --workspace-directory --- diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index f1772b179..d1844ca43 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -1456,7 +1456,8 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, building the image. This directory should have enough space to store the full OS image, though in most modes the actually used disk space is smaller. If not specified, a subdirectory of `$XDG_CACHE_HOME` (if - set), `$HOME/.cache` (if set) or `/var/tmp` is used. + set), `$CACHE_DIRECTORY` (if set), `$HOME/.cache` (if set) or `/var/tmp` + is used. The data in this directory is removed automatically after each build. It's safe to manually remove the contents of this directory