swift 13/12/29 11:20:27 Modified: hb-install-x86+amd64-disk.xml Log: Fix bug #496338 - Correct instructions for bios boot partition (2M in size, not 32M). Thanks to "BT" for reporting.
Revision Changes Path 1.34 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.34&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.34&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.33&r2=1.34 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.33 retrieving revision 1.34 diff -u -r1.33 -r1.34 --- hb-install-x86+amd64-disk.xml 22 Dec 2013 18:57:54 -0000 1.33 +++ hb-install-x86+amd64-disk.xml 29 Dec 2013 11:20:26 -0000 1.34 @@ -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.33 2013/12/22 18:57:54 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.34 2013/12/29 11:20:26 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ This chapter describes how to partition a disk for future usage. </abstract> -<version>25</version> -<date>2013-12-22</date> +<version>26</version> +<date>2013-12-29</date> <section> <title>Introduction to Block Devices</title> @@ -676,7 +676,7 @@ partition, then <c>p</c> to select a primary partition, followed by <c>1</c> to select the first primary partition. When prompted for the first sector, make sure it starts from <c>2048</c> (which is needed for the boot loader) and hit enter. When -prompted for the last sector, type <c>+32M</c> to create a partition 32 Mbyte +prompted for the last sector, type <c>+2M</c> to create a partition 2 Mbyte in size: </p>
