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