diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-04-19 11:40:10 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-04-19 11:40:10 -0400 |
commit | 75f156f68da694eae5f12cfe995903f91ad23e8b (patch) | |
tree | 0b8b765236010d05b0e880dc4e78c02f08302a34 /ui.inc | |
parent | 16983e80939790e598656c1d91c24e7069feec34 (diff) | |
download | syslinux-75f156f68da694eae5f12cfe995903f91ad23e8b.tar.gz |
Support LOCALBOOT (ISOLINUX-style) in SYSLINUX/EXTLINUX
Add support for ISOLINUX-style LOCALBOOT in SYSLINUX/EXTLINUX. No way
to do the same for PXELINUX, due to the keyword collision. Suck.
Diffstat (limited to 'ui.inc')
-rw-r--r-- | ui.inc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ vk_check: mov al, [VKernelBuf+vk_type] mov [KernelType], al -%if IS_PXELINUX || IS_ISOLINUX +%if HAS_LOCALBOOT ; Is this a "localboot" pseudo-kernel? %if IS_PXELINUX cmp byte [VKernelBuf+vk_rname+4], 0 |