X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Finit.d%2Fbootsplash_end.sh;h=d859392f6917cfebd27f8b1be39668a1b557f51d;hb=refs%2Ftags%2F1.0.18;hp=f7c634a1cb7627fa04612f822824c0ef05b1f0ca;hpb=46d00188b3a734c6bff392726c05fff7c1b02678;p=grml-etc.git diff --git a/etc/init.d/bootsplash_end.sh b/etc/init.d/bootsplash_end.sh index f7c634a..d859392 100755 --- a/etc/init.d/bootsplash_end.sh +++ b/etc/init.d/bootsplash_end.sh @@ -4,15 +4,15 @@ # Authors: grml-team (grml.org), (c) Michael Prokop # 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 #################################################################