Fix grub not using the proper color and splash meh
This commit is contained in:
@@ -1,4 +1,10 @@
|
|||||||
if loadfont $prefix/font.pf2 ; then
|
if [ x$feature_default_font_path = xy ] ; then
|
||||||
|
font=unicode
|
||||||
|
else
|
||||||
|
font=$prefix/font.pf2
|
||||||
|
fi
|
||||||
|
|
||||||
|
if loadfont $font ; then
|
||||||
set gfxmode=800x600
|
set gfxmode=800x600
|
||||||
set gfxpayload=keep
|
set gfxpayload=keep
|
||||||
insmod efi_gop
|
insmod efi_gop
|
||||||
@@ -13,6 +19,9 @@ fi
|
|||||||
if background_image /isolinux/splash.png; then
|
if background_image /isolinux/splash.png; then
|
||||||
set color_normal=light-gray/black
|
set color_normal=light-gray/black
|
||||||
set color_highlight=white/black
|
set color_highlight=white/black
|
||||||
|
elif background_image /splash.png; then
|
||||||
|
set color_normal=light-gray/black
|
||||||
|
set color_highlight=white/black
|
||||||
else
|
else
|
||||||
set menu_color_normal=cyan/blue
|
set menu_color_normal=cyan/blue
|
||||||
set menu_color_highlight=white/blue
|
set menu_color_highlight=white/blue
|
||||||
|
|||||||
Reference in New Issue
Block a user