diff options
author | Luca Boccassi <bluca@debian.org> | 2021-01-12 20:30:49 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2021-01-19 13:41:42 +0100 |
commit | 36b95d04408916c5babcfc2aa2a1efd8bbc1cd60 (patch) | |
tree | d858c1c93262ef3bd88e212a2205cc82a09ffda1 /man/os-release.xml | |
parent | sysext: use parse_extension_release and reject extension if not found (diff) | |
download | systemd-36b95d04408916c5babcfc2aa2a1efd8bbc1cd60.tar.xz systemd-36b95d04408916c5babcfc2aa2a1efd8bbc1cd60.zip |
man: mention SYSEXT_LEVEL in os-release(5)
Diffstat (limited to 'man/os-release.xml')
-rw-r--r-- | man/os-release.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man/os-release.xml b/man/os-release.xml index 674180679b..5a0cfd2887 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -317,6 +317,17 @@ </para></listitem> </varlistentry> + <varlistentry> + <term><varname>SYSEXT_LEVEL=</varname></term> + + <listitem><para>A lower-case string (mostly numeric, no spaces or other characters outside of 0–9, + a–z, ".", "_" and "-") identifying the operating system extensions support level, to indicate which + extension images are supported (See: + <citerefentry><refentrytitle>systemd-sysext</refentrytitle><manvolnum>8</manvolnum></citerefentry>). + Example: <literal>SYSEXT_LEVEL=2</literal> or + <literal>SYSEXT_LEVEL=15.14</literal>.</para></listitem> + </varlistentry> + </variablelist> <para>If you are reading this file from C code or a shell script |