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

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