d859392f6917cfebd27f8b1be39668a1b557f51d
[grml-etc.git] / etc / init.d / bootsplash_end.sh
1 #!/bin/sh
2 # Filename:      bootsplash_end.sh
3 # Purpose:       last stage of textbased bootsplash
4 # Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
5 # Bug-Reports:   see http://grml.org/bugs/
6 # License:       This file is licensed under the GPL v2.
7 # Latest change: Don Sep 20 15:56:56 CEST 2007 [mika]
8 ################################################################################
9
10 . /etc/grml/autoconfig.functions
11
12 if checkbootparam "textsplash" || checkbootparam "tsplash"; then
13   /usr/bin/grml-bootsplash "||||||||||||">/dev/tty14
14   chvt 1
15   deallocvt 14
16 fi
17
18 ## END OF FILE #################################################################