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-filesystems.xml hb-install-ppc-disk.xml hb-install-ppc64-disk.xml
Date: Sun, 28 Oct 2012 12:02:14
Message-Id: 20121028102903.F0A2121600@flycatcher.gentoo.org
1 swift 12/10/28 10:29:03
2
3 Modified: hb-install-filesystems.xml hb-install-ppc-disk.xml
4 hb-install-ppc64-disk.xml
5 Log:
6 Fix bug #334167 - Add in ext4 support, now for ppc/ppc64
7
8 Revision Changes Path
9 1.12 xml/htdocs/doc/en/handbook/hb-install-filesystems.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.12&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?rev=1.12&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml?r1=1.11&r2=1.12
14
15 Index: hb-install-filesystems.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v
18 retrieving revision 1.11
19 retrieving revision 1.12
20 diff -u -r1.11 -r1.12
21 --- hb-install-filesystems.xml 22 Apr 2012 11:00:49 -0000 1.11
22 +++ hb-install-filesystems.xml 28 Oct 2012 10:29:03 -0000 1.12
23 @@ -1,11 +1,11 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.11 2012/04/22 11:00:49 swift Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-filesystems.xml,v 1.12 2012/10/28 10:29:03 swift Exp $ -->
27 <!DOCTYPE included SYSTEM "/dtd/guide.dtd">
28
29 <included>
30
31 -<version>9</version>
32 -<date>2012-04-22</date>
33 +<version>10</version>
34 +<date>2012-10-28</date>
35
36 <section id="filesystemsdesc">
37 <title>Filesystems</title>
38 @@ -49,11 +49,11 @@
39
40 <p test="func:keyval('arch')='PPC'">
41 Several filesystems are available for use on the PowerPC architecture including
42 -ext2, ext3, ReiserFS and XFS, each with their strengths and faults.
43 +ext2, ext3, ext4, ReiserFS and XFS, each with their strengths and faults.
44 </p>
45
46 <note test="func:keyval('arch')='PPC64'">
47 -Several filesystems are available. ext2, ext3 and ReiserFS support is built in
48 +Several filesystems are available. ext2, ext3, ext4 and ReiserFS support is built in
49 the Installation CD kernels. JFS and XFS support is available through kernel
50 modules.
51 </note>
52 @@ -112,7 +112,7 @@
53 <c>mke2fs -j -i &lt;ratio&gt; /dev/&lt;device&gt;</c>.
54 </p>
55
56 -<p test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC HPPA',func:keyval('arch'))">
57 +<p test="contains('x86 Alpha MIPS AMD64 arm IA64 SPARC HPPA PPC PPC64',func:keyval('arch'))">
58 <b>ext4</b> is a filesystem created as a fork of ext3 bringing new features,
59 performance improvements and removal of size limits with moderate changes
60 to the on-disk format. It can span volumes up to 1 EB and with maximum file
61
62
63
64 1.52 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
65
66 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.52&view=markup
67 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.52&content-type=text/plain
68 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?r1=1.51&r2=1.52
69
70 Index: hb-install-ppc-disk.xml
71 ===================================================================
72 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
73 retrieving revision 1.51
74 retrieving revision 1.52
75 diff -u -r1.51 -r1.52
76 --- hb-install-ppc-disk.xml 6 Oct 2012 19:54:14 -0000 1.51
77 +++ hb-install-ppc-disk.xml 28 Oct 2012 10:29:03 -0000 1.52
78 @@ -4,7 +4,7 @@
79 <!-- The content of this document is licensed under the CC-BY-SA license -->
80 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
81
82 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.51 2012/10/06 19:54:14 swift Exp $ -->
83 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.52 2012/10/28 10:29:03 swift Exp $ -->
84
85 <sections>
86
87 @@ -13,8 +13,8 @@
88 This chapter describes how to partition a disk for future usage.
89 </abstract>
90
91 -<version>12</version>
92 -<date>2012-10-06</date>
93 +<version>13</version>
94 +<date>2012-10-28</date>
95
96 <section>
97 <title>Introduction to Block Devices</title>
98 @@ -115,7 +115,7 @@
99 <tr>
100 <ti><path>/dev/sda4</path></ti>
101 <ti>Rest of Disk</ti>
102 - <ti>ext3, reiserfs, xfs</ti>
103 + <ti>ext3, ext4, reiserfs, xfs</ti>
104 <ti>Linux Root</ti>
105 </tr>
106 </table>
107 @@ -174,7 +174,7 @@
108 <tr>
109 <ti><path>/dev/sda4</path></ti>
110 <ti>Rest of Disk</ti>
111 - <ti>ext3, reiserfs, xfs</ti>
112 + <ti>ext3, ext4, reiserfs, xfs</ti>
113 <ti>Linux Root</ti>
114 </tr>
115 </table>
116 @@ -217,7 +217,7 @@
117 <tr>
118 <ti><path>/dev/sda3</path></ti>
119 <ti>Rest of Disk</ti>
120 - <ti>ext3, reiserfs, xfs</ti>
121 + <ti>ext3, ext4, reiserfs, xfs</ti>
122 <ti>Linux Root</ti>
123 </tr>
124 </table>
125 @@ -255,7 +255,7 @@
126 <tr>
127 <ti><path>/dev/sda3</path></ti>
128 <ti>Rest of Disk</ti>
129 - <ti>ext3, reiserfs, xfs</ti>
130 + <ti>ext3, ext4, reiserfs, xfs</ti>
131 <ti>Linux Root (Type 0x83)</ti>
132 </tr>
133 </table>
134 @@ -540,6 +540,10 @@
135 <ti><c>mke2fs -j</c></ti>
136 </tr>
137 <tr>
138 + <ti>ext4</ti>
139 + <ti><c>mkfs.ext4</c></ti>
140 +</tr>
141 +<tr>
142 <ti>reiserfs</ti>
143 <ti><c>mkreiserfs</c></ti>
144 </tr>
145
146
147
148 1.38 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
149
150 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.38&view=markup
151 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.38&content-type=text/plain
152 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.37&r2=1.38
153
154 Index: hb-install-ppc64-disk.xml
155 ===================================================================
156 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
157 retrieving revision 1.37
158 retrieving revision 1.38
159 diff -u -r1.37 -r1.38
160 --- hb-install-ppc64-disk.xml 6 Oct 2012 19:54:14 -0000 1.37
161 +++ hb-install-ppc64-disk.xml 28 Oct 2012 10:29:03 -0000 1.38
162 @@ -4,7 +4,7 @@
163 <!-- The content of this document is licensed under the CC-BY-SA license -->
164 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
165
166 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.37 2012/10/06 19:54:14 swift Exp $ -->
167 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.38 2012/10/28 10:29:03 swift Exp $ -->
168
169 <sections>
170
171 @@ -13,8 +13,8 @@
172 This chapter describes how to partition a disk for future usage.
173 </abstract>
174
175 -<version>12</version>
176 -<date>2012-10-06</date>
177 +<version>13</version>
178 +<date>2012-10-28</date>
179
180 <section>
181 <title>Introduction to Block Devices</title>
182 @@ -76,7 +76,7 @@
183 </tr>
184 <tr>
185 <ti><path>/dev/sda4</path></ti>
186 - <ti>ext3</ti>
187 + <ti>ext3 or ext4</ti>
188 <ti>Rest of the disk</ti>
189 <ti>Root partition</ti>
190 </tr>
191 @@ -610,6 +610,10 @@
192 <ti><c>mke2fs -j</c></ti>
193 </tr>
194 <tr>
195 + <ti>ext4</ti>
196 + <ti><c>mkfs.ext4</c></ti>
197 +</tr>
198 +<tr>
199 <ti>reiserfs</ti>
200 <ti><c>mkreiserfs</c></ti>
201 </tr>