Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
todo: Add how to scale fonts in GRUB menu
  • Loading branch information
pmenzel committed Nov 6, 2023
1 parent dec2413 commit c15d864
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions todo.md
Expand Up @@ -16,3 +16,9 @@ Use Ansible to do the things below:
1. Replace GRUB with Linux EFI stub
1. Encrypt full disk including root
a) [Full disk encryption (including boot) on Debian](https://www.dwarmstrong.org/fde-debian/)
1. Bigger font in GRUB
a) `sudo grub-mkfont --output=/boot/grub/fonts/DejaVuSansMono48.pf2 --size=48 /usr/share/fonts/truetype/dejavu/DejaVuSansMono.ttf`
a) In `/etc/default/grub`:

GRUB_GFXPAYLOAD=keep
GRUB_FONT=/boot/grub/fonts/DejaVuSansMono48.pf2

0 comments on commit c15d864

Please sign in to comment.