logo

etc_portage

Unnamed repository; edit this file 'description' to name the repository. git clone https://anongit.hacktivis.me/git/etc_portage.git/
commit: d701f8d7f76b649843fb927315dbb72d517495d9
parent 217bb0bdcfe97c3c8444a5bf0cba1bcb73e960fd
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Apr 2025 09:10:28 +0200

patches/sys-boot/grub: Update tenshi patch

Diffstat:

Dpatches/sys-boot/grub/grub-2.02_tenshi.patch15---------------
Apatches/sys-boot/grub/grub-2.12_tenshi.patch14++++++++++++++
2 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/patches/sys-boot/grub/grub-2.02_tenshi.patch b/patches/sys-boot/grub/grub-2.02_tenshi.patch @@ -1,15 +0,0 @@ -diff --git a/grub-core/kern/main.c b/grub-core/kern/main.c -index 9cad0c4..65883f2 100644 ---- a/grub-core/kern/main.c -+++ b/grub-core/kern/main.c -@@ -270,9 +270,8 @@ grub_main (void) - grub_boot_time ("After machine init."); - - /* Hello. */ -- grub_setcolorstate (GRUB_TERM_COLOR_HIGHLIGHT); -- grub_printf ("Welcome to GRUB!\n\n"); - grub_setcolorstate (GRUB_TERM_COLOR_STANDARD); -+ grub_printf ("Why is tenshi eating a corndog so cute?\n\n"); - - grub_load_config (); - diff --git a/patches/sys-boot/grub/grub-2.12_tenshi.patch b/patches/sys-boot/grub/grub-2.12_tenshi.patch @@ -0,0 +1,14 @@ +diff --git a/grub-core/kern/main.c b/grub-core/kern/main.c.new +index 731c07c..c98fde7 100644 +--- a/grub-core/kern/main.c ++++ b/grub-core/kern/main.c.new +@@ -273,8 +273,7 @@ grub_main (void) + /* This breaks flicker-free boot on EFI systems, so disable it there. */ + #ifndef GRUB_MACHINE_EFI + /* Hello. */ +- grub_setcolorstate (GRUB_TERM_COLOR_HIGHLIGHT); +- grub_printf ("Welcome to GRUB!\n\n"); ++ grub_printf ("Why is tenshi eating a corndog so cute?\n\n"); + grub_setcolorstate (GRUB_TERM_COLOR_STANDARD); + #endif +