diff options
Diffstat (limited to 'system/grub2/README')
-rw-r--r-- | system/grub2/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/system/grub2/README b/system/grub2/README index 7408d2bdb8be7..0da909c050c91 100644 --- a/system/grub2/README +++ b/system/grub2/README @@ -2,8 +2,12 @@ GRUB2 (the GRand Unified Bootloader) GNU GRUB is a multiboot boot loader. -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 set the size of gfxterm font, +then specify FONT_SIZE=size in the build options. +The default size is 19. + +If you want to install grub2 on GPT, +you need to put a BIOS boot partition on GPT. This requires os-prober, gnu-unifont, and help2man. + |