summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-02-05 16:41:02 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-02-05 16:41:52 -0800
commit88c00aca310b7bade07833d3021cae9da266eae7 (patch)
tree9dcd06237658c1c6947ae977dcc309a7be935d89
parent770f0c1ee49542fcbb857fa704c805a4dba67d25 (diff)
downloadsyslinux-88c00aca310b7bade07833d3021cae9da266eae7.tar.gz
pxelinux: call reset_pxe before local bootsyslinux-3.85-pre6
Reset the PXE configuration before we do a local boot. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
-rw-r--r--core/pxelinux.asm1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/pxelinux.asm b/core/pxelinux.asm
index 01159f16..6ad15845 100644
--- a/core/pxelinux.asm
+++ b/core/pxelinux.asm
@@ -901,6 +901,7 @@ local_boot:
mov si,localboot_msg
call writestr_early
; Restore the environment we were called with
+ call reset_pxe
call cleanup_hardware
lss sp,[InitStack]
pop gs