* util/grub.d/00_header.in: Add missing export theme.
This commit is contained in:
parent
dbebaf9291
commit
17d7332536
2 changed files with 5 additions and 0 deletions
|
@ -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>
|
2012-02-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||||
|
|
||||||
* util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is
|
* util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is
|
||||||
|
|
|
@ -206,6 +206,7 @@ EOF
|
||||||
|
|
||||||
cat << EOF
|
cat << EOF
|
||||||
set theme=(\$root)`make_system_path_relative_to_its_root $GRUB_THEME`
|
set theme=(\$root)`make_system_path_relative_to_its_root $GRUB_THEME`
|
||||||
|
export theme
|
||||||
EOF
|
EOF
|
||||||
elif [ "x$GRUB_BACKGROUND" != x ] && [ -f "$GRUB_BACKGROUND" ] \
|
elif [ "x$GRUB_BACKGROUND" != x ] && [ -f "$GRUB_BACKGROUND" ] \
|
||||||
&& is_path_readable_by_grub "$GRUB_BACKGROUND"; then
|
&& is_path_readable_by_grub "$GRUB_BACKGROUND"; then
|
||||||
|
|
Loading…
Reference in a new issue