diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2007-05-22 23:03:08 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2007-05-22 23:03:08 -0700 |
| commit | 293eef28a898041183610325a326d00ced801002 (patch) | |
| tree | 3202fb70f814476fe49b3c42d8da25c11cebff52 /syslinux.doc | |
| parent | b4779ab963ad0d5d286f14ff4eb9282d38b347c5 (diff) | |
| download | syslinux-293eef28a898041183610325a326d00ced801002.tar.gz | |
Document INCLUDE
Diffstat (limited to 'syslinux.doc')
| -rw-r--r-- | syslinux.doc | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/syslinux.doc b/syslinux.doc index 7aea49bf..626b9eeb 100644 --- a/syslinux.doc +++ b/syslinux.doc @@ -2,7 +2,7 @@ A suite of bootloaders for Linux - Copyright (C) 1994-2005 H. Peter Anvin + Copyright (C) 1994-2007 H. Peter Anvin This program is provided under the terms of the GNU General Public License, version 2 or, at your option, any later version. There is no @@ -109,6 +109,12 @@ SYSLINUX unless otherwise noted. See the respective .doc files. # comment A comment line. The whitespace after the hash mark is mandatory. +INCLUDE filename + Inserts the contents of another file at this point in the + configuration file. Files can currently be nested up to 16 + levels deep, but it is not guaranteed that more than 8 levels + will be supported in the future. + DEFAULT kernel options... Sets the default command line. If SYSLINUX boots automatically, it will act just as if the entries after DEFAULT had been typed |
