diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/menu.doc | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/menu.doc b/doc/menu.doc index d3c211fd..3b95a031 100644 --- a/doc/menu.doc +++ b/doc/menu.doc @@ -225,8 +225,8 @@ MENU QUIT PASSWD can of course be set for this label. -INCLUDE filename -MENU INCLUDE filename +INCLUDE filename [tagname] +MENU INCLUDE filename [tagname] Include the contents of the configuration file filename at this point. @@ -235,6 +235,10 @@ MENU INCLUDE filename the menu system; the core syslinux code does not parse this command, so any labels defined in it are unavailable. + If a tagname is included, the whole file is considered to have + been bracketed with a MENU BEGIN tagname ... MENU END pair, + and will therefore show up as a submenu. + MENU AUTOBOOT message |