Blame SOURCES/0117-F10-doesn-t-work-on-serial-so-don-t-tell-the-user-to.patch

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