summarylogtreecommitdiffstats
path: root/add-GRUB_COLOR_variables.patch
diff options
context:
space:
mode:
authorLlewelyn Trahaearn2021-03-24 15:53:37 -0700
committerLlewelyn Trahaearn2021-03-24 17:53:36 -0700
commitb1e363f504cb1b0bc75821eca6387105b04cef20 (patch)
treefbe9bc30ae4e0285824e0f4238cd46cb17c37205 /add-GRUB_COLOR_variables.patch
parentc86a6d79ce214f4ad439cf49ce7ab578e6ceb8b4 (diff)
downloadaur-b1e363f504cb1b0bc75821eca6387105b04cef20.tar.gz
Update patches and remove unnecessary workaround.
Diffstat (limited to 'add-GRUB_COLOR_variables.patch')
-rw-r--r--add-GRUB_COLOR_variables.patch17
1 files changed, 13 insertions, 4 deletions
diff --git a/add-GRUB_COLOR_variables.patch b/add-GRUB_COLOR_variables.patch
index c113a81d5754..867e8feeb7b9 100644
--- a/add-GRUB_COLOR_variables.patch
+++ b/add-GRUB_COLOR_variables.patch
@@ -1,18 +1,27 @@
+From 21e5bcf22ab1a9f08c63e2a0212219d7482f77c1 Mon Sep 17 00:00:00 2001
+From: Christian Hesse <mail@eworm.de>
+Date: Wed, 10 Mar 2021 18:42:25 +0100
+Subject: [PATCH] 00_header: add GRUB_COLOR_* variables
+---
+ util/grub-mkconfig.in | 2 ++
+ util/grub.d/00_header.in | 8 ++++++++
+ 2 files changed, 10 insertions(+)
+
diff --git a/util/grub-mkconfig.in b/util/grub-mkconfig.in
-index 3390ba9..c416489 100644
+index f8cbb8d7a..1189d95f9 100644
--- a/util/grub-mkconfig.in
+++ b/util/grub-mkconfig.in
-@@ -218,6 +218,8 @@ export GRUB_DEFAULT \
+@@ -246,6 +246,8 @@ export GRUB_DEFAULT \
+ GRUB_BACKGROUND \
GRUB_THEME \
GRUB_GFXPAYLOAD_LINUX \
- GRUB_DISABLE_OS_PROBER \
+ GRUB_COLOR_NORMAL \
+ GRUB_COLOR_HIGHLIGHT \
GRUB_INIT_TUNE \
GRUB_SAVEDEFAULT \
GRUB_ENABLE_CRYPTODISK \
diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in
-index d2e7252..8259f45 100644
+index 93a90233e..c5955df00 100644
--- a/util/grub.d/00_header.in
+++ b/util/grub.d/00_header.in
@@ -125,6 +125,14 @@ cat <<EOF