summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorKai Lueke <kailuke@microsoft.com>2023-04-06 17:30:34 +0900
committerKai Lueke <kailuke@microsoft.com>2023-04-06 20:46:43 +0900
commit1e07c6f31d6ece4cbb264194669bd0ec0f533692 (patch)
tree6d687c4923f4b77f974ba5b6ba6da3f91b30b22e /man
parentd7805ff711e09e2652fecee939895e18d8f45a75 (diff)
downloadsystemd-1e07c6f31d6ece4cbb264194669bd0ec0f533692.tar.gz
man/systemd-dissect.xml: Remove old sysext path, add confext path
The /usr/lib/extensions/ location for systemd-sysext images is not supported anymore. In https://github.com/systemd/systemd/pull/26013 systemd-confext images got introduced and we can list its path under /usr instead.
Diffstat (limited to 'man')
-rw-r--r--man/systemd-dissect.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml
index 06c57a22ec..eac50bffde 100644
--- a/man/systemd-dissect.xml
+++ b/man/systemd-dissect.xml
@@ -274,9 +274,9 @@
<term><option>--discover</option></term>
<listitem><para>Show a list of DDIs in well-known directories. This will show machine, portable
- service and system extension disk images in the usual directories
+ service and system/configuration extension disk images in the usual directories
<filename>/usr/lib/machines/</filename>, <filename>/usr/lib/portables/</filename>,
- <filename>/usr/lib/extensions/</filename>, <filename>/var/lib/machines/</filename>,
+ <filename>/usr/lib/confexts/</filename>, <filename>/var/lib/machines/</filename>,
<filename>/var/lib/portables/</filename>, <filename>/var/lib/extensions/</filename> and so
on.</para></listitem>
</varlistentry>