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-mips-disk.xml hb-install-x86+amd64-disk.xml
Date: Tue, 23 Aug 2011 17:35:49
Message-Id: 20110823173539.460C72004C@flycatcher.gentoo.org
1 swift 11/08/23 17:35:39
2
3 Modified: hb-install-mips-disk.xml
4 hb-install-x86+amd64-disk.xml
5 Log:
6 Remnant of bug #334167 - Mention mkfs.ext4 in the list of creation commands too
7
8 Revision Changes Path
9 1.30 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.30&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.30&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.29&r2=1.30
14
15 Index: hb-install-mips-disk.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
18 retrieving revision 1.29
19 retrieving revision 1.30
20 diff -u -r1.29 -r1.30
21 --- hb-install-mips-disk.xml 22 Aug 2011 17:18:23 -0000 1.29
22 +++ hb-install-mips-disk.xml 23 Aug 2011 17:35:39 -0000 1.30
23 @@ -4,7 +4,7 @@
24 <!-- The content of this document is licensed under the CC-BY-SA license -->
25 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
26
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.29 2011/08/22 17:18:23 swift Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.30 2011/08/23 17:35:39 swift Exp $ -->
29
30 <sections>
31
32 @@ -13,8 +13,8 @@
33 This chapter describes how to partition a disk for future usage.
34 </abstract>
35
36 -<version>5</version>
37 -<date>2011-08-22</date>
38 +<version>6</version>
39 +<date>2011-08-23</date>
40
41 <section>
42 <title>Introduction to Block Devices</title>
43 @@ -542,6 +542,10 @@
44 <ti><c>mkfs.ext3</c></ti>
45 </tr>
46 <tr>
47 + <ti>ext4</ti>
48 + <ti><c>mkfs.ext4</c></ti>
49 +</tr>
50 +<tr>
51 <ti>reiserfs</ti>
52 <ti><c>mkfs.reiserfs</c></ti>
53 </tr>
54
55
56
57 1.16 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.16&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.16&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.15&r2=1.16
62
63 Index: hb-install-x86+amd64-disk.xml
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
66 retrieving revision 1.15
67 retrieving revision 1.16
68 diff -u -r1.15 -r1.16
69 --- hb-install-x86+amd64-disk.xml 23 Aug 2011 17:31:34 -0000 1.15
70 +++ hb-install-x86+amd64-disk.xml 23 Aug 2011 17:35:39 -0000 1.16
71 @@ -4,7 +4,7 @@
72 <!-- The content of this document is licensed under the CC-BY-SA license -->
73 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
74
75 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.15 2011/08/23 17:31:34 swift Exp $ -->
76 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.16 2011/08/23 17:35:39 swift Exp $ -->
77
78 <sections>
79
80 @@ -13,7 +13,7 @@
81 This chapter describes how to partition a disk for future usage.
82 </abstract>
83
84 -<version>8</version>
85 +<version>9</version>
86 <date>2011-08-23</date>
87
88 <section>
89 @@ -718,6 +718,10 @@
90 <ti><c>mkfs.ext3</c></ti>
91 </tr>
92 <tr>
93 + <ti>ext4</ti>
94 + <ti><c>mkfs.ext4</c></ti>
95 +</tr>
96 +<tr>
97 <ti>reiserfs</ti>
98 <ti><c>mkreiserfs</c></ti>
99 </tr>