diff options
author | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-27 02:34:00 -0400 |
---|---|---|
committer | Andrew Robbins <contact@andrewrobbins.info> | 2017-07-27 02:52:51 -0400 |
commit | 04f219bc6d0b15e42f77aa1edb803bf848a96bff (patch) | |
tree | 303b74bf9db3103aa38ff203c236407d8ea524cc /projects/grub/patches | |
parent | b55ab260b26968bf1f1288831c4012735c1c58e7 (diff) | |
download | librebootfr-04f219bc6d0b15e42f77aa1edb803bf848a96bff.tar.gz librebootfr-04f219bc6d0b15e42f77aa1edb803bf848a96bff.zip |
Reorganize contents of projects/grub/
Diffstat (limited to 'projects/grub/patches')
-rw-r--r-- | projects/grub/patches/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/projects/grub/patches/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch b/projects/grub/patches/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch new file mode 100644 index 00000000..cba69991 --- /dev/null +++ b/projects/grub/patches/0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch @@ -0,0 +1,26 @@ +From 721f09ef24e1879667ac3469c17774450602b29e Mon Sep 17 00:00:00 2001 +From: Leah Rowe <info@minifree.org> +Date: Sat, 14 Feb 2015 01:24:23 +0000 +Subject: [PATCH 01/10] 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 78a70a8..982bde3 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 + |