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