Skip to content

Commit bc61c2b

Browse files
committed
man: add a new section for EFI variables
We should probably refer to them from other man pages for programs which use them, since right now all refs are in systemd-boot(7). But creating the section is a good step anyway.
1 parent 37dac21 commit bc61c2b

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

man/systemd-boot.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@
243243
UUID <literal>4a67b082-0a4c-41cf-b6c7-440b29bb8c4</literal>, for communication between the OS and the boot
244244
loader:</para>
245245

246-
<variablelist>
246+
<variablelist class='efi-variables'>
247247
<varlistentry>
248248
<term><varname>LoaderBootCountPath</varname></term>
249249
<listitem><para>If boot counting is enabled, contains the path to the file in whose name the boot counters are

tools/make-directive-index.py

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,16 @@
5252
<variablelist id='environment-variables' />
5353
</refsect1>
5454
55+
<refsect1>
56+
<title>EFI variables</title>
57+
58+
<para>EFI variables understood by
59+
<citerefentry><refentrytitle>systemd-boot</refentrytitle><manvolnum>7</manvolnum></citerefentry>
60+
and other programs.</para>
61+
62+
<variablelist id='efi-variables' />
63+
</refsect1>
64+
5565
<refsect1>
5666
<title>UDEV directives</title>
5767

0 commit comments

Comments
 (0)