summaryrefslogtreecommitdiff
path: root/sys-boot/grub/files/gfxpayload.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-01-06 15:25:36 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-01-06 15:25:36 +0000
commit3cdc7a6c2472d3628adf01c539195e68e64f4f08 (patch)
treea0bc70a1a98c91e482ad9e9564067c3816bb227a /sys-boot/grub/files/gfxpayload.patch
parentc53089dc3a7fb92cf5573288ceb5d13fa2caec80 (diff)
sys-boot/grub : various bugfixes, revision bump
Diffstat (limited to 'sys-boot/grub/files/gfxpayload.patch')
-rw-r--r--sys-boot/grub/files/gfxpayload.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/sys-boot/grub/files/gfxpayload.patch b/sys-boot/grub/files/gfxpayload.patch
deleted file mode 100644
index 6c63ef88..00000000
--- a/sys-boot/grub/files/gfxpayload.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From e2d5bf1bc6aaaabeba538c1ca94ea8601e4e1474 Mon Sep 17 00:00:00 2001
-From: Mike Gilbert <floppym@gentoo.org>
-Date: Thu, 16 Oct 2014 23:43:51 -0400
-Subject: [PATCH] 10_linux: Default gfxpayload=keep only when booting using efi
-
-vesafb seems to be unreliable when using BIOS compat mode.
-
----
- util/grub.d/10_linux.in | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/util/grub.d/10_linux.in b/util/grub.d/10_linux.in
-index d2e2a8f..a54b888 100644
---- a/util/grub.d/10_linux.in
-+++ b/util/grub.d/10_linux.in
-@@ -104,7 +104,9 @@ linux_entry ()
- echo " load_video" | sed "s/^/$submenu_indentation/"
- if grep -qx "CONFIG_FB_EFI=y" "${config}" 2> /dev/null \
- && grep -qx "CONFIG_VT_HW_CONSOLE_BINDING=y" "${config}" 2> /dev/null; then
-- echo " set gfxpayload=keep" | sed "s/^/$submenu_indentation/"
-+ echo ' if [ "x$grub_platform" = xefi ]; then' | sed "s/^/$submenu_indentation/"
-+ echo " set gfxpayload=keep" | sed "s/^/$submenu_indentation/"
-+ echo ' fi' | sed "s/^/$submenu_indentation/"
- fi
- else
- if [ "x$GRUB_GFXPAYLOAD_LINUX" != xtext ]; then
---
-2.7.2
-