summaryrefslogtreecommitdiffstats
path: root/resources/grub/patch/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch
blob: 3fbc4e097d01218a7ab38daadd0d6219ea4021ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
From f56cc3dc534db469905a4ff33a40e18b4481876e Mon Sep 17 00:00:00 2001
From: Minifree Ltd <info@minifree.org>
Date: Sat, 14 Feb 2015 01:24:23 +0000
Subject: [PATCH] grub-core/normal/main.c: Display "FREE AS IN FREEDOM", not
 version

---
 grub-core/normal/main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c
index 623b93b..659e241 100644
--- a/grub-core/normal/main.c
+++ b/grub-core/normal/main.c
@@ -208,7 +208,7 @@ grub_normal_init_page (struct grub_term_output *term,
  
   grub_term_cls (term);
 
-  msg_formatted = grub_xasprintf (_("GNU GRUB  version %s"), PACKAGE_VERSION);
+  msg_formatted = grub_xasprintf("FREE AS IN FREEDOM");
   if (!msg_formatted)
     return;
  
-- 
1.9.1