summaryrefslogtreecommitdiff
path: root/gpxe
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-02 22:53:18 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-02 22:53:18 -0800
commitbd5b09dc502c8c1022a50fada50cb8e2298365ac (patch)
tree494a0b1678dddc262db34479730be21f9bf635ac /gpxe
parent702c7fbe7342403472e887508716add0c58c385c (diff)
downloadsyslinux-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.gpxe1
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