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 /NEWS | |
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 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,6 +2,10 @@ Starting with 1.47, changes marked with SYSLINUX/PXELINUX/ISOLINUX apply to that specific program only; other changes apply to all of them. +Changes in 3.64: + * SYSLINUX/EXTLINUX: support "localboot" with the same feature + set as ISOLINUX. + Changes in 3.63: * Fix errors in the PCI and DMI detection modules (Erwan Velu, Sebastian Herbszt). |