On Wed, 10 Mar 2021, Clark Chapman wrote:
Is there a way to make the Boldface 16x32 font in the kernel the default for the console and virtual terminals?I can set it using wsconsctl but am looking for a better way.
Add lines like these to /etc/wscons.conf: setvar ttyE0 font Boldface\\\ 16x32 setvar ttyE1 font Boldface\\\ 16x32 setvar ttyE2 font Boldface\\\ 16x32 setvar ttyE3 font Boldface\\\ 16x32 Note the 3 '\' chars.--they're needed for the rc script processing that setvar font entry. -RVP
