summaryrefslogtreecommitdiff
path: root/system/grub2/README
diff options
context:
space:
mode:
authorponce <matteo.bernardini@gmail.com>2012-06-30 11:16:49 +0200
committerRobby Workman <rworkman@slackbuilds.org>2012-08-21 08:55:30 -0500
commit7283ec7d0bd7336f56260ba5e0d7d408d37b5f67 (patch)
tree1f82e4342c270e407de5a09e5eedb2864a3c9538 /system/grub2/README
parent0cfa1744b880b158c07dbc767514311ea2633c88 (diff)
downloadslackbuilds-7283ec7d0bd7336f56260ba5e0d7d408d37b5f67.tar.gz
system/grub2: Updated for version 2.00.
This commit also adds a patch for initrd.gz autodetection and basic instructions to the README. Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/grub2/README')
-rw-r--r--system/grub2/README19
1 files changed, 9 insertions, 10 deletions
diff --git a/system/grub2/README b/system/grub2/README
index 0da909c050..f6c5bc832c 100644
--- a/system/grub2/README
+++ b/system/grub2/README
@@ -1,13 +1,12 @@
-GRUB2 (the GRand Unified Bootloader)
+GRUB2 (the GRand Unified Bootloader) is a multiboot boot loader.
-GNU GRUB is a multiboot boot loader.
+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 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.
+If you want to install grub2 on GPT, you need to put a BIOS boot
+partition on GPT. To install it in the MBR replacing lilo, generate
+a config file in /boot/grub and launch grub-install, e.g.
+mkdir /boot/grub
+grub-mkconfig -o /boot/grub/grub.cfg
+grub-install /dev/sda