0001-grub-core-normal-main.c-Display-FREE-AS-IN-FREEDOM-n.patch 764 B

123456789101112131415161718192021222324252627
  1. From f56cc3dc534db469905a4ff33a40e18b4481876e Mon Sep 17 00:00:00 2001
  2. From: Francis Rowe <info@gluglug.org.uk>
  3. Date: Sat, 14 Feb 2015 01:24:23 +0000
  4. Subject: [PATCH] grub-core/normal/main.c: Display "FREE AS IN FREEDOM", not
  5. version
  6. ---
  7. grub-core/normal/main.c | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c
  10. index 623b93b..659e241 100644
  11. --- a/grub-core/normal/main.c
  12. +++ b/grub-core/normal/main.c
  13. @@ -208,7 +208,7 @@ grub_normal_init_page (struct grub_term_output *term,
  14. grub_term_cls (term);
  15. - msg_formatted = grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_VERSION);
  16. + msg_formatted = grub_xasprintf("FREE AS IN FREEDOM");
  17. if (!msg_formatted)
  18. return;
  19. --
  20. 1.9.1