From: Lennart Poettering Date: Fri, 8 Sep 2023 08:15:40 +0000 (+0200) Subject: mkosi: be clearer what "uki" output format means X-Git-Tag: v17~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce7ed98f1205488bd0d8ca95ec7f7e1e1a2297a4;p=thirdparty%2Fmkosi.git mkosi: be clearer what "uki" output format means As per: https://github.com/systemd/mkosi/pull/1881#issuecomment-1711261723 --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index a887cfdaa..d3e84b2e4 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -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=`