From 2a0d4fb7eaf33c13d03d316b5f99b786d2c6dea9 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 4 Apr 2020 01:37:16 +0100 Subject: [PATCH] grub2: fix application of theme to submenus the theme needs explicitly applying for submenus otherwise they are just displayed with a default layout with a black background. with the theme setting commands moved to a separate file, we can now simply `source` that into each submenu. this of course assumes that live-theme/theme.txt is suitable for submenus. --- kali-config/common/bootloaders/grub-pc/grub.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/kali-config/common/bootloaders/grub-pc/grub.cfg b/kali-config/common/bootloaders/grub-pc/grub.cfg index 1216bf4..6509aed 100644 --- a/kali-config/common/bootloaders/grub-pc/grub.cfg +++ b/kali-config/common/bootloaders/grub-pc/grub.cfg @@ -26,6 +26,8 @@ menuentry "Start installer with speech synthesis" { submenu 'Advanced options...' { +source /boot/grub/theme.cfg + # More installer entries (if any) LINUX_ADVANCED_INSTALL