diff options
author | crocket <crockabiscuit@gmail.com> | 2011-07-12 05:10:46 -0400 |
---|---|---|
committer | Niels Horn <niels.horn@slackbuilds.org> | 2011-07-14 21:54:05 -0300 |
commit | e73830f364d0bc2aa638a11057fd5e0497cbe709 (patch) | |
tree | ea3754af40d520cc8d667381a2c9287b786947f5 /system/grub2/README | |
parent | f9137a32d65866f22305c70398180733cf5d5569 (diff) |
system/grub2: Updated for version 1.99.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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. + |