Change references to gPXE to iPXE.

Development of EtherBoot gPXE was always development
of iPXE core developer Michael Brown.

http://git.etherboot.org/?p=gpxe.git was last updated in 2011
https://git.ipxe.org/ipxe.git is well alive

This  s/gPXE/iPXE/ reflects that.

Signed-off-by: Geert Stappers <stappers@stappers.nl>
This commit is contained in:
Geert Stappers
2018-01-13 17:56:37 +00:00
committed by Simon Kelley
parent e541245987
commit c7e6aea81b
4 changed files with 11 additions and 11 deletions

View File

@@ -909,7 +909,7 @@ size_t dhcp_reply(struct dhcp_context *context, char *iface_name, int int_index,
if (!workaround && boot)
{
/* Provide the bootfile here, for gPXE, and in case we have no menu items
/* Provide the bootfile here, for iPXE, and in case we have no menu items
and set discovery_control = 8 */
if (boot->next_server.s_addr)
mess->siaddr = boot->next_server;