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