I am trying to set a different default console font for my new Arch Linux installation (using systemd).
I set up my vconsole.conf
in /etc
as so:
KEYMAP=us
FONT=Lat2-Terminus16
I rebooted and saw my newly set console font appear, only for it to reset just before the login prompt.
Things to note:
- running
/usr/lib/systemd/systemd-vconsole-setup
manually works fine systemctl status systemd-vconsole-setup.service
tells me that it has loaded and is "active (exited)"- I have indeed included the
consolefont
hook inmkinitcpio.conf
systemd-vconsole-setup.service
has changed a bit. – 71GA Oct 05 '17 at 11:28lat0-{08,10,12,14,16}
fonts before giving up entirely. At least on CentOS (7), the Terminus console fonts don't seem to work at all, and this had stumped Lennart, too. – Kevin E Sep 27 '19 at 20:10systemd-vconsole-setup.service
is again moved... I hate this... Where can I find it? Does anyone know? – 71GA Jun 15 '21 at 12:15