dcavalca / rpms / grub2

Forked from rpms/grub2 3 years ago
Clone

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

f96e0b
From e600b91cdae6a5e2bbf93f4062a2d005cd5681f3 Mon Sep 17 00:00:00 2001
f96e0b
From: William Jon McCann <william.jon.mccann@gmail.com>
f96e0b
Date: Wed, 15 May 2013 13:53:48 -0400
f96e0b
Subject: [PATCH 469/482] Don't print GNU GRUB header
f96e0b
f96e0b
No one cares.
f96e0b
---
f96e0b
 grub-core/normal/main.c | 2 ++
f96e0b
 1 file changed, 2 insertions(+)
f96e0b
f96e0b
diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c
f96e0b
index 70f6162..3344e0a 100644
f96e0b
--- a/grub-core/normal/main.c
f96e0b
+++ b/grub-core/normal/main.c
f96e0b
@@ -251,6 +251,7 @@ grub_normal_init_page (struct grub_term_output *term,
f96e0b
  
f96e0b
   grub_term_cls (term);
f96e0b
 
f96e0b
+#if 0
f96e0b
   msg_formatted = grub_xasprintf (msg, PACKAGE_VERSION);
f96e0b
   if (!msg_formatted)
f96e0b
     return;
f96e0b
@@ -274,6 +275,7 @@ grub_normal_init_page (struct grub_term_output *term,
f96e0b
   grub_putcode ('\n', term);
f96e0b
   grub_putcode ('\n', term);
f96e0b
   grub_free (unicode_msg);
f96e0b
+#endif
f96e0b
 }
f96e0b
 
f96e0b
 static void
f96e0b
-- 
f96e0b
1.8.2.1
f96e0b