diff options
author | Lennart Poettering <lennart@poettering.net> | 2020-07-28 19:28:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-08-05 20:34:58 +0200 |
commit | 71b1d2ded19c727665a73c49d159500aa6ff3ece (patch) | |
tree | 4ae9ffe7ec588034c44b55ff14b6971705447953 /man/systemd-tmpfiles.xml | |
parent | cc171228d43b8ab4141214f9193a62b15187f595 (diff) | |
download | systemd-71b1d2ded19c727665a73c49d159500aa6ff3ece.tar.gz |
man: document the new --image= switches in journalctl/sysusers/tmpfiles
Diffstat (limited to 'man/systemd-tmpfiles.xml')
-rw-r--r-- | man/systemd-tmpfiles.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index e3bb1db7c6..4510fb120a 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -183,6 +183,21 @@ </varlistentry> <varlistentry> + <term><option>--image=<replaceable>image</replaceable></option></term> + + <listitem><para>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 <option>--root=</option> + 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 + <ulink url="https://systemd.io/DISCOVERABLE_PARTITIONS">Discoverable Partitions + Specification</ulink>. For further information on supported disk images, see + <citerefentry><refentrytitle>systemd-nspawn</refentrytitle><manvolnum>1</manvolnum></citerefentry>'s + switch of the same name.</para> + + <para>Implies <option>-E</option>.</para></listitem> + </varlistentry> + + <varlistentry> <term><option>--replace=<replaceable>PATH</replaceable></option></term> <listitem><para>When this option is given, one ore more positional arguments must be specified. All configuration files found in the directories listed in |