]> git.ipfire.org Git - thirdparty/grub.git/commit
docs: Document newly introduced net_dhcp command
authorAndre Przywara <andre.przywara@arm.com>
Wed, 21 Aug 2019 15:58:34 +0000 (16:58 +0100)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 23 Sep 2019 11:15:25 +0000 (13:15 +0200)
commit3ea9bc3c06f7b86ef4e478f376fba97e6352d823
tree404d2dc6728780bc093fc21bfc69c9ca5fc838c4
parent4e75b2ae313b13b5bfb54cc5e5c53368d6eb2a08
docs: Document newly introduced net_dhcp command

Commit 5bc41db756c5 ("net/dhcp: Add explicit net_dhcp command")
introduced the new command "net_dhcp", which (for now) is an alias for
the existing "net_bootp". Unfortunately the TEXI documentation was not
adjusted accordingly.

Rename the existing paragraph about net_bootp to read net_dhcp instead,
and make the net_bootp stanza point to this new command.

On the way add the newly parsed TFTP_SERVER_NAME and BOOTFILE_NAME
packets to the list of supported DHCP options.

Fixes bug: https://savannah.gnu.org/bugs/?56725

Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Andre Przywara <andre.przywara@arm.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi