Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
Date: Sat, 06 Apr 2013 07:52:52
Message-Id: 20130406075247.D05142171D@flycatcher.gentoo.org
1 swift 13/04/06 07:52:47
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Fix bug #464780 - Update miscalculation on partition size thanks to Peter Nepokroeff
6
7 Revision Changes Path
8 1.22 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.22&view=markup
11 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
12 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
13
14 Index: hb-install-x86+amd64-disk.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
17 retrieving revision 1.21
18 retrieving revision 1.22
19 diff -u -r1.21 -r1.22
20 --- hb-install-x86+amd64-disk.xml 23 Feb 2013 18:38:22 -0000 1.21
21 +++ hb-install-x86+amd64-disk.xml 6 Apr 2013 07:52:47 -0000 1.22
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 @@ -13,8 +13,8 @@
32 This chapter describes how to partition a disk for future usage.
33 </abstract>
34
35 -<version>14</version>
36 -<date>2013-02-23</date>
37 +<version>15</version>
38 +<date>2013-04-06</date>
39
40 <section>
41 <title>Introduction to Block Devices</title>
42 @@ -662,13 +662,13 @@
43 Ignore/Cancel? <i>i</i>
44
45 <comment># Create a 512 mbyte swap partition</comment>
46 -(parted) <i>mkpart primary linux-swap 32mb 542mb</i>
47 +(parted) <i>mkpart primary linux-swap 32mb 544mb</i>
48
49 <comment># Create a partition that spans the remaining disk.
50 # -1s (minus one s) means the end of the disk</comment>
51 -(parted) <i>mkpart primary ext4 542mb -1s</i>
52 -Warning: You requested a partition from 542MB to 21.5GB.
53 -The closest location we can manage is 542MB to 21.5GB.
54 +(parted) <i>mkpart primary ext4 544mb -1s</i>
55 +Warning: You requested a partition from 544MB to 21.5GB.
56 +The closest location we can manage is 544MB to 21.5GB.
57 Is this still acceptable to you?
58 Yes/No? <i>y</i>
59 </pre>