]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: document LoaderConfigConsoleMode
authorEmil Velikov <emil.velikov@collabora.com>
Mon, 2 Oct 2023 16:31:36 +0000 (17:31 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Thu, 5 Oct 2023 10:50:51 +0000 (11:50 +0100)
The variable was introduced with systemd v250 although it went
completely undocumented, even though sd-boot will honour and print it
separately (from the loader.conf one) in the boot help screen.

Document it in the systemd-boot and hint about it in loader.conf manual
pages.

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
man/loader.conf.xml
man/systemd-boot.xml

index 9592f4824740446755521e573e54e3ce56ce57a6..c7794cd195fb74cd410f9644589c330e9bad1dfd 100644 (file)
       <varlistentry>
         <term>console-mode</term>
 
-        <listitem><para>This option configures the resolution of the console. Takes a
-        number or one of the special values listed below. The following values may be
-        used:</para>
+        <listitem><para>This option configures the resolution of the console. This may be changed in
+        the boot menu itself and will be stored as an EFI variable in that case, overriding this
+        option.</para>
+
+        <para>Takes a number or one of the special values listed below. The following
+        values may be used:</para>
 
         <variablelist>
           <varlistentry>
index def2d06cf16f7e290054bf6309fbcfcbbe4fa0d0..67208806f97ebe33c5209a8197e04ddd33f23479 100644 (file)
         <xi:include href="version-info.xml" xpointer="v240"/></listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><varname>LoaderConfigConsoleMode</varname></term>
+        <listitem><para>The numerical menu console mode. Read by the boot loader. <varname>LoaderConfigConsoleMode</varname>
+        is maintained persistently. <varname>LoaderConfigConsoleMode</varname> may be manipulated with the
+        <keycap>r</keycap>/<keycap>R</keycap> keys, see above.</para>
+
+        <xi:include href="version-info.xml" xpointer="v250"/></listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><varname>LoaderDevicePartUUID</varname></term>