Fix syscons for setting the font correctly.

This commit is contained in:
Roy Marples 2008-04-29 08:00:50 +00:00
parent 52711bdca7
commit 5a59542629

View File

@ -49,10 +49,10 @@ start() {
local v= f=
for v in font8x16 font8x14 font8x8; do
f=$(eval \$"${v}")
eval f=\$${v}
if [ -n "${f}" ]; then
ebegin "Setting font ${f}"
vidcontrol -f ${v##FONT} ${f}
vidcontrol -f ${v##font} ${f}
eend $?
fi
done