summaryrefslogtreecommitdiffstats
path: root/man/systemd-dissect.xml
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2023-07-06 11:24:22 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2023-07-06 12:11:45 +0200
commit12d58b6c743dc8c851d8fbb74096a0808e9f0e02 (patch)
treef4a8fdf23ae4329583138a7ebbb0ade287a3ea2b /man/systemd-dissect.xml
parentdissect: Allow a few verbs to operate on directories as well as image files (diff)
downloadsystemd-12d58b6c743dc8c851d8fbb74096a0808e9f0e02.tar.xz
systemd-12d58b6c743dc8c851d8fbb74096a0808e9f0e02.zip
dissect: Add --mtree-hash= option
Let's make including hashes in the mtree output configurable to allow speeding up the --mtree command in cases where file hashes are not required.
Diffstat (limited to 'man/systemd-dissect.xml')
-rw-r--r--man/systemd-dissect.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml
index ce41faaf1a..2b8620a5f0 100644
--- a/man/systemd-dissect.xml
+++ b/man/systemd-dissect.xml
@@ -422,6 +422,14 @@
<command>cfdisk /dev/loop/by-ref/quux</command>.</para></listitem>
</varlistentry>
+ <varlistentry>
+ <term><option>--mtree-hash=no</option></term>
+
+ <listitem><para>If combined with <option>--mtree</option>, turns off inclusion of file hashes in the
+ mtree output. This makes the <option>--mtree</option> faster when operating on large images.
+ </para></listitem>
+ </varlistentry>
+
<xi:include href="standard-options.xml" xpointer="image-policy-open" />
<xi:include href="standard-options.xml" xpointer="no-pager" />
<xi:include href="standard-options.xml" xpointer="no-legend" />