diff options
Diffstat (limited to 'system/grub2/README')
-rw-r--r-- | system/grub2/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/grub2/README b/system/grub2/README new file mode 100644 index 0000000000..0079f7d26b --- /dev/null +++ b/system/grub2/README @@ -0,0 +1,14 @@ +GRUB2 (the GRand Unified Bootloader) + +GNU GRUB is a multiboot boot loader. + +If you want to use a big font in a graphical terminal of grub2, +try the below command. +grub-mkfont -o /usr/share/grub/unifont.pf2 -abv -s [font size] /usr/share/ +fonts/unifont/unifont.ttf + +If you want to use a fixed sized small font in gfxterm, +try this. grub-mkfont -o /usr/share/grub/unifont.pf2 -v /usr/share/fonts/ +unifont/unifont.pcf.gz + +Requires: osprober unifont help2man
\ No newline at end of file |