All of lore.kernel.org
 help / color / mirror / Atom feed
From: Glenn Washburn <development@efficientek.com>
To: grub-devel@gnu.org, Daniel Kiper <dkiper@net-space.pl>
Cc: Jernej Jakob <jernej.jakob+savgnu@gmail.com>,
	Glenn Washburn <development@efficientek.com>
Subject: [PATCH] docs: Do not reference non-existent "--dumb" option
Date: Sat,  4 Jan 2025 01:50:32 -0600	[thread overview]
Message-ID: <20250104075032.102539-1-development@efficientek.com> (raw)

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
temrinal 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>
---
 docs/grub.texi | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/docs/grub.texi b/docs/grub.texi
index 852567a0156a..5da3835fa45f 100644
--- a/docs/grub.texi
+++ b/docs/grub.texi
@@ -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
-- 
2.34.1


_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

             reply	other threads:[~2025-01-04  7:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-04  7:50 Glenn Washburn [this message]
2025-02-24 17:25 ` [PATCH] docs: Do not reference non-existent "--dumb" option Daniel Kiper

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20250104075032.102539-1-development@efficientek.com \
    --to=development@efficientek.com \
    --cc=dkiper@net-space.pl \
    --cc=grub-devel@gnu.org \
    --cc=jernej.jakob+savgnu@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.