From: Lennart Poettering Date: Sat, 27 Jun 2020 09:09:41 +0000 (+0200) Subject: man: document the new --image= switch of systemd-firstboot X-Git-Tag: v246-rc1~15^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dcfdd6218469ab2b116712980a875c8b4c963c8f;p=thirdparty%2Fsystemd.git man: document the new --image= switch of systemd-firstboot --- diff --git a/man/systemd-firstboot.xml b/man/systemd-firstboot.xml index 81e62484fdb..d6bfd855c10 100644 --- a/man/systemd-firstboot.xml +++ b/man/systemd-firstboot.xml @@ -98,6 +98,18 @@ + + + Takes a path to a disk image file or block device node. If specified all operations + are applied to file system in the indicated disk image. This is similar to + but operates on file systems stored in disk images or block devices. The disk image should either + contain just a file system or a set of file systems within a GPT partition table, following the + Discoverable Partitions + Specification. For further information on supported disk images, see + systemd-nspawn1's + switch of the same name. + +