diff options
Diffstat (limited to 'system/grub2/README')
-rw-r--r-- | system/grub2/README | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/system/grub2/README b/system/grub2/README index 0079f7d26b..3c3ba67079 100644 --- a/system/grub2/README +++ b/system/grub2/README @@ -2,13 +2,8 @@ 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 set the size of font then give FONT_SIZE=size +option to the list of build options. +The default size is 16. -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 +This requires osprober, unifont, and help2man. |