From: Christian Hofstaedtler Date: Thu, 22 Dec 2011 14:09:18 +0000 (+0100) Subject: Remove unused grub background image X-Git-Tag: v0.17.1~4 X-Git-Url: https://git.grml.org/?p=grml-live.git;a=commitdiff_plain;h=b81f460b30123f3abc8a5e73a5fcf5b5bc10975d Remove unused grub background image --- diff --git a/templates/boot/grub/grml.png b/templates/boot/grub/grml.png deleted file mode 100644 index f389606..0000000 Binary files a/templates/boot/grub/grml.png and /dev/null differ diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index a606fe5..d290dd8 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -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