pxe: Fix recognition of keeppxe option
commit346d2278e23f1b9f02903506753263ad7226de58
authorAdam Goldman <adamg@pobox.com>
Sun, 5 Mar 2017 22:24:22 +0000 (5 17:24 -0500)
committerGene Cumm <gene.cumm@gmail.com>
Sun, 5 Mar 2017 22:24:42 +0000 (5 17:24 -0500)
tree0d134874a309fdfdce40db5fccd3d19629cafcb5
parentb4cc12b9db2c6f5df7aa90bb2b8b4d62b22e01ee
pxe: Fix recognition of keeppxe option

The preprocessor directive IS_PXELINUX is no longer valid.

Submitted-by: Adam Goldman <adamg@pobox.com>
Move "keeppxe" processing from
com32/elflink/ldlinux/kernel.c:new_linux_kernel() to
com32/lib/syslinux/load_linux.c:bios_boot_linux() using strstr() (not
find_argument in original patch).

Should also be processed by firmware->boot_linux() if not yet done.

Signed-off-by: Gene Cumm <gene.cumm@gmail.com>
com32/elflink/ldlinux/kernel.c
com32/lib/syslinux/load_linux.c