swift 13/04/06 07:52:47 Modified: hb-install-x86+amd64-disk.xml Log: Fix bug #464780 - Update miscalculation on partition size thanks to Peter Nepokroeff
Revision Changes Path 1.22 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.22&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.22&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.21&r2=1.22 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.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- hb-install-x86+amd64-disk.xml 23 Feb 2013 18:38:22 -0000 1.21 +++ hb-install-x86+amd64-disk.xml 6 Apr 2013 07:52:47 -0000 1.22 @@ -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.21 2013/02/23 18:38:22 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.22 2013/04/06 07:52:47 swift Exp $ --> <sections> @@ -13,8 +13,8 @@ This chapter describes how to partition a disk for future usage. </abstract> -<version>14</version> -<date>2013-02-23</date> +<version>15</version> +<date>2013-04-06</date> <section> <title>Introduction to Block Devices</title> @@ -662,13 +662,13 @@ Ignore/Cancel? <i>i</i> <comment># Create a 512 mbyte swap partition</comment> -(parted) <i>mkpart primary linux-swap 32mb 542mb</i> +(parted) <i>mkpart primary linux-swap 32mb 544mb</i> <comment># Create a partition that spans the remaining disk. # -1s (minus one s) means the end of the disk</comment> -(parted) <i>mkpart primary ext4 542mb -1s</i> -Warning: You requested a partition from 542MB to 21.5GB. -The closest location we can manage is 542MB to 21.5GB. +(parted) <i>mkpart primary ext4 544mb -1s</i> +Warning: You requested a partition from 544MB to 21.5GB. +The closest location we can manage is 544MB to 21.5GB. Is this still acceptable to you? Yes/No? <i>y</i> </pre>