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.
merge-requests/16/head
Lyndon Brown 5 years ago
parent cce2cd88b6
commit 2a0d4fb7ea

@ -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

Loading…
Cancel
Save