summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-22 20:39:06 +0000
committerhpa <hpa>2004-12-22 20:39:06 +0000
commit5994414ce681d9da3b7b3907e49c8ac4dd509b0f (patch)
treef50242c0c91c86eb394f1bb05cb8c27fb98e2460 /NEWS
parent5aa850e10e2a8463d49b438458c78d0c8c929b36 (diff)
downloadsyslinux-5994414ce681d9da3b7b3907e49c8ac4dd509b0f.tar.gz
Fix the -m and -a options for Win32; add support for a boot sector file
for Win32; minor cleanups.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS11
1 files changed, 6 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index defde736..d5bd2705 100644
--- a/NEWS
+++ b/NEWS
@@ -18,10 +18,10 @@ Changes in 3.00:
on the complexity.)
* EXTLINUX: New derivative, which boots from an ext2/ext3
filesystem.
- * SYSLINUX: The DOS installer can now optionally write the
- boot sector to a file instead of the real boot sector. This
- is currently not supported in any of the other installers,
- but should be added to the Win32 installer at some point.
+ * SYSLINUX: The DOS and Win32 installers can now optionally
+ write the boot sector to a file instead of the real boot
+ sector. This is not supported in the Linux installers,
+ however.
* ALL: New NOESCAPE command, disables the "hold down the Shift
key to display the prompt" behaviour.
* New simple menu system, as an alternative to the advanced
@@ -33,7 +33,8 @@ Changes in 3.00:
prefix. See pxelinux.doc.
* SYSLINUX: Add an -m option to the Win32 installer (only!)
to write an MBR and -a to mark the partition SYSLINUX is
- being installed on active.
+ being installed on active. This will hopefully be added
+ to the DOS installer later.
Changes in 2.13:
* MEMDISK: Fix command-line parsing "brown paper bag" class