diff options
author | Lennart Poettering <lennart@poettering.net> | 2024-11-12 12:48:39 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2025-01-03 10:12:23 +0100 |
commit | 41c2a5b0b9f6f719c9bd3269b08b8832ce74a60b (patch) | |
tree | 44993a5ed251de8d9af599313f5e827079fa64d8 /man | |
parent | debug-generator: rework from post-merge review #35410 (#35696) (diff) | |
download | systemd-41c2a5b0b9f6f719c9bd3269b08b8832ce74a60b.tar.xz systemd-41c2a5b0b9f6f719c9bd3269b08b8832ce74a60b.zip |
dissect: show all kinds of images in --discover
Given that systemd-dissect can nowadays operate on plain directories,
let's include directory images in the --discover output too.
Replace the filter with a filter for hidden images instead, as suddenly
the root fs image (which is a directory image ".host") otherwise shows up.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd-dissect.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml index fccc61c6d8..3aaa1744f3 100644 --- a/man/systemd-dissect.xml +++ b/man/systemd-dissect.xml @@ -514,6 +514,15 @@ <xi:include href="version-info.xml" xpointer="v258"/></listitem> </varlistentry> + <varlistentry> + <term><option>--all</option></term> + + <listitem><para>If combined with <option>--discover</option>, also shows images that start with a + dot, i.e. hidden images.</para> + + <xi:include href="version-info.xml" xpointer="v258"/></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" /> |