]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
docs: grub-install --pubkey has been supported for some time
authorDaniel Axtens <dja@axtens.net>
Wed, 28 Oct 2020 01:57:19 +0000 (12:57 +1100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 20 Nov 2020 13:37:21 +0000 (14:37 +0100)
grub-install --pubkey is supported, so we can now document it.

Signed-off-by: Daniel Axtens <dja@axtens.net>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi

index 94ac2eac9836d071d6fedc35f82dc387e753c69e..1c57260f98834302b8825fe4863bddf0c6a68c8f 100644 (file)
@@ -5820,15 +5820,9 @@ verified with a public key currently trusted by GRUB
 validation fails, then file @file{foo} cannot be opened.  This failure
 may halt or otherwise impact the boot process.
 
-@comment Unfortunately --pubkey is not yet supported by grub-install,
-@comment but we should not bring up internal detail grub-mkimage here
-@comment in the user guide (as opposed to developer's manual).
-
-@comment An initial trusted public key can be embedded within the GRUB
-@comment @file{core.img} using the @code{--pubkey} option to
-@comment @command{grub-mkimage} (@pxref{Invoking grub-install}).  Presently it
-@comment is necessary to write a custom wrapper around @command{grub-mkimage}
-@comment using the @code{--grub-mkimage} flag to @command{grub-install}.
+An initial trusted public key can be embedded within the GRUB @file{core.img}
+using the @code{--pubkey} option to @command{grub-install}
+(@pxref{Invoking grub-install}).
 
 GRUB uses GPG-style detached signatures (meaning that a file
 @file{foo.sig} will be produced when file @file{foo} is signed), and