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),
`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=`