pxelinux: call reset_pxe before local boot syslinux-3.85-pre6
authorH. Peter Anvin <hpa@zytor.com>
Sat, 6 Feb 2010 00:41:02 +0000 (16:41 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sat, 6 Feb 2010 00:41:52 +0000 (16:41 -0800)
Reset the PXE configuration before we do a local boot.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
core/pxelinux.asm

index 01159f1..6ad1584 100644 (file)
@@ -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