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

@@ -2054,13 +2054,13 @@ version 2.47
Support arbitrarily encapsulated DHCP options, suggestion
and initial patch from Samium Gromoff. This is useful for
(eg) gPXE, which expect all its private options to be
(eg) iPXE, which expect all its private options to be
encapsulated inside a single option 175. So, eg,
dhcp-option = encap:175, 190, "iscsi-client0"
dhcp-option = encap:175, 191, "iscsi-client0-secret"
will provide iSCSI parameters to gPXE.
will provide iSCSI parameters to iPXE.
Enhance --dhcp-match to allow testing of the contents of a
client-sent option, as well as its presence. This