diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-09 21:31:55 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-09 21:31:55 -0700 |
commit | b7d702fc7c3e6604e1f97aceaf66fd71d41b8856 (patch) | |
tree | b1070a00179a6a52d0e351c6636147eef7e4f6b0 /doc | |
parent | 7e774671e12c640ddd87973c80250885527c2dd8 (diff) | |
download | syslinux-elf-b7d702fc7c3e6604e1f97aceaf66fd71d41b8856.tar.gz syslinux-elf-b7d702fc7c3e6604e1f97aceaf66fd71d41b8856.tar.xz syslinux-elf-b7d702fc7c3e6604e1f97aceaf66fd71d41b8856.zip |
Add Tab display of labelssyslinux-3.72-pre6
When the Tab key is pressed, display a list of matching labels. This
can be disabled via the NOCOMPLETE configuration command. This is a
slightly modified patch by Sebastian Herbszt.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/syslinux.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/syslinux.txt b/doc/syslinux.txt index 54be427b..dd7608e4 100644 --- a/doc/syslinux.txt +++ b/doc/syslinux.txt @@ -399,6 +399,10 @@ NOESCAPE flag_val Lock escapes. Use this (together with PROMPT 0) to force the default boot alternative. +NOCOMPLETE flag_val + If flag_val is set to 1, the Tab key does not display labels + at the boot: prompt. + F1 filename F2 filename ...etc... |