[syslinux:master] pxelinux: call reset_pxe before local boot

syslinux-bot for H. Peter Anvin hpa at zytor.com
Fri Feb 5 17:27:02 PST 2010


Commit-ID:  88c00aca310b7bade07833d3021cae9da266eae7
Gitweb:     http://syslinux.zytor.com/commit/88c00aca310b7bade07833d3021cae9da266eae7
Author:     H. Peter Anvin <hpa at zytor.com>
AuthorDate: Fri, 5 Feb 2010 16:41:02 -0800
Committer:  H. Peter Anvin <hpa at zytor.com>
CommitDate: Fri, 5 Feb 2010 16:41:52 -0800

pxelinux: call reset_pxe before local boot

Reset the PXE configuration before we do a local boot.

Signed-off-by: H. Peter Anvin <hpa at zytor.com>


---
 core/pxelinux.asm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/core/pxelinux.asm b/core/pxelinux.asm
index 01159f1..6ad1584 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



More information about the Syslinux-commits mailing list