change default font to terminus-font ter-v16n or ter-v32n

This commit is contained in:
Tobias Powalowski 2023-01-26 20:07:25 +01:00
parent e80e1f287f
commit 311d866b41
3 changed files with 3 additions and 2 deletions

View file

@ -114,6 +114,7 @@ _auto_packages() {
if ls /sys/class/net | grep -q wlan; then if ls /sys/class/net | grep -q wlan; then
! echo "${_PACKAGES}" | grep -qw iwd && _PACKAGES="${_PACKAGES} iwd" ! echo "${_PACKAGES}" | grep -qw iwd && _PACKAGES="${_PACKAGES} iwd"
fi fi
grep -q '^FONT=ter' /etc/vconsole.conf && _PACKAGES="${_PACKAGES} terminus-font"
# only add firmware if already used # only add firmware if already used
_linux_firmware _linux_firmware
_marvell_firmware _marvell_firmware

View file

@ -11,7 +11,7 @@ _vconsole() {
SIZE="16" SIZE="16"
fi fi
echo KEYMAP=us > /etc/vconsole.conf echo KEYMAP=us > /etc/vconsole.conf
echo FONT=latarcyrheb-sun${SIZE} >> /etc/vconsole.conf echo FONT=ter-v${SIZE}n >> /etc/vconsole.conf
systemctl restart systemd-vconsole-setup systemctl restart systemd-vconsole-setup
fi fi
} }

View file

@ -1,2 +1,2 @@
KEYMAP=us KEYMAP=us
FONT=latarcyrheb-sun16 FONT=ter-v16n