From: Jörg Behrmann Date: Mon, 16 Feb 2026 11:58:09 +0000 (+0100) Subject: man: number all points in CACHING with 1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=472d2b46aee7aed21cb2e27cc16cc3feeb229a41;p=thirdparty%2Fmkosi.git man: number all points in CACHING with 1. Same EXECUTION FLOW --- diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 93b1ab9c9..bdaa7c3ed 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -2931,7 +2931,7 @@ re-building of images. Specifically: and caches distribution packages (RPM, deb, …) after they are downloaded, but before they are unpacked. -2. The repository metadata of the distribution is cached if a cache +1. The repository metadata of the distribution is cached if a cache directory is configured with `CacheDirectory=` or the `mkosi.cache/` directory. When the repository metadata is resynced is controlled with the `CacheOnly=` option, which by default will always resync the repository @@ -2939,7 +2939,7 @@ re-building of images. Specifically: Whenever the repository metadata is resynced, all cached images are invalidated. -2. If the incremental build mode is enabled with `Incremental=yes`, cached +1. If the incremental build mode is enabled with `Incremental=yes`, cached copies of the final image and build overlay are made immediately before the build sources are copied in (for the build overlay) or the artifacts generated by `mkosi.build` are copied in (in case of the @@ -2948,7 +2948,7 @@ re-building of images. Specifically: effective if the list of packages to use remains stable, but the build sources and its scripts change regularly. -3. Finally, between multiple builds the build artifact directory may +1. Finally, between multiple builds the build artifact directory may be shared, using the `BuildDirectory=` option or the `mkosi.builddir/` directory. This directory allows build systems such as Meson to reuse already compiled sources from a previous build, thus speeding up the build