]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Fix execution workflow section
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 31 Jan 2024 15:14:31 +0000 (16:14 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 1 Feb 2024 07:47:37 +0000 (08:47 +0100)
mkosi/resources/mkosi.md

index aa31221dea62ae2d0cf9fcfa57f7a1560c24c38a..c0659073e5308cca07ddb6cf3be272248d59326f 100644 (file)
@@ -1751,10 +1751,13 @@ in consecutive runs with data from the cached one.
 Then, for each image, we execute the following steps:
 
 1. Copy package manager trees into the workspace
+1. Sync the package manager repository metadata
 1. Copy base trees (`--base-tree=`) into the image
+1. Reuse a cached image if one is available
+1. Copy a snapshot of the package manager repository metadata into the
+   image
 1. Copy skeleton trees (`mkosi.skeleton`) into image
-1. Install distribution and packages into image or use cache tree if
-   available
+1. Install distribution and packages into image
 1. Run prepare scripts on image with the `final` argument (`mkosi.prepare`)
 1. Install build packages in overlay if any build scripts are configured
 1. Run prepare scripts on overlay with the `build` argument if any build