]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
man: mention cpio output 836/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 12 Oct 2021 10:40:24 +0000 (12:40 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 12 Oct 2021 12:24:25 +0000 (14:24 +0200)
Fixes #835.

man/mkosi.1
mkosi.md

index 2f157f4b871feb25e4648817a5e9a08da611e2d9..c0b4500b17a1ccf7ef2c69095fb61a65dc2f3741 100644 (file)
@@ -353,6 +353,7 @@ The image format type to generate.
 One of \f[C]directory\f[R] (for generating OS images inside a local
 directory), \f[C]subvolume\f[R] (similar, but as a btrfs subvolume),
 \f[C]tar\f[R] (similar, but a tarball of the image is generated),
+\f[C]cpio\f[R] (similar, but a cpio archive is generated),
 \f[C]gpt_ext4\f[R] (a block device image with an ext4 file system inside
 a GPT partition table), \f[C]gpt_xfs\f[R] (similar, but with an xfs file
 system), \f[C]gpt_btrfs\f[R] (similar, but with an btrfs file system),
index dc12dd61e6fdb8e53321be3f6ee3cbd14406337f..fb97532230673d9bbcb8cf3aaf74adc076ff40f4 100644 (file)
--- a/mkosi.md
+++ b/mkosi.md
@@ -356,15 +356,14 @@ a boolean argument: either "1", "yes", or "true" to enable, or "0",
 
 `Format=`, `--format=`, `-t`
 
-: The image format type to generate. One of `directory` (for
-  generating OS images inside a local directory), `subvolume`
-  (similar, but as a btrfs subvolume), `tar` (similar, but a tarball
-  of the image is generated), `gpt_ext4` (a block device image with an
-  ext4 file system inside a GPT partition table), `gpt_xfs`
-  (similar, but with an xfs file system), `gpt_btrfs` (similar, but
-  with an btrfs file system), `gpt_squashfs` (similar, but with a
-  squashfs file system), `plain_squashfs` (a plain squashfs file
-  system without a partition table).
+: The image format type to generate. One of `directory` (for generating OS
+  images inside a local directory), `subvolume` (similar, but as a btrfs
+  subvolume), `tar` (similar, but a tarball of the image is generated), `cpio`
+  (similar, but a cpio archive is generated), `gpt_ext4` (a block device image
+  with an ext4 file system inside a GPT partition table), `gpt_xfs` (similar,
+  but with an xfs file system), `gpt_btrfs` (similar, but with an btrfs file
+  system), `gpt_squashfs` (similar, but with a squashfs file system),
+  `plain_squashfs` (a plain squashfs file system without a partition table).
 
 `ManifestFormat=`, `--manifest-format=`