root/gpxe/pxelinux.gpxe

Revision bd5b09dc502c8c1022a50fada50cb8e2298365ac, 69 bytes (checked in by H. Peter Anvin <hpa@…>, 2 years ago)

gpxelinux: use the cached DHCP packet

gPXE 1.0.0 has support for using the cached DHCP packet from the
previous PXE stack, so do that rather than doing another DHCP.

Signed-off-by: H. Peter Anvin <hpa@…>

  • Property mode set to 100644
Line 
1#!gpxe
2set use-cached 1
3dhcp net0
4imgload pxelinux.0
5boot pxelinux.0
Note: See TracBrowser for help on using the browser.