]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
documentation: add man page data for confext
authorMaanya Goenka <maanyagoenka@microsoft.com>
Wed, 16 Aug 2023 16:57:31 +0000 (16:57 +0000)
committerLuca Boccassi <luca.boccassi@gmail.com>
Wed, 16 Aug 2023 18:19:44 +0000 (19:19 +0100)
man/systemd.exec.xml

index d6e8d16aceb816f1631f6f61b54e514856e456f7..643dcd662e605268a68ee445f5e96890da445714 100644 (file)
         mount options.</para>
 
         <para>A read-only OverlayFS will be set up on top of <filename>/usr/</filename> and
-        <filename>/opt/</filename> hierarchies. The order in which the images are listed will determine the
+        <filename>/opt/</filename> hierarchies for sysext images and <filename>/etc/</filename>
+        hierarchy for confext images. The order in which the images are listed will determine the
         order in which the overlay is laid down: images specified first to last will result in overlayfs
         layers bottom to top.</para>
 
         paths. If the empty string is assigned, the entire list of mount paths defined prior to this is
         reset.</para>
 
-        <para>Each image must carry a <filename>/usr/lib/extension-release.d/extension-release.IMAGE</filename>
+        <para>Each sysext image must carry a <filename>/usr/lib/extension-release.d/extension-release.IMAGE</filename>
+        file while each confext image must carry a <filename>/etc/extension-release.d/extension-release.IMAGE</filename>
         file, with the appropriate metadata which matches <varname>RootImage=</varname>/<varname>RootDirectory=</varname>
         or the host. See:
         <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>.
         up. This option expects a whitespace separated list of source directories.</para>
 
         <para>A read-only OverlayFS will be set up on top of <filename>/usr/</filename> and
-        <filename>/opt/</filename> hierarchies. The order in which the directories are listed will determine
+        <filename>/opt/</filename> hierarchies for sysext images and <filename>/etc/</filename>
+        hierarchy for confext images. The order in which the directories are listed will determine
         the order in which the overlay is laid down: directories specified first to last will result in overlayfs
         layers bottom to top.</para>
 
         paths. If the empty string is assigned, the entire list of mount paths defined prior to this is
         reset.</para>
 
-        <para>Each directory must contain a <filename>/usr/lib/extension-release.d/extension-release.IMAGE</filename>
+        <para>Each sysext directory must contain a <filename>/usr/lib/extension-release.d/extension-release.IMAGE</filename>
+        file while each confext directory must carry a <filename>/etc/extension-release.d/extension-release.IMAGE</filename>
         file, with the appropriate metadata which matches <varname>RootImage=</varname>/<varname>RootDirectory=</varname>
         or the host. See:
         <citerefentry><refentrytitle>os-release</refentrytitle><manvolnum>5</manvolnum></citerefentry>.</para>