diff options
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r-- | man/systemd.exec.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml index 008cbe9af1..eadfc02421 100644 --- a/man/systemd.exec.xml +++ b/man/systemd.exec.xml @@ -428,6 +428,11 @@ 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> + 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> + <para>When <varname>DevicePolicy=</varname> is set to <literal>closed</literal> or <literal>strict</literal>, or set to <literal>auto</literal> and <varname>DeviceAllow=</varname> is set, then this setting adds <filename>/dev/loop-control</filename> with <constant>rw</constant> mode, |