Document INCLUDE
authorH. Peter Anvin <hpa@zytor.com>
Wed, 23 May 2007 06:03:08 +0000 (23:03 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 23 May 2007 06:03:08 +0000 (23:03 -0700)
NEWS
syslinux.doc

diff --git a/NEWS b/NEWS
index f954c49..bd57c03 100644 (file)
--- 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
index 7aea49b..626b9ee 100644 (file)
@@ -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