aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorFlorent Villard <warly@mandriva.com>2004-01-21 17:06:09 +0000
committerFlorent Villard <warly@mandriva.com>2004-01-21 17:06:09 +0000
commit5da95a07009cc2b4a5ae8fc9189129874a6f8aba (patch)
tree243fc85bce4861bc0f6b00e48ea30d3bf7f1ef3e /scripts
parente275edd67fd2be83ad5236865ffa13ffdeeefff5 (diff)
downloadbootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar
bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.gz
bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.bz2
bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.tar.xz
bootsplash-5da95a07009cc2b4a5ae8fc9189129874a6f8aba.zip
update code from bootsplash.org
fix build with new 2.6 kernel header add blino patches to have a more correct THEME env var handling
Diffstat (limited to 'scripts')
-rw-r--r--scripts/splash.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/splash.sh b/scripts/splash.sh
index 4c6a957..567bb41 100644
--- a/scripts/splash.sh
+++ b/scripts/splash.sh
@@ -48,10 +48,14 @@ if [[ -z $res ]]; then
if [[ -f /etc/sysconfig/bootsplash ]]; then
. /etc/sysconfig/bootsplash
theme=$THEME
+ tmpval=$LOGO_CONSOLE
if [[ -f /etc/bootsplash/themes/$theme/config/bootsplash-$res.cfg ]]; then
function box() { true; }
. /etc/bootsplash/themes/$theme/config/bootsplash-$res.cfg
fi
+ if [[ $tmpval != "theme" ]];then
+ LOGO_CONSOLE=$tmpval
+ fi
fi
fi