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-setupmanually works fine systemctl status systemd-vconsole-setup.servicetells me that it has loaded and is "active (exited)"- I have indeed included the
consolefonthook inmkinitcpio.conf