From b7d702fc7c3e6604e1f97aceaf66fd71d41b8856 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 9 Sep 2008 21:31:55 -0700 Subject: Add Tab display of labels 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. --- doc/syslinux.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'doc') 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... -- cgit v1.2.3