diff options
author | H. Peter Anvin <hpa@zytor.com> | 2009-04-30 15:57:44 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2009-04-30 15:57:44 -0700 |
commit | d56215456c4887e1ebe8c9e6d1fa5ad6bee20d85 (patch) | |
tree | 7c99567af52a024ae75b859ce58ed8ea5445cb6d | |
parent | bdbc445ccd0fb075f2e13b4f6e82067e8ae6f217 (diff) | |
download | syslinux.git-d56215456c4887e1ebe8c9e6d1fa5ad6bee20d85.tar.gz syslinux.git-d56215456c4887e1ebe8c9e6d1fa5ad6bee20d85.tar.xz syslinux.git-d56215456c4887e1ebe8c9e6d1fa5ad6bee20d85.zip |
Document boot-once fix.
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ Changes in 3.80: * Rewritten mboot.c32 module. * The syslinux_boot_linux() function has been simplified. * Don't hang trying to boot a "menu quit" label from the CLI. + * Fix problem with boot-once "sticking" on some BIOSes. Changes in 3.76: * ISOLINUX: fix the handling of large directories. Bug found |