diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/grub2/grub.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/grub2/grub.cfg b/templates/grub2/grub.cfg index 4ad86bd98..3430b63a0 100644 --- a/templates/grub2/grub.cfg +++ b/templates/grub2/grub.cfg @@ -1,7 +1,7 @@ set default=0 insmod tga -background_image ($root)/boot/grub/xbmc.tga +background_image ($root)/boot/grub/splash.tga set color_normal=cyan/blue set color_highlight=white/blue |