]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* docs/grub.texi (Installation): Indent.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 16 Oct 2010 22:38:57 +0000 (00:38 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sat, 16 Oct 2010 22:38:57 +0000 (00:38 +0200)
ChangeLog
docs/grub.texi

index 4e0d4a81e5bbb586107e8a6fb8d874159b355ffd..805f8326d13f1d717f143cbb6587eee7b80336da 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-17  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * docs/grub.texi (Installation): Indent.
+
 2010-10-17  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-setup.c (setup): New parameter allow_floppy.
index 1bf652e15fd28312236d77865ef24652e39a2d06..9a457a073d04b1fe8c7aaba0973d237c8a4473d0 100644 (file)
@@ -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