Bigger font in console
On Archlinux, how to get bigger fonts in the console? (i.e. the text before we boot to Wayland).
Run the following commands as root:
- Install terminus-font package
pacman -S terminus-font
- Add a line to /etc/vconsole.conf
echo 'FONT=ter-i28b' | tee -a /etc/vconsole.conf
- Rebuild init ramdisk:
mkinitcpio -P
- Reboot and be amazed ;-)