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
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
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