From 293eef28a898041183610325a326d00ced801002 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 22 May 2007 23:03:08 -0700 Subject: [PATCH] Document INCLUDE --- NEWS | 1 + syslinux.doc | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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 -- 2.7.4