diff options
Diffstat (limited to 'init.d/consolefont.in')
-rw-r--r-- | init.d/consolefont.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/consolefont.in b/init.d/consolefont.in index c8ec311b..2cc10aea 100644 --- a/init.d/consolefont.in +++ b/init.d/consolefont.in @@ -44,7 +44,7 @@ start() fi # Set the console font - ebegin "Setting user font" + ebegin "Setting console font [${consolefont}]" [ -d /dev/vc ] && ttydev=/dev/vc/ x=1 while [ ${x} -le ${ttyn} ]; do |