added better doc for console font setup...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-11-22 20:28:00 +03:00
parent 8c95ca4f84
commit d57774c4c8

11
post-install Executable file → Normal file
View File

@ -125,8 +125,15 @@ PKG_DNF=(
keepassxc keepassxc
# tty fonts... # tty fonts...
# /etc/vconsole.conf -- FONT=... # /etc/vconsole.conf
# FONT="ter-v24n"
# /etc/defaults/grub -- kernel options, add: vconsole.font=... # /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??? # XXX should we also add a feature to set these up???
terminus-fonts terminus-fonts
terminus-fonts-console terminus-fonts-console
@ -730,4 +737,4 @@ done
#---------------------------------------------------------------------- #----------------------------------------------------------------------
# vim:set ts=4 sw=4 spell nowrap : # vim:set ts=4 sw=4 nowrap :