From 5da95a07009cc2b4a5ae8fc9189129874a6f8aba Mon Sep 17 00:00:00 2001 From: Florent Villard Date: Wed, 21 Jan 2004 17:06:09 +0000 Subject: 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 --- scripts/splash.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') 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 -- cgit v1.2.1