From 3dc48eceb86a6069a9ba9b7255364bb150d1cff4 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 14 Jan 2008 20:33:17 +0000 Subject: * no bootsplash is being used if a debuglevel has been set (as was before) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1473 95ad53e4-c205-0410-b2fa-d234c58c8868 --- os-plugins/plugins/Theme/init-hooks/05-have-kernelvars/Theme.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'os-plugins/plugins') diff --git a/os-plugins/plugins/Theme/init-hooks/05-have-kernelvars/Theme.sh b/os-plugins/plugins/Theme/init-hooks/05-have-kernelvars/Theme.sh index 48c08581..c249824c 100644 --- a/os-plugins/plugins/Theme/init-hooks/05-have-kernelvars/Theme.sh +++ b/os-plugins/plugins/Theme/init-hooks/05-have-kernelvars/Theme.sh @@ -1,7 +1,8 @@ -# splashy stuff seems to depend on /proc/fb with VESA!? -# only activate with kernel option quiet +# splashy depends on /proc/fb with VESA +# only activate with kernel option quiet and no debuglevel if grep -E "(VESA|VGA)" /proc/fb > /dev/null 2>&1 \ - && grep -qi " quiet " /proc/cmdline > /dev/null 2>&1 ; then + && grep -qi " quiet " /proc/cmdline > /dev/null 2>&1 \ + && [ $DEBUGLEVEL -eq 0 ] ; then export Theme_nosplash=0 else export Theme_nosplash=1 -- cgit v1.2.3-55-g7522