diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-02-19 16:37:50 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-02-19 16:51:24 -0800 |
commit | 93a9bb39ba16c67f4782621675ee3cc5edf2ad18 (patch) | |
tree | 55bd24af96fb6ec824bbe58a19cf4003f2a2359d /doc | |
parent | 8f6e112074e1b189bb229583e29270248be36989 (diff) | |
download | syslinux-elf-93a9bb39ba16c67f4782621675ee3cc5edf2ad18.tar.gz syslinux-elf-93a9bb39ba16c67f4782621675ee3cc5edf2ad18.tar.xz syslinux-elf-93a9bb39ba16c67f4782621675ee3cc5edf2ad18.zip |
Allow an included file to be treated as a submenu.
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 |