From d57774c4c89f7980f8a128ccfa35e25aba49c703 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 22 Nov 2022 20:28:00 +0300 Subject: [PATCH] added better doc for console font setup... Signed-off-by: Alex A. Naanou --- post-install | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) mode change 100755 => 100644 post-install diff --git a/post-install b/post-install old mode 100755 new mode 100644 index 4fb65a9..7926615 --- a/post-install +++ b/post-install @@ -125,8 +125,15 @@ PKG_DNF=( keepassxc # tty fonts... - # /etc/vconsole.conf -- FONT=... + # /etc/vconsole.conf + # FONT="ter-v24n" # /etc/defaults/grub -- kernel options, add: vconsole.font=... + # GRUB_TERMINAL_OUTPUT="gfxterm" + # # $ sudo grub2-mkfont \ + # # --output=/boot/efi/EFI/fedora/fonts/ter-u32n.pf2 \ + # # /usr/share/fonts/terminus-fonts/ter-u32n.otb + # GRUB_FONT="/boot/efi/EFI/fedora/fonts/ter-u32n.pf2" + # GRUB_CMDLINE_LINUX="" # XXX should we also add a feature to set these up??? terminus-fonts terminus-fonts-console @@ -730,4 +737,4 @@ done #---------------------------------------------------------------------- -# vim:set ts=4 sw=4 spell nowrap : +# vim:set ts=4 sw=4 nowrap :