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