From bb278641f0ceef79b1b936212fa57e5f4a83461a Mon Sep 17 00:00:00 2001 From: Antonio Alvarez Feijoo Date: Thu, 14 Aug 2025 11:47:14 +0200 Subject: [PATCH] man: clarify that $CACHE_DIRECTORY affects --workspace-directory --- mkosi/resources/man/mkosi.1.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.2