diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index d6e8d16ace..643dcd662e 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.