From: H. Peter Anvin Date: Wed, 23 May 2007 06:03:08 +0000 (-0700) Subject: Document INCLUDE X-Git-Tag: syslinux-3.50-pre14~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=293eef28a898041183610325a326d00ced801002;p=profile%2Fivi%2Fsyslinux.git Document INCLUDE --- diff --git a/NEWS b/NEWS index f954c49..bd57c03 100644 --- a/NEWS +++ b/NEWS @@ -28,6 +28,7 @@ Changes in 3.50: network info. * Instead of the (non-existent) MAC, use the client identifier for networks like Infiniband and Firewire/1394. + * Add a new INCLUDE command to the core syslinux parser. Changes in 3.36: * MEMDISK: Disable EDD by default on floppy disks. EDD can be diff --git a/syslinux.doc b/syslinux.doc index 7aea49b..626b9ee 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