From 7d7aba5cc8f978ce8f14c4d040fc6ef70b4a14db Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 10 Mar 2021 18:42:25 +0100 Subject: [PATCH 1/4] 00_header: add GRUB_COLOR_* variables Based on the following downstream commits: - https://gitlab.archlinux.org/archlinux/packaging/packages/grub/-/commit/514d26f6eb551b33974a7f05bbc70009f7081a1b - https://gitlab.archlinux.org/archlinux/packaging/packages/grub/-/commit/fa9d34525f424546cf83cf396ef7d6d4b817640b - https://gitlab.archlinux.org/archlinux/packaging/packages/grub/-/commit/34aabe57e67b8951448b8210ba2fd1b41ac6d19f Co-Authored-By: Tobias Powalowski (2013) Co-Authored-By: Christian Hesse (2021) --- 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 32c480dae..1a945085c 100644 --- a/util/grub-mkconfig.in +++ b/util/grub-mkconfig.in @@ -250,6 +250,8 @@ export GRUB_DEFAULT \ GRUB_BACKGROUND \ GRUB_THEME \ GRUB_GFXPAYLOAD_LINUX \ + 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 6a316a5ba..6816e09d4 100644 --- a/util/grub.d/00_header.in +++ b/util/grub.d/00_header.in @@ -125,6 +125,14 @@ cat <