]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
man: update section on CompressOutput
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>
Thu, 16 Nov 2023 10:40:37 +0000 (11:40 +0100)
committerJoerg Behrmann <behrmann@physik.fu-berlin.de>
Fri, 17 Nov 2023 14:55:13 +0000 (15:55 +0100)
mkosi/resources/mkosi.md

index 46e5d8b2e486b77c10db25693b283084aa1b617a..8ed5b4eac848c6fe88e75a8ad7564dbdd2697203 100644 (file)
@@ -607,13 +607,14 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`,
 
 `CompressOutput=`, `--compress-output=`
 
-: Configure compression for the resulting image or archive. The
-  argument can be either a boolean or a compression algorithm (`xz`,
-  `zstd`). `xz` compression is used by default. Note that when applied
-  to block device image types this means the image cannot be started
-  directly but needs to be decompressed first. This also means that
-  the `shell`, `boot`, `qemu` verbs are not available when this option
-  is used. Implied for `tar` and `cpio`.
+: Configure compression for the resulting image or archive. The argument can be
+  either a boolean or a compression algorithm (`xz`, `zstd`). `zstd`
+  compression is used by default, except CentOS and derivatives up to version
+  8, which default to `xz`. Note that when applied to block device image types,
+  compression means the image cannot be started directly but needs to be
+  decompressed first. This also means that the `shell`, `boot`, `qemu` verbs
+  are not available when this option is used. Implied for `tar`, `cpio`, `uki`,
+  and `esp`.
 
 `OutputDirectory=`, `--output-dir=`, `-O`