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

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