summaryrefslogtreecommitdiffstats
path: root/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
diff options
context:
space:
mode:
authorMichael Janczyk2010-08-11 21:02:33 +0200
committerMichael Janczyk2010-08-11 21:02:33 +0200
commitae01058d952979fcfc1d36693db5be02af0147f7 (patch)
tree0ae9bb5e7a0b3b4aea8e46a9d1753ecf37467c61 /os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
parentCleaned up module loading for graphic adaptors (needed for newer Ubuntu (diff)
downloadcore-ae01058d952979fcfc1d36693db5be02af0147f7.tar.gz
core-ae01058d952979fcfc1d36693db5be02af0147f7.tar.xz
core-ae01058d952979fcfc1d36693db5be02af0147f7.zip
changed splashy plugin. vga make no sense any more, kdm is now default manager
Diffstat (limited to 'os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh')
-rw-r--r--os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh b/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
index 24bdcba4..a54fde96 100644
--- a/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
+++ b/os-plugins/plugins/bootsplash/init-hooks/05-have-kernelvars/bootsplash.sh
@@ -1,6 +1,6 @@
# 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 \
+if grep -q ".*" /proc/fb > /dev/null 2>&1 \
&& grep -qie " quiet " -qie "^quiet " -qie " quiet$" /proc/cmdline \
> /dev/null 2>&1 \
&& [ $DEBUGLEVEL -eq 0 ] \
@@ -15,3 +15,4 @@ if [ ${no_bootsplash} -eq 0 ]; then
# add splashy.boot runlevel script
export D_SPLASHY=splashy.boot
fi
+