syslinux.txt: document -r (for RAID) option and bootsecfile
authorVicente Jimenez Aguilar <googuy@gmail.com>
Tue, 17 Feb 2009 09:30:01 +0000 (10:30 +0100)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 17 Feb 2009 16:57:32 +0000 (08:57 -0800)
Document the new -r (for RAID) option and bootsecfile as pointed out
by Gert Hulselmans.

-r (RAID) option is described correctly in the man page, so I cut and
paste this description here.

bootsecfile parameter perhaps needs more explanation.

doc/syslinux.txt

index 2d64e4b..079183a 100644 (file)
@@ -38,6 +38,10 @@ These are the options common to all versions of Syslinux:
 
        -s      Safe, slow, stupid; uses simpler code that boots better
        -f      Force installing
+       -r      Raid mode.  If boot fails, tell the BIOS to boot the next
+               device in the boot sequence (usually the next hard disk)
+               instead of stopping with an error message.
+               This is useful for RAID-1 booting.
 
 These are only in the Windows version:
 
@@ -52,7 +56,7 @@ In order to create a bootable Linux floppy using SYSLINUX, prepare a
 normal MS-DOS formatted floppy.  Copy one or more Linux kernel files to
 it, then execute the DOS command:
 
-        syslinux [-sfma][-d directory] a:
+        syslinux [-sfrma][-d directory] a: [bootsecfile]
 
 (or whichever drive letter is appropriate; the [] meaning optional.)
 
@@ -64,7 +68,7 @@ WinNT/2000/XP.
 
 Under Linux, execute the command:
 
-       syslinux [-sf][-d directory][-o offset] /dev/fd0
+       syslinux [-sfr][-d directory][-o offset] /dev/fd0
 
 (or, again, whichever device is the correct one.)