swift 13/12/18 15:01:59 Modified: hb-install-x86+amd64-disk.xml Log: Use GRUB2 naming consistently
Revision Changes Path 1.31 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.31&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.31&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.30&r2=1.31 Index: hb-install-x86+amd64-disk.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v retrieving revision 1.30 retrieving revision 1.31 diff -u -r1.30 -r1.31 --- hb-install-x86+amd64-disk.xml 18 Dec 2013 11:40:44 -0000 1.30 +++ hb-install-x86+amd64-disk.xml 18 Dec 2013 15:01:59 -0000 1.31 @@ -4,7 +4,7 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.30 2013/12/18 11:40:44 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.31 2013/12/18 15:01:59 swift Exp $ --> <sections> @@ -13,7 +13,7 @@ This chapter describes how to partition a disk for future usage. </abstract> -<version>22</version> +<version>23</version> <date>2013-12-18</date> <section> @@ -304,7 +304,7 @@ <p> A BIOS boot partition is a very small (1 to 2 MB) partition in which -bootloaders like GRUB can put additional data that doesn't fit in the +bootloaders like GRUB2 can put additional data that doesn't fit in the allocated storage (a few hundred bytes in case of MBR) and cannot place elsewhere. </p> @@ -318,8 +318,8 @@ <p> For completeness, we can say that the BIOS boot partition is needed when -GPT partition layout is used with GRUB, or when the MBR partition layout -is used with GRUB when the first partition starts earlier than the 1 MB +GPT partition layout is used with GRUB2, or when the MBR partition layout +is used with GRUB2 when the first partition starts earlier than the 1 MB location on the disk. </p> @@ -483,7 +483,7 @@ </pre> <p> -Now create a 2 MB partition that will be used by the GRUB bootloader later. +Now create a 2 MB partition that will be used by the GRUB2 bootloader later. We use the <c>mkpart</c> command for this, and inform <c>parted</c> to start from 1 MB and end at 3 MB (creating a partition of 2 MB in size). </p>
