summaryrefslogtreecommitdiffstats
path: root/src/arch/i386/prefix/kkpxeprefix.S
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/i386/prefix/kkpxeprefix.S')
-rw-r--r--src/arch/i386/prefix/kkpxeprefix.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/arch/i386/prefix/kkpxeprefix.S b/src/arch/i386/prefix/kkpxeprefix.S
index 4d13f404..02cc6fee 100644
--- a/src/arch/i386/prefix/kkpxeprefix.S
+++ b/src/arch/i386/prefix/kkpxeprefix.S
@@ -5,6 +5,9 @@
FILE_LICENCE ( GPL2_OR_LATER )
+/* Since we have the whole stack, we can use cached DHCP information */
+REQUEST_OBJECT ( pxeparent_dhcp )
+
#define PXELOADER_KEEP_UNDI
#define PXELOADER_KEEP_PXE
#include "pxeprefix.S"