From 52953ad1ef6850a93ec433cfcd38810433e11a8a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 29 Nov 2015 11:46:41 +0000 Subject: drop our grub, use gentoo one --- sys-boot/grub/files/grub-1.97-vga-deprecated.patch | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sys-boot/grub/files/grub-1.97-vga-deprecated.patch (limited to 'sys-boot/grub/files/grub-1.97-vga-deprecated.patch') diff --git a/sys-boot/grub/files/grub-1.97-vga-deprecated.patch b/sys-boot/grub/files/grub-1.97-vga-deprecated.patch deleted file mode 100644 index 16b2ef7e..00000000 --- a/sys-boot/grub/files/grub-1.97-vga-deprecated.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- grub-1.97.2.orig/util/grub.d/00_header.in -+++ grub-1.97.2/util/grub.d/00_header.in -@@ -76,6 +76,9 @@ case x${GRUB_TERMINAL_OUTPUT} in - cat << EOF - if loadfont `make_system_path_relative_to_its_root ${GRUB_FONT_PATH}` ; then - set gfxmode=${GRUB_GFXMODE} -+ # vga= is deprecated, grub2 handles this just fine -+ # making grub2 res == linux fb res -+ set gfxpayload=keep - insmod gfxterm - insmod ${GRUB_VIDEO_BACKEND} - if terminal_output gfxterm ; then true ; else -- cgit v1.2.3