From a7d0d5a5a61ee37ce1f45a9cd08e7ac1c78a4c11 Mon Sep 17 00:00:00 2001 From: Matt Fleming Date: Fri, 4 Nov 2011 14:25:20 +0000 Subject: [PATCH] pxelinux: Call load_env32() Execute the elflink environment. Signed-off-by: Matt Fleming --- core/pxelinux.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/core/pxelinux.asm b/core/pxelinux.asm index 0c0ff38..68cb864 100644 --- a/core/pxelinux.asm +++ b/core/pxelinux.asm @@ -223,6 +223,7 @@ adhcp_copy: mov eax,ROOT_FS_OPS xor ebp,ebp pm_call fs_init + pm_call load_env32 section .rodata alignz 4 -- 2.7.4