/etc/init.d/bootsplash*: Adjust check for bootoption tsplash + textsplash
[grml-etc.git] / etc / init.d / bootsplash_end.sh
index f7c634a..d859392 100755 (executable)
@@ -4,15 +4,15 @@
 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
 # Bug-Reports:   see http://grml.org/bugs/
 # License:       This file is licensed under the GPL v2.
-# Latest change: Fre Aug 04 12:20:30 CEST 2006 [mika]
+# Latest change: Don Sep 20 15:56:56 CEST 2007 [mika]
 ################################################################################
 
 . /etc/grml/autoconfig.functions
 
-if checkbootparam "splash" ; then
-  /usr/bin/grml-bootsplash "||||||||||||">/dev/tty7
+if checkbootparam "textsplash" || checkbootparam "tsplash"; then
+  /usr/bin/grml-bootsplash "||||||||||||">/dev/tty14
   chvt 1
-  deallocvt 7
+  deallocvt 14
 fi
 
 ## END OF FILE #################################################################