diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-01-04 16:34:40 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-01-04 16:34:40 -0800 |
commit | 9f2743511486d88c7db2d99b953f3a59f316ae52 (patch) | |
tree | 1c15afdfbce24892e30ba48632c161a2c9b6dcff /doc | |
parent | 808b03603854aede50b7ebd09129053ab4025113 (diff) | |
parent | c54b3aad457950cc5d3e408ae1a65d05f12b7173 (diff) | |
download | syslinux-elf-9f2743511486d88c7db2d99b953f3a59f316ae52.tar.gz syslinux-elf-9f2743511486d88c7db2d99b953f3a59f316ae52.tar.xz syslinux-elf-9f2743511486d88c7db2d99b953f3a59f316ae52.zip |
Merge commit 'syslinux-3.55-pre4' into advsyslinux-3.60-pre7
Diffstat (limited to '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 |