From: Maanya Goenka Date: Wed, 16 Aug 2023 16:57:31 +0000 (+0000) Subject: documentation: add man page data for confext X-Git-Tag: v255-rc1~705 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d07246a621a5e577cfd1a318eb4e19bf41d6c95e;p=thirdparty%2Fsystemd.git documentation: add man page data for confext --- diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index d6e8d16aceb..643dcd662e6 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -478,7 +478,8 @@ mount options. A read-only OverlayFS will be set up on top of /usr/ and - /opt/ hierarchies. The order in which the images are listed will determine the + /opt/ hierarchies for sysext images and /etc/ + 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. @@ -498,7 +499,8 @@ paths. If the empty string is assigned, the entire list of mount paths defined prior to this is reset. - Each image must carry a /usr/lib/extension-release.d/extension-release.IMAGE + Each sysext image must carry a /usr/lib/extension-release.d/extension-release.IMAGE + file while each confext image must carry a /etc/extension-release.d/extension-release.IMAGE file, with the appropriate metadata which matches RootImage=/RootDirectory= or the host. See: os-release5. @@ -526,7 +528,8 @@ up. This option expects a whitespace separated list of source directories. A read-only OverlayFS will be set up on top of /usr/ and - /opt/ hierarchies. The order in which the directories are listed will determine + /opt/ hierarchies for sysext images and /etc/ + 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. @@ -538,7 +541,8 @@ paths. If the empty string is assigned, the entire list of mount paths defined prior to this is reset. - Each directory must contain a /usr/lib/extension-release.d/extension-release.IMAGE + Each sysext directory must contain a /usr/lib/extension-release.d/extension-release.IMAGE + file while each confext directory must carry a /etc/extension-release.d/extension-release.IMAGE file, with the appropriate metadata which matches RootImage=/RootDirectory= or the host. See: os-release5.