]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r291377: vidfont: with vt(4) omit size from vidcontrol -f
authoremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jan 2016 17:03:26 +0000 (17:03 +0000)
committeremaste <emaste@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 7 Jan 2016 17:03:26 +0000 (17:03 +0000)
commit38580e661e3aab1d07c885eda04e885368ce90c2
tree4332ddbbc2a817aed2807456b674ceabc94169a6
parentaddd880b5926410e171780b1310bd1b573c54fad
MFC r291377: vidfont: with vt(4) omit size from vidcontrol -f

When using syscons, vidfont extracts the font size from the filename
passes it to vidcontrol -f. In vt(4) mode the size argument is not
required, and some of the fonts in /usr/share/vt/fonts do not have the
size in the filename, which caused vidfont to fail. Thus, just omit the
size argument in vt(4) mode.

git-svn-id: svn://svn.freebsd.org/base/stable/10@293335 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.sbin/kbdmap/kbdmap.c