]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
docs: Do not reference non-existent --dumb option
authorGlenn Washburn <development@efficientek.com>
Sat, 4 Jan 2025 07:50:32 +0000 (01:50 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 26 Feb 2025 19:44:36 +0000 (20:44 +0100)
This appears to be a relic from GRUB legacy that used a --dumb option for
its terminal command. The proper way to do this in GRUB2 is to set the
terminal to "dumb" via the terminfo command.

Fixes: https://savannah.gnu.org/bugs/?66302
Reported-by: Jernej Jakob <jernej.jakob+savgnu@gmail.com>
Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
docs/grub.texi

index e914e022b75bfef964e246b7a6e259d8e31a5ec8..dcc563dbcde2d2400f5bc74d6b7a1d5e5d82043d 100644 (file)
@@ -2731,11 +2731,11 @@ command.
 
 However, note that GRUB assumes that your terminal emulator is
 compatible with VT100 by default. This is true for most terminal
-emulators nowadays, but you should pass the option @option{--dumb} to
-the command if your terminal emulator is not VT100-compatible or
-implements few VT100 escape sequences. If you specify this option then
-GRUB provides you with an alternative menu interface, because the normal
-menu requires several fancy features of your terminal.
+emulators nowadays. However if your terminal emulator is not VT100-compatible
+or implements few VT100 escape sequences, you shoud tell GRUB that the
+terminal is dumb using the @command{terminfo} (@pxref{terminfo}) command.
+This will have GRUB provide you with an alternative menu interface, because
+the normal menu requires several fancy features of your terminal.
 
 
 @node Vendor power-on keys