Blame SOURCES/0001-F10-doesn-t-work-on-serial-so-don-t-tell-the-user-to.patch
|
|
f96e0b |
From 857ef6003335f509c684221c2c839b7d768796e8 Mon Sep 17 00:00:00 2001
|
|
|
f96e0b |
From: Peter Jones <pjones@redhat.com>
|
|
|
f96e0b |
Date: Mon, 28 Oct 2013 10:13:27 -0400
|
|
|
f96e0b |
Subject: [PATCH] F10 doesn't work on serial, so don't tell the user to hit it
|
|
|
f96e0b |
(#987443)
|
|
|
f96e0b |
|
|
|
f96e0b |
Signed-off-by: Peter Jones <pjones@redhat.com>
|
|
|
f96e0b |
---
|
|
|
f96e0b |
grub-core/normal/menu_text.c | 2 +-
|
|
|
f96e0b |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
f96e0b |
|
|
|
f96e0b |
diff --git a/grub-core/normal/menu_text.c b/grub-core/normal/menu_text.c
|
|
|
f96e0b |
index 95b90ea..ace1885 100644
|
|
|
f96e0b |
--- a/grub-core/normal/menu_text.c
|
|
|
f96e0b |
+++ b/grub-core/normal/menu_text.c
|
|
|
f96e0b |
@@ -116,7 +116,7 @@ print_message (int nested, int edit, struct grub_term_output *term, int dry_run)
|
|
|
f96e0b |
|
|
|
f96e0b |
if (edit)
|
|
|
f96e0b |
{
|
|
|
f96e0b |
- ret += grub_print_message_indented_real (_("Press Ctrl-x or F10 to start, Ctrl-c or F2 for a \
|
|
|
f96e0b |
+ ret += grub_print_message_indented_real (_("Press Ctrl-x to start, Ctrl-c for a \
|
|
|
f96e0b |
command prompt or Escape to discard edits and return to the menu. Pressing Tab lists possible completions."),
|
|
|
f96e0b |
STANDARD_MARGIN, STANDARD_MARGIN,
|
|
|
f96e0b |
term, dry_run);
|
|
|
f96e0b |
--
|
|
|
f96e0b |
1.8.3.1
|
|
|
f96e0b |
|