Remove unused grub background image
authorChristian Hofstaedtler <ch@grml.org>
Thu, 22 Dec 2011 14:09:18 +0000 (15:09 +0100)
committerChristian Hofstaedtler <ch@grml.org>
Thu, 22 Dec 2011 14:09:18 +0000 (15:09 +0100)
templates/boot/grub/grml.png [deleted file]
templates/boot/grub/grub.cfg

diff --git a/templates/boot/grub/grml.png b/templates/boot/grub/grml.png
deleted file mode 100644 (file)
index f389606..0000000
Binary files a/templates/boot/grub/grml.png and /dev/null differ
index a606fe5..d290dd8 100644 (file)
@@ -12,11 +12,6 @@ fi
 
 if [ -f /boot/grub/grml-theme/theme.txt ] ; then
   set theme=/boot/grub/grml-theme/theme.txt
-elif background_image /boot/grub/grml.png ; then
-  set color_normal=white/black
-  set color_highlight=red/black
-  set menu_color_normal=white/black
-  set menu_color_highlight=black/yellow
 else
   set menu_color_normal=white/black
   set menu_color_highlight=black/yellow