]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Mention repart artifacts in clean script section
authorNils K <24257556+septatrix@users.noreply.github.com>
Fri, 26 Apr 2024 19:38:02 +0000 (21:38 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 26 Apr 2024 19:50:58 +0000 (21:50 +0200)
mkosi/resources/mkosi.md

index d3e5578b8303dfaea2e75d629668c03745b06b7a..c0eff6cc3393232017cfc7725e9f84eaef1b1709 100644 (file)
@@ -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