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

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