From: Nils K <24257556+septatrix@users.noreply.github.com> Date: Fri, 26 Apr 2024 19:38:02 +0000 (+0200) Subject: Mention repart artifacts in clean script section X-Git-Tag: v23.1~86 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47ca3913ff0a09f0a5b17aa645e42c172820631f;p=thirdparty%2Fmkosi.git Mention repart artifacts in clean script section --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index d3e5578b8..c0eff6cc3 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -2137,8 +2137,8 @@ current working directory. The following scripts are supported: * If **`mkosi.clean`** (`CleanScripts=`) exists, it is executed right after the outputs of a previous build have been cleaned up. A clean script can clean up any outputs that mkosi does not know about (e.g. - RPMs built in a build script). Note that this script does not use the - tools tree even if one is configured. + artifacts from `SplitArtifacts=yes` or RPMs built in a build script). + Note that this script does not use the tools tree even if one is configured. If a script uses the `.chroot` extension, mkosi will chroot into the image using `mkosi-chroot` (see below) before executing the script. For