* util/grub.d/00_header.in: Add missing export theme.

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-02-23 06:26:00 +01:00
parent dbebaf9291
commit 17d7332536
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-02-23 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub.d/00_header.in: Add missing export theme.
2012-02-22 Vladimir Serbinenko <phcoder@gmail.com>
* util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is

View File

@ -206,6 +206,7 @@ EOF
cat << EOF
set theme=(\$root)`make_system_path_relative_to_its_root $GRUB_THEME`
export theme
EOF
elif [ "x$GRUB_BACKGROUND" != x ] && [ -f "$GRUB_BACKGROUND" ] \
&& is_path_readable_by_grub "$GRUB_BACKGROUND"; then