From: Zbigniew Jędrzejewski-Szmek Date: Tue, 12 Oct 2021 10:40:24 +0000 (+0200) Subject: man: mention cpio output X-Git-Tag: v11~29^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F836%2Fhead;p=thirdparty%2Fmkosi.git man: mention cpio output Fixes #835. --- diff --git a/man/mkosi.1 b/man/mkosi.1 index 2f157f4b8..c0b4500b1 100644 --- a/man/mkosi.1 +++ b/man/mkosi.1 @@ -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), diff --git a/mkosi.md b/mkosi.md index dc12dd61e..fb9753223 100644 --- 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=`