diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-12-18 15:55:10 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-12-18 15:56:50 -0800 |
commit | 8fd5e917a23b6ba2d1bf9128be3524ca8cf8ab34 (patch) | |
tree | d5046a4ccb5a2637b65a4b3e1ebaaf68bd31999d /README | |
parent | 47b318940041cb713958d469a88b1859e14808b0 (diff) | |
download | syslinux-8fd5e917a23b6ba2d1bf9128be3524ca8cf8ab34.tar.gz |
Move doc files to doc/, and add man pages from Debiansyslinux-3.55-pre2
Move all the text documentation to the doc/ directory, add man pages
from the Debian syslinux package, and rename sys2ansi.pl to
syslinux2ansi.pl.
Diffstat (limited to 'README')
-rw-r--r-- | README | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -1,20 +1,23 @@ -See the following files for documentation about SYSLINUX: +See the files in the doc directory for documentation about SYSLINUX: syslinux.doc - Usage instructions; manual. distrib.doc - For creators of Linux distributions. pxelinux.doc - Documentation specific to PXELINUX. isolinux.doc - Documentation specific to ISOLINUX. extlinux.doc - Documentation specific to EXTLINUX. - README.menu - About the menu systems. - README.usbkey - About using SYSLINUX on USB keys. + menu.doc - About the menu systems. + usbkey.doc - About using SYSLINUX on USB keys. comboot.doc - About the extension API. - memdisk/memdisk.doc - Documentation about MEMDISK. + memdisk.doc - Documentation about MEMDISK. + +Also see the files: + NEWS - List of changes from previous releases. TODO - About features planned for future releases. COPYING - For the license terms of this software. SYSLINUX now builds in a Linux environment, using nasm. You need nasm -version 0.98.38 or later to build SYSLINUX from source. See +version 0.98.39 or later to build SYSLINUX from source. See http://nasm.sf.net/ for information about nasm. There is now a mailing list for SYSLINUX. See the end of syslinux.doc |