Blame SOURCES/0353-docs-grub-pubkey-has-been-supported-for-some-time.patch

5975ab
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
5975ab
From: Daniel Axtens <dja@axtens.net>
5975ab
Date: Sat, 15 Aug 2020 02:04:01 +1000
5975ab
Subject: [PATCH] docs/grub: --pubkey has been supported for some time
5975ab
5975ab
--pubkey is supported, so we can now document it.
5975ab
5975ab
(adjust docs: s/grub/grub2)
5975ab
Signed-off-by: Daniel Axtens <dja@axtens.net>
5975ab
---
5975ab
 docs/grub.texi | 12 +++---------
5975ab
 1 file changed, 3 insertions(+), 9 deletions(-)
5975ab
5975ab
diff --git a/docs/grub.texi b/docs/grub.texi
f6e916
index 34517e674..a833364d5 100644
5975ab
--- a/docs/grub.texi
5975ab
+++ b/docs/grub.texi
5975ab
@@ -5695,15 +5695,9 @@ verified with a public key currently trusted by GRUB
5975ab
 validation fails, then file @file{foo} cannot be opened.  This failure
5975ab
 may halt or otherwise impact the boot process.
5975ab
 
5975ab
-@comment Unfortunately --pubkey is not yet supported by grub2-install,
5975ab
-@comment but we should not bring up internal detail grub2-mkimage here
5975ab
-@comment in the user guide (as opposed to developer's manual).
5975ab
-
5975ab
-@comment An initial trusted public key can be embedded within the GRUB
5975ab
-@comment @file{core.img} using the @code{--pubkey} option to
5975ab
-@comment @command{grub2-mkimage} (@pxref{Invoking grub2-install}).  Presently it
5975ab
-@comment is necessary to write a custom wrapper around @command{grub2-mkimage}
5975ab
-@comment using the @code{--grub-mkimage} flag to @command{grub2-install}.
5975ab
+An initial trusted public key can be embedded within the GRUB
5975ab
+@file{core.img} using the @code{--pubkey} option to
5975ab
+@command{grub2-install} (@pxref{Invoking grub2-install}).
5975ab
 
5975ab
 GRUB uses GPG-style detached signatures (meaning that a file
5975ab
 @file{foo.sig} will be produced when file @file{foo} is signed), and