diff options
author | Kai Lueke <kailuke@microsoft.com> | 2023-04-06 10:30:34 +0200 |
---|---|---|
committer | Kai Lueke <kailuke@microsoft.com> | 2023-04-06 13:46:43 +0200 |
commit | 1e07c6f31d6ece4cbb264194669bd0ec0f533692 (patch) | |
tree | 6d687c4923f4b77f974ba5b6ba6da3f91b30b22e /man/systemd-dissect.xml | |
parent | Merge pull request #26013 from goenkam/maanya/syscfg-feature (diff) | |
download | systemd-1e07c6f31d6ece4cbb264194669bd0ec0f533692.tar.xz systemd-1e07c6f31d6ece4cbb264194669bd0ec0f533692.zip |
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/systemd-dissect.xml')
-rw-r--r-- | man/systemd-dissect.xml | 4 |
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> |