All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] docs: Small Fixes for Network, Secure Boot, PXE
@ 2024-10-25  1:37 Andrew Hamilton
  2024-10-25  1:37 ` [PATCH v3 1/3] " Andrew Hamilton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Andrew Hamilton @ 2024-10-25  1:37 UTC (permalink / raw)
  To: grub-devel; +Cc: Andrew Hamilton

Currently the GRUB Manual has a few small issues captured in bug
reports (54480, 62004, and 65152). These are related to issues in
documentation for environment variables "pxe_default_server",
"pxe_default_gateway"; incorrect statement that "chainloader" does
not support secure boot; and an issue in network boot documentation
for the searched grub.cfg name.

These issues have been updated in the grub manual, grub.texi.

From user perspective, this patch improves /  corrects / clarifies
documentation around PXE, Secure Boot, and Network booting.

Changes in v3:
	- Split patches by bug report fixed.
	- Corrected "Closes" to "Fixes" in commits.
Changes in v2:
	- Regenerate patch against current master branch.

Andrew Hamilton (3):
  Correct documentation for pxe_default_server, pxe_default_gatway, and
    pxe_blksize. Only pxe_default_server is actually used (alias for
    net_default_server) so capture this, and remove the other two.
  Correct documentation for secure boot with UEFI to remove statement
    that chainloader does not work with secure boot, as this was added
    by a previous GRUB update.
  Correct the documentation for the grub.cfg searching via network that
    will be done based on a given MAC address (was missing the Ethernet
    Type - 01).

 docs/grub.texi | 35 ++++++++++++-----------------------
 1 file changed, 12 insertions(+), 23 deletions(-)

-- 
2.39.5


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-10-30 15:25 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-25  1:37 [PATCH v3 0/3] docs: Small Fixes for Network, Secure Boot, PXE Andrew Hamilton
2024-10-25  1:37 ` [PATCH v3 1/3] " Andrew Hamilton
2024-10-25  1:37 ` [PATCH v3 2/3] " Andrew Hamilton
2024-10-25  1:37 ` [PATCH v3 3/3] " Andrew Hamilton
2024-10-30 15:25 ` [PATCH v3 0/3] " Daniel Kiper

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.