Blame SOURCES/0105-Don-t-print-GNU-GRUB-header.patch

6b3c76
From 8831a9810ef95acb596f7096b9325e1db9b08cce Mon Sep 17 00:00:00 2001
a85e8e
From: William Jon McCann <william.jon.mccann@gmail.com>
a85e8e
Date: Wed, 15 May 2013 13:53:48 -0400
6b3c76
Subject: [PATCH 105/261] Don't print GNU GRUB header
a85e8e
a85e8e
No one cares.
a85e8e
---
a85e8e
 grub-core/normal/main.c | 2 ++
a85e8e
 1 file changed, 2 insertions(+)
a85e8e
a85e8e
diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c
6b3c76
index 85d2a2862..3777cd22c 100644
a85e8e
--- a/grub-core/normal/main.c
a85e8e
+++ b/grub-core/normal/main.c
a85e8e
@@ -212,6 +212,7 @@ grub_normal_init_page (struct grub_term_output *term,
a85e8e
  
a85e8e
   grub_term_cls (term);
a85e8e
 
a85e8e
+#if 0
a85e8e
   msg_formatted = grub_xasprintf (_("GNU GRUB  version %s"), PACKAGE_VERSION);
a85e8e
   if (!msg_formatted)
a85e8e
     return;
a85e8e
@@ -235,6 +236,7 @@ grub_normal_init_page (struct grub_term_output *term,
a85e8e
   grub_putcode ('\n', term);
a85e8e
   grub_putcode ('\n', term);
a85e8e
   grub_free (unicode_msg);
a85e8e
+#endif
a85e8e
 }
a85e8e
 
a85e8e
 static void
6b3c76
-- 
6b3c76
2.13.5
6b3c76