diff --git a/usr/lib/initcpio/hooks/archboot_keymap b/usr/lib/initcpio/hooks/archboot_keymap index 134b36f4e..096fe67bc 100644 --- a/usr/lib/initcpio/hooks/archboot_keymap +++ b/usr/lib/initcpio/hooks/archboot_keymap @@ -2,7 +2,7 @@ # SPDX-License-Identifier: GPL-2.0-only run_hook() { - setfont -C /dev/console /usr/share/kbd/consolefonts/ter-v16n.psf.gz + setfont -C /dev/console ter-v16n } # vim: set ft=sh ts=4 sw=4 et: