]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
mkosi: be clearer what "uki" output format means
authorLennart Poettering <lennart@poettering.net>
Fri, 8 Sep 2023 08:15:40 +0000 (10:15 +0200)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 8 Sep 2023 09:04:22 +0000 (11:04 +0200)
As per:

https://github.com/systemd/mkosi/pull/1881#issuecomment-1711261723

mkosi/resources/mkosi.md

index a887cfdaa5da1c92316b90b9da3a871eeb7bd0e5..d3e84b2e4aed984b6e27d88d60f8c2e3666f840e 100644 (file)
@@ -416,12 +416,12 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
 
 `Format=`, `--format=`, `-t`
 
-: The image format type to generate. One of `directory` (for generating
-  OS images inside a local directory), `tar` (similar, but a tarball of
-  the image is generated), `cpio` (similar, but a cpio archive is
-  generated), `disk` (a block device image with a GPT partition table),
-  `uki` (a unified kernel image) or `none` (the image is solely intended
-  as a build image to produce another artifact).
+: The image format type to generate. One of `directory` (for generating an OS
+  image directly in a local directory), `tar` (similar, but a tarball of the OS
+  image is generated), `cpio` (similar, but a cpio archive is generated),
+  `disk` (a block device OS image with a GPT partition table), `uki` (a unified
+  kernel image with the OS image in the `.initrd` PE section) or `none` (the OS
+  image is solely intended as a build image to produce another artifact).
 
 `ManifestFormat=`, `--manifest-format=`