Fix syscons for setting the font correctly.
This commit is contained in:
parent
52711bdca7
commit
5a59542629
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user