diff options
author | ratijas <me@ratijas.tk> | 2021-07-23 12:32:52 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2021-07-23 14:20:29 +0200 |
commit | d2e84b601805ae89cf8cb1b383b30c7c97cac73d (patch) | |
tree | c708691306c2448db61e5c10b807ae229004bb66 /man/systemd-boot.xml | |
parent | discover-image: mount as read-only when extracting metadata (diff) | |
download | systemd-d2e84b601805ae89cf8cb1b383b30c7c97cac73d.tar.xz systemd-d2e84b601805ae89cf8cb1b383b30c7c97cac73d.zip |
man: Fix incorrect EFI vendor UUID (last missing nibble)
Diffstat (limited to '')
-rw-r--r-- | man/systemd-boot.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index 2135d9eb36..5169bbbd0f 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -294,7 +294,7 @@ <title>EFI Variables</title> <para>The following EFI variables are defined, set and read by <command>systemd-boot</command>, under the vendor - UUID <literal>4a67b082-0a4c-41cf-b6c7-440b29bb8c4</literal>, for communication between the OS and the boot + UUID <literal>4a67b082-0a4c-41cf-b6c7-440b29bb8c4f</literal>, for communication between the OS and the boot loader:</para> <variablelist class='efi-variables'> |