diff options
author | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-07-06 11:24:22 +0200 |
---|---|---|
committer | Daan De Meyer <daan.j.demeyer@gmail.com> | 2023-07-06 12:11:45 +0200 |
commit | 12d58b6c743dc8c851d8fbb74096a0808e9f0e02 (patch) | |
tree | f4a8fdf23ae4329583138a7ebbb0ade287a3ea2b /man/systemd-dissect.xml | |
parent | dissect: Allow a few verbs to operate on directories as well as image files (diff) | |
download | systemd-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.xml | 8 |
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" /> |