diff --git a/init.d/consolefont.in b/init.d/consolefont.in index e56cc09..8e2beb7 100644 --- a/init.d/consolefont.in +++ b/init.d/consolefont.in @@ -45,7 +45,8 @@ start() [ -d /dev/vc ] && ttydev=/dev/vc/ x=1 while [ $x -le $ttyn ]; do - if ! setfont $consolefont $param -C $ttydev$x >/dev/null; then + if ! ewaitfile 0 $ttydev$x || + ! setfont $consolefont $param -C $ttydev$x >/dev/null; then retval=1 break fi