summaryrefslogtreecommitdiff
path: root/man/systemd-dissect.xml
diff options
context:
space:
mode:
authorAntonio Alvarez Feijoo <antonio.feijoo@suse.com>2022-10-20 08:07:37 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2022-10-31 21:11:09 +0100
commit0cf16924933a6fe1f038f3ec9a6b4bfa7795e1eb (patch)
treeed59d2a6a179e173091424bb9084242adf0f082b /man/systemd-dissect.xml
parentfad1ce5c588e29f2733e2eeedee78640da7a9c6e (diff)
downloadsystemd-0cf16924933a6fe1f038f3ec9a6b4bfa7795e1eb.tar.gz
dissect: add --list option
New option to print the paths of all the files and directories in the image to stdout.
Diffstat (limited to 'man/systemd-dissect.xml')
-rw-r--r--man/systemd-dissect.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml
index 9528e91a41..955909ff91 100644
--- a/man/systemd-dissect.xml
+++ b/man/systemd-dissect.xml
@@ -32,6 +32,9 @@
<command>systemd-dissect <arg choice="opt" rep="repeat">OPTIONS</arg> <option>--umount</option> <arg choice="plain"><replaceable>PATH</replaceable></arg></command>
</cmdsynopsis>
<cmdsynopsis>
+ <command>systemd-dissect <arg choice="opt" rep="repeat">OPTIONS</arg> <option>--list</option> <arg choice="plain"><replaceable>IMAGE</replaceable></arg></command>
+ </cmdsynopsis>
+ <cmdsynopsis>
<command>systemd-dissect <arg choice="opt" rep="repeat">OPTIONS</arg> <option>--copy-from</option> <arg choice="plain"><replaceable>IMAGE</replaceable></arg> <arg choice="plain"><replaceable>PATH</replaceable></arg> <arg choice="opt"><replaceable>TARGET</replaceable></arg></command>
</cmdsynopsis>
<cmdsynopsis>
@@ -150,6 +153,14 @@
</varlistentry>
<varlistentry>
+ <term><option>--list</option></term>
+ <term><option>-l</option></term>
+
+ <listitem><para>Prints the paths of all the files and directories in the specified OS image to
+ standard output.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><option>--copy-from</option></term>
<term><option>-x</option></term>