]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
man: number all points in CACHING with 1.
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 16 Feb 2026 11:58:09 +0000 (12:58 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Mon, 16 Feb 2026 11:58:09 +0000 (12:58 +0100)
Same EXECUTION FLOW

mkosi/resources/man/mkosi.1.md

index 93b1ab9c9a4f9484a3e4e1c58486b82152028f96..bdaa7c3edd3f1b76283bb39d524c9da60cb100d8 100644 (file)
@@ -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