On Mon, Nov 04, 2024 at 03:32:06PM +0800, Gary Lin wrote: > Update the user manual to address TPM2 key protector including the two > related commands, tpm2_key_protector_init and tpm2_key_protector_clear, > and the user-space utility: grub-protect. > > Signed-off-by: Gary Lin <g...@suse.com> > --- > docs/grub.texi | 512 +++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 512 insertions(+) > > diff --git a/docs/grub.texi b/docs/grub.texi > index fdd49d62e..64f10ee34 100644 > --- a/docs/grub.texi > +++ b/docs/grub.texi
[...] > +@node Invoking grub-protect > +@section Invoking grub-protect > + > +The program @command{grub-protect} protects a disk encryption key with > +a specified key protector. > + > +@table @option > +@item --help > +Print a summary of the command-line options and exit. > + > +@item --version > +Print the version number of GRUB and exit. > + > +@item -a add|remove > +@itemx --action=add|remove > +Add or remove a key protector to or from a key. > + > +@item -p s/-p/-p @var{protector}/ Please fix this minor issue and issues mentioned by Stefan. If you do that feel free to add Reviewed-by: Daniel Kiper <daniel.ki...@oracle.com>. Daniel _______________________________________________ Grub-devel mailing list Grub-devel@gnu.org https://lists.gnu.org/mailman/listinfo/grub-devel