diff options
author | Geert Stappers <stappers@stappers.nl> | 2007-12-11 09:31:37 +0100 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-12-20 13:04:31 -0800 |
commit | 0f2ce18d744974fa15a143e3b68d186bfc842583 (patch) | |
tree | 716766a73e9ec5e179b027a193692ac13f507f7f | |
parent | f940ce335a99e95b46f836f879fa311bbd841103 (diff) | |
download | syslinux-0f2ce18d744974fa15a143e3b68d186bfc842583.tar.gz syslinux-0f2ce18d744974fa15a143e3b68d186bfc842583.tar.xz syslinux-0f2ce18d744974fa15a143e3b68d186bfc842583.zip |
Document options to the syslinux command
Document options to the syslinux command (for doc/syslinux.doc).
-rw-r--r-- | doc/syslinux.doc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/syslinux.doc b/doc/syslinux.doc index 17370739..90f333ec 100644 --- a/doc/syslinux.doc +++ b/doc/syslinux.doc @@ -30,6 +30,20 @@ extlinux.doc for what differs in these versions. Help with cleaning up the docs would be greatly appreciated. + ++++ Options ++++ + +These are the options common to all versions of Syslinux: + + -s Safe, slow, stupid; uses simpler code that boots better + -f Force installing + +These are only in the Windows version: + + -m Mbr; install a bootable MBR sector to the beginning of the + drive. + -a Active; marks the partition used active (=bootable) + + ++++ CREATING A BOOTABLE LINUX FLOPPY +++ In order to create a bootable Linux floppy using SYSLINUX, prepare a |