]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/systemd-dissect.xml: Remove old sysext path, add confext path
authorKai Lueke <kailuke@microsoft.com>
Thu, 6 Apr 2023 08:30:34 +0000 (17:30 +0900)
committerKai Lueke <kailuke@microsoft.com>
Thu, 6 Apr 2023 11:46:43 +0000 (20:46 +0900)
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.

man/systemd-dissect.xml

index 06c57a22ecdbd52ee6be31460be94682daa9bfeb..eac50bffde5d923c11d615405449c0ca68728040 100644 (file)
         <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>