From: Glenn Washburn <development@efficientek.com>
To: grub-devel@gnu.org, Daniel Kiper <dkiper@net-space.pl>
Cc: Glenn Washburn <development@efficientek.com>
Subject: [PATCH] docs: Document undocumented variables
Date: Fri, 13 May 2022 16:19:32 -0500 [thread overview]
Message-ID: <20220513211932.3572698-1-development@efficientek.com> (raw)
Document the variables net_<interface>_clientid, net_<interface>_clientuuid,
lockdown, and shim_lock in the list of special environment variables.
Signed-off-by: Glenn Washburn <development@efficientek.com>
---
docs/grub.texi | 36 ++++++++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/docs/grub.texi b/docs/grub.texi
index 5de94d062..3c8bcd6ed 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -2613,6 +2613,12 @@ The network interface's IP address. Read-only.
@item net_@var{<interface>}_mac
The network interface's MAC address. Read-only.
+@item net_@var{<interface>}_clientid
+The client id provided by DHCP. Read-only.
+
+@item net_@var{<interface>}_clientuuid
+The client uuid provided by DHCP. Read-only.
+
@item net_@var{<interface>}_hostname
The client host name provided by DHCP. Read-only.
@@ -3278,9 +3284,12 @@ These variables have special meaning to GRUB.
* icondir::
* lang::
* locale_dir::
+* lockdown::
* menu_color_highlight::
* menu_color_normal::
* net_@var{<interface>}_boot_file::
+* net_@var{<interface>}_clientid::
+* net_@var{<interface>}_clientuuid::
* net_@var{<interface>}_dhcp_server_name::
* net_@var{<interface>}_domain::
* net_@var{<interface>}_extensionspath::
@@ -3299,6 +3308,7 @@ These variables have special meaning to GRUB.
* pxe_default_gateway::
* pxe_default_server::
* root::
+* shim_lock::
* superusers::
* theme::
* timeout::
@@ -3593,6 +3603,13 @@ default for this variable if internationalization is needed and any
translation files are available.
+@node lockdown
+@subsection lockdown
+
+If this variable is set to @samp{y}, it means that GRUB has entered
+@pxref{Lockdown} mode.
+
+
@node menu_color_highlight
@subsection menu_color_highlight
@@ -3622,6 +3639,18 @@ The default is the value of @samp{color_normal} (@pxref{color_normal}).
@xref{Network}.
+@node net_@var{<interface>}_clientid
+@subsection net_@var{<interface>}_clientid
+
+@xref{Network}.
+
+
+@node net_@var{<interface>}_clientuuid
+@subsection net_@var{<interface>}_clientuuid
+
+@xref{Network}.
+
+
@node net_@var{<interface>}_dhcp_server_name
@subsection net_@var{<interface>}_dhcp_server_name
@@ -3742,6 +3771,13 @@ disk, then @samp{prefix} might be set to @samp{(hd0,msdos1)/boot/grub} and
@samp{root} to @samp{hd0,msdos1}.
+@node shim_lock
+@subsection shim_lock
+
+If this variable is set to @samp{y}, it means that the shim_lock verifier
+is registered (see @pxref{UEFI secure boot and shim}).
+
+
@node superusers
@subsection superusers
--
2.34.1
next reply other threads:[~2022-05-13 21:19 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-05-13 21:19 Glenn Washburn [this message]
2022-06-08 18:04 ` [PATCH] docs: Document undocumented variables Daniel Kiper
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220513211932.3572698-1-development@efficientek.com \
--to=development@efficientek.com \
--cc=dkiper@net-space.pl \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.