From 17d733253697e385668db4705420b96f124eacca Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Thu, 23 Feb 2012 06:26:00 +0100 Subject: [PATCH] * util/grub.d/00_header.in: Add missing export theme. --- ChangeLog | 4 ++++ util/grub.d/00_header.in | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index bc8d78715..38abb2ad1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2012-02-23 Vladimir Serbinenko + + * util/grub.d/00_header.in: Add missing export theme. + 2012-02-22 Vladimir Serbinenko * util/ieee1275/ofpath.c: Remove include of malloc.h since stdlib is diff --git a/util/grub.d/00_header.in b/util/grub.d/00_header.in index d9bcc15bc..781d7d47e 100644 --- a/util/grub.d/00_header.in +++ b/util/grub.d/00_header.in @@ -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