Gentoo Archives: gentoo-commits

From: "Sven Vermeulen (swift)" <swift@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-x86+amd64-disk.xml
Date: Tue, 31 Dec 2013 20:37:45
Message-Id: 20131231203740.A048A20034@flycatcher.gentoo.org
1 swift 13/12/31 20:37:40
2
3 Modified: hb-install-x86+amd64-disk.xml
4 Log:
5 Fix bug #496572 - Parted uses locations, not sizes
6
7 Revision Changes Path
8 1.38 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.38&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.38&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.37&r2=1.38
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.37
18 retrieving revision 1.38
19 diff -u -r1.37 -r1.38
20 --- hb-install-x86+amd64-disk.xml 31 Dec 2013 20:34:17 -0000 1.37
21 +++ hb-install-x86+amd64-disk.xml 31 Dec 2013 20:37:40 -0000 1.38
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.37 2013/12/31 20:34:17 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.38 2013/12/31 20:37:40 swift Exp $ -->
28
29 <sections>
30
31 @@ -13,7 +13,7 @@
32 This chapter describes how to partition a disk for future usage.
33 </abstract>
34
35 -<version>29</version>
36 +<version>30</version>
37 <date>2013-12-31</date>
38
39 <section>
40 @@ -479,7 +479,7 @@
41 <p>
42 Do the same for the boot partition (128 MB), swap partition (in the example,
43 512 MB) and the root partition that spans the remaining disk (for which the
44 -end size is marked as <c>-1</c>, meaning the end of the disk minus one MB,
45 +end location is marked as <c>-1</c>, meaning the end of the disk minus one MB,
46 which is the farthest a partition can go).
47 </p>