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