From: Kai Lueke Date: Thu, 6 Apr 2023 08:30:34 +0000 (+0900) Subject: man/systemd-dissect.xml: Remove old sysext path, add confext path X-Git-Tag: v254-rc1~788^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e07c6f31d6ece4cbb264194669bd0ec0f533692;p=thirdparty%2Fsystemd.git 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. --- diff --git a/man/systemd-dissect.xml b/man/systemd-dissect.xml index 06c57a22ecd..eac50bffde5 100644 --- a/man/systemd-dissect.xml +++ b/man/systemd-dissect.xml @@ -274,9 +274,9 @@ 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 /usr/lib/machines/, /usr/lib/portables/, - /usr/lib/extensions/, /var/lib/machines/, + /usr/lib/confexts/, /var/lib/machines/, /var/lib/portables/, /var/lib/extensions/ and so on.