From b00575d5a871ae24cc91191c13998bde01d89da4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Tue, 12 Oct 2021 12:40:24 +0200 Subject: [PATCH] man: mention cpio output Fixes #835. --- man/mkosi.1 | 1 + mkosi.md | 17 ++++++++--------- 2 files changed, 9 insertions(+), 9 deletions(-) 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=` -- 2.47.2