X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrub.cfg;h=aba78da7af472e58e90a29829c96c9374a8ab485;hb=f280063854f1a5fe892e3edd0c70d4985d63aa88;hp=d290dd8b8350a42dcde551712204892faf6b9576;hpb=b81f460b30123f3abc8a5e73a5fcf5b5bc10975d;p=grml-live.git diff --git a/templates/boot/grub/grub.cfg b/templates/boot/grub/grub.cfg index d290dd8..aba78da 100644 --- a/templates/boot/grub/grub.cfg +++ b/templates/boot/grub/grub.cfg @@ -12,13 +12,17 @@ fi if [ -f /boot/grub/grml-theme/theme.txt ] ; then set theme=/boot/grub/grml-theme/theme.txt + export theme else set menu_color_normal=white/black set menu_color_highlight=black/yellow + export menu_color_normal + export menu_color_highlight fi if [ ${iso_path} ] ; then set loopback="findiso=${iso_path}" + export loopback fi insmod regexp