summaryrefslogtreecommitdiffstats
path: root/man/os-release.xml
diff options
context:
space:
mode:
authormaanyagoenka <maanyagoenka@microsoft.com>2023-02-24 09:42:45 +0100
committermaanyagoenka <maanyagoenka@microsoft.com>2023-04-05 23:50:04 +0200
commit1f4f1666906e4dbd8126c98068eb2d4f69b879af (patch)
tree1c9edca3d0f1d7c95032d3a7f198192b0310eb00 /man/os-release.xml
parenttest-os-util: add tests for sysext and confext release files (diff)
downloadsystemd-1f4f1666906e4dbd8126c98068eb2d4f69b879af.tar.xz
systemd-1f4f1666906e4dbd8126c98068eb2d4f69b879af.zip
confext: documentation and man page updates for confext
Diffstat (limited to 'man/os-release.xml')
-rw-r--r--man/os-release.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/man/os-release.xml b/man/os-release.xml
index e74f27b990..6cc786acf9 100644
--- a/man/os-release.xml
+++ b/man/os-release.xml
@@ -443,6 +443,17 @@
</varlistentry>
<varlistentry>
+ <term><varname>CONFEXT_LEVEL=</varname></term>
+
+ <listitem><para>Semantically the same as <varname>SYSEXT_LEVEL=</varname> but for confext images.
+ See <filename>/etc/extension-release.d/extension-release.<replaceable>IMAGE</replaceable></filename>
+ for more information.</para>
+
+ <para>Examples: <literal>CONFEXT_LEVEL=2</literal>, <literal>CONFEXT_LEVEL=15.14</literal>.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>SYSEXT_SCOPE=</varname></term>
<listitem><para>Takes a space-separated list of one or more of the strings
<literal>system</literal>, <literal>initrd</literal> and <literal>portable</literal>. This field is
@@ -454,6 +465,12 @@
</varlistentry>
<varlistentry>
+ <term><varname>CONFEXT_SCOPE=</varname></term>
+
+ <listitem><para>Semantically the same as <varname>SYSEXT_SCOPE=</varname> but for confext images.</para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><varname>PORTABLE_PREFIXES=</varname></term>
<listitem><para>Takes a space-separated list of one or more valid prefix match strings for the
<ulink url="https://systemd.io/PORTABLE_SERVICES">Portable Services Documentation</ulink> logic.