diff --git a/ChangeLog b/ChangeLog index 4e0d4a81e..805f8326d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-10-17 Vladimir Serbinenko + + * docs/grub.texi (Installation): Indent. + 2010-10-17 Vladimir Serbinenko * util/grub-setup.c (setup): New parameter allow_floppy. diff --git a/docs/grub.texi b/docs/grub.texi index 1bf652e15..9a457a073 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -559,7 +559,12 @@ always. Therefore, GRUB provides you with a map file called the @dfn{device map}, which you must fix if it is wrong. @xref{Device map}, for more details. -On BIOS platforms GRUB has to use a so called embedding zone. On msdos partition tables it's the space between MBR and first partition (called MBR gap), on GPT partition it uses a BIOS Boot Partition (a partition having type 21686148-6449-6e6f-744e656564454649). If you use GRUB on BIOS be sure to supply at least 31 KiB of embedding zone (512KiB or more recommended). +On BIOS platforms GRUB has to use a so called embedding zone. On msdos +partition tables it's the space between MBR and first partition (called +MBR gap), on GPT partition it uses a BIOS Boot Partition (a partition +having type 21686148-6449-6e6f-744e656564454649). If you use GRUB on +BIOS be sure to supply at least 31 KiB of embedding zone (512KiB or more +recommended). If you still do want to install GRUB under a UNIX-like OS (such as @sc{gnu}), invoke the program @command{grub-install} (@pxref{Invoking