2ae5c1e
From 62ce77c55bb224f3c318d94cf45bf170d2fc806f Mon Sep 17 00:00:00 2001
f4c76c0
From: Peter Jones <pjones@redhat.com>
f4c76c0
Date: Tue, 18 Feb 2014 09:37:49 -0500
2ae5c1e
Subject: [PATCH 50/85] Don't emit "Booting ..." message.
f4c76c0
f4c76c0
UI team still hates this stuff, so we're disabling it for RHEL 7.
f4c76c0
f4c76c0
Resolves: rhbz#1023142
f4c76c0
f4c76c0
Signed-off-by: Peter Jones <pjones@redhat.com>
f4c76c0
---
f4c76c0
 grub-core/normal/menu.c       | 2 ++
f4c76c0
 grub-core/normal/menu_entry.c | 3 ---
f4c76c0
 2 files changed, 2 insertions(+), 3 deletions(-)
f4c76c0
f4c76c0
diff --git a/grub-core/normal/menu.c b/grub-core/normal/menu.c
d9747d8
index 73a94aa..e74cb56 100644
f4c76c0
--- a/grub-core/normal/menu.c
f4c76c0
+++ b/grub-core/normal/menu.c
d9747d8
@@ -832,9 +832,11 @@ static void
d9747d8
 notify_booting (grub_menu_entry_t __attribute__((unused)) entry,
f4c76c0
 		void *userdata __attribute__((unused)))
f4c76c0
 {
f4c76c0
+#if 0
f4c76c0
   grub_printf ("  ");
f4c76c0
   grub_printf_ (N_("Booting `%s'"), entry->title);
f4c76c0
   grub_printf ("\n\n");
f4c76c0
+#endif
f4c76c0
 }
f4c76c0
 
f4c76c0
 /* Callback invoked when a default menu entry executed because of a timeout
f4c76c0
diff --git a/grub-core/normal/menu_entry.c b/grub-core/normal/menu_entry.c
b9efc54
index eeeee55..8349049 100644
f4c76c0
--- a/grub-core/normal/menu_entry.c
f4c76c0
+++ b/grub-core/normal/menu_entry.c
b9efc54
@@ -1167,9 +1167,6 @@ run (struct screen *screen)
f4c76c0
   char *dummy[1] = { NULL };
f4c76c0
 
f4c76c0
   grub_cls ();
f4c76c0
-  grub_printf ("  ");
f4c76c0
-  grub_printf_ (N_("Booting a command list"));
f4c76c0
-  grub_printf ("\n\n");
f4c76c0
 
f4c76c0
   errs_before = grub_err_printed_errors;
f4c76c0
 
f4c76c0
-- 
b9efc54
2.5.0
f4c76c0