From: Daan De Meyer Date: Fri, 12 Jul 2024 12:23:07 +0000 (+0200) Subject: Fix Images= and Dependencies= documentation X-Git-Tag: v24~38^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fcfd9f12465099b62eb6f3a0b744774780a69f3c;p=thirdparty%2Fmkosi.git Fix Images= and Dependencies= documentation --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index 3b7e9ad57..a51e50743 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -1812,21 +1812,14 @@ config file is read: : Same as `Include=`, but the extra configuration files or directories are included when building the default initrd. -`Images=`, `--image=` -: If specified, only build the given image. Can be specified multiple - times to build multiple images. All the given images and their - dependencies are built. If not specified, all images are built. See - the **Building multiple images** section for more information. - - Note that this section only takes effect when specified in the global - configuration files. It has no effect if specified as an image - specific setting. - `Dependencies=`, `--dependency=` : The images that this image depends on specified as a comma-separated list. All images configured in this option will be built before this - image and will be pulled in as dependencies of this image when - `Images=` is used. + image. + + When this setting is specified for the "main" image, it specifies + which subimages should be built. See the + **Building multiple images** section for more information. `MinimumVersion=`, `--minimum-version=` : The minimum mkosi version required to build this configuration. If