From bc61c2b1c7daa5469168fec783b1f83bffe4e02c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 13 Feb 2019 11:09:02 +0100 Subject: [PATCH] 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. --- man/systemd-boot.xml | 2 +- tools/make-directive-index.py | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 44b0f61f222..4c914e61566 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -243,7 +243,7 @@ UUID 4a67b082-0a4c-41cf-b6c7-440b29bb8c4, for communication between the OS and the boot loader: - + LoaderBootCountPath If boot counting is enabled, contains the path to the file in whose name the boot counters are diff --git a/tools/make-directive-index.py b/tools/make-directive-index.py index 51f1d514fcc..9d9448703fb 100755 --- a/tools/make-directive-index.py +++ b/tools/make-directive-index.py @@ -52,6 +52,16 @@ TEMPLATE = '''\ + + EFI variables + + EFI variables understood by + systemd-boot7 + and other programs. + + + + UDEV directives -- 2.47.3