diff options
author | H. Peter Anvin <hpa@zytor.com> | 2010-01-06 11:28:24 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2010-01-06 11:30:22 -0800 |
commit | b5ff778263ba1d815e5c4088b16dec33190c2c55 (patch) | |
tree | df24db962861f438ea181f807cd79596f2609859 /NEWS | |
parent | 9c8b462f1fbcc0efd975bd1404c022fff56858d5 (diff) | |
download | syslinux-b5ff778263ba1d815e5c4088b16dec33190c2c55.tar.gz syslinux-b5ff778263ba1d815e5c4088b16dec33190c2c55.tar.xz syslinux-b5ff778263ba1d815e5c4088b16dec33190c2c55.zip |
core: Remove the built-in default
The built-in default is rarely if ever used anymore and highly
confusing to users. Remove it entirely.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -4,6 +4,12 @@ to all derivatives. Changes in 3.85: * vesamenu.c32: unbreak the default "grey hole" background. + * We no longer have a built-in default of "linux auto". + Instead, if no DEFAULT or UI statement is found, or the + configuration file is missing entirely, we drop to the boot: + prompt with an error message (if NOESCAPE is set, we stop + with a "boot failed" message; this is also the case for + PXELINUX if the configuration file is not found.) Changes in 3.84: * SYSLINUX: make the DOS installer work for MS-DOS 7.x/8.x |