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

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