From 4d8cc08089ca9ba045618ca05b88e4c57da9cfe9 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 1 Sep 2023 15:41:53 -0400 Subject: [PATCH] More tweaks to theming --- grub.cfg | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/grub.cfg b/grub.cfg index a51fb88..fed0a43 100644 --- a/grub.cfg +++ b/grub.cfg @@ -1,16 +1,13 @@ -if loadfont $prefix/font.pf2 ; then - set gfxmode=800x600 - set gfxpayload=keep - insmod efi_gop - insmod efi_uga - insmod video_bochs - insmod video_cirrus - insmod gfxterm - insmod png - terminal_output gfxterm -fi - set theme=($root)/boot/grub/theme.txt +set gfxmode=800x600 +set gfxpayload=keep +insmod efi_gop +insmod efi_uga +insmod video_bochs +insmod video_cirrus +insmod gfxterm +insmod png +terminal_output gfxterm background_image /splash.png insmod play