diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-02-02 22:53:18 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-02-02 22:53:18 -0800 |
commit | bd5b09dc502c8c1022a50fada50cb8e2298365ac (patch) | |
tree | 494a0b1678dddc262db34479730be21f9bf635ac /gpxe | |
parent | 702c7fbe7342403472e887508716add0c58c385c (diff) | |
download | syslinux-bd5b09dc502c8c1022a50fada50cb8e2298365ac.tar.gz |
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@zytor.com>
Diffstat (limited to 'gpxe')
-rw-r--r-- | gpxe/pxelinux.gpxe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gpxe/pxelinux.gpxe b/gpxe/pxelinux.gpxe index 51fe222e..c267d136 100644 --- a/gpxe/pxelinux.gpxe +++ b/gpxe/pxelinux.gpxe @@ -1,4 +1,5 @@ #!gpxe +set use-cached 1 dhcp net0 imgload pxelinux.0 boot pxelinux.0 |