X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=etc%2Finit.d%2Fbootsplash_start.sh;h=dc10337e89db62a7662384cc3d4541822c75fc46;hb=refs%2Ftags%2F1.0.18;hp=7c17128ceef7f10bc0ae2ecc8a1a7dee5a32f832;hpb=46d00188b3a734c6bff392726c05fff7c1b02678;p=grml-etc.git diff --git a/etc/init.d/bootsplash_start.sh b/etc/init.d/bootsplash_start.sh index 7c17128..dc10337 100755 --- a/etc/init.d/bootsplash_start.sh +++ b/etc/init.d/bootsplash_start.sh @@ -4,16 +4,16 @@ # 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:36 CEST 2006 [mika] +# Latest change: Don Sep 20 15:56:54 CEST 2007 [mika] ################################################################################ . /etc/grml/autoconfig.functions -if checkbootparam "splash" ; then -# make sure console font is set at this stage already +if checkbootparam "textsplash" || checkbootparam "tsplash"; then + # make sure console font is set at this stage already consolechars -f Lat15-Terminus16 - chvt 7 - /usr/bin/grml-bootsplash "">/dev/tty7 + chvt 14 + /usr/bin/grml-bootsplash "">/dev/tty14 fi ## END OF FILE #################################################################