diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2008-12-11 14:59:36 -0800 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2008-12-14 13:53:58 -0800 |
| commit | e21e66137b454fb3afd50a113de68599dd28de09 (patch) | |
| tree | 807860047ee9e406888e49590aa5f13ce03b2a1c /doc/syslinux.txt | |
| parent | 36390f9712ac56be1dce7a635322bd96e15620c1 (diff) | |
| download | syslinux-e21e66137b454fb3afd50a113de68599dd28de09.tar.gz | |
Add new "UI" directive instead of abusing the DEFAULT directive
Add a new "UI" directive to specify a user interface module, instead
of abusing the DEFAULT directive. This allows the DEFAULT directive
to be used for setting the default, even when the menu system is
enabled.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'doc/syslinux.txt')
| -rw-r--r-- | doc/syslinux.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt index 285be8b8..2d64e4bf 100644 --- a/doc/syslinux.txt +++ b/doc/syslinux.txt @@ -145,6 +145,11 @@ DEFAULT kernel options... true, as it caused problems when using a shell as a substitute for "init." You may want to include this option manually. +UI module options... + Selects a specific user interface module (typically menu.c32 + or vesamenu.c32). The command-line interface treats this as a + directive that overrides the DEFAULT and PROMPT directives. + APPEND options... Add one or more options to the kernel command line. These are added both for automatic and manual boots. The options are |
