Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-disk.xml hb-install-arm-disk.xml hb-install-hppa-disk.xml hb-install-ia64-disk.xml hb-install-mips-disk.xml hb-install-ppc64-disk.xml hb-install-sparc-disk.xml hb-install-x86+amd64-disk.xml
Date: Fri, 16 Feb 2007 13:46:03
Message-Id: E1HI3P9-0002BQ-PI@lark.gentoo.org
1 neysx 07/02/16 13:45:39
2
3 Modified: hb-install-alpha-disk.xml hb-install-arm-disk.xml
4 hb-install-hppa-disk.xml hb-install-ia64-disk.xml
5 hb-install-mips-disk.xml hb-install-ppc64-disk.xml
6 hb-install-sparc-disk.xml
7 hb-install-x86+amd64-disk.xml
8 Log:
9 Removing -O dir_index was not clever.
10 It'll have to be removed for 2007.0 though.
11
12 Revision Changes Path
13 1.24 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
14
15 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.24&view=markup
16 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.24&content-type=text/plain
17 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?r1=1.23&r2=1.24
18
19 Index: hb-install-alpha-disk.xml
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
22 retrieving revision 1.23
23 retrieving revision 1.24
24 diff -u -r1.23 -r1.24
25 --- hb-install-alpha-disk.xml 2 Nov 2006 20:49:38 -0000 1.23
26 +++ hb-install-alpha-disk.xml 16 Feb 2007 13:45:39 -0000 1.24
27 @@ -4,12 +4,12 @@
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
30
31 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.23 2006/11/02 20:49:38 nightmorph Exp $ -->
32 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.24 2007/02/16 13:45:39 neysx Exp $ -->
33
34 <sections>
35
36 -<version>7.1</version>
37 -<date>2006-11-02</date>
38 +<version>7.2</version>
39 +<date>2007-02-16</date>
40
41 <section>
42 <title>Introduction to Block Devices</title>
43 @@ -738,7 +738,7 @@
44 </p>
45
46 <pre caption="Applying a filesystem on a partition">
47 -# <i>mke2fs -j /dev/sda2</i>
48 +# <i>mke2fs -j -O dir_index /dev/sda2</i>
49 </pre>
50
51 <p>
52
53
54
55 1.4 xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.4&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?rev=1.4&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml?r1=1.3&r2=1.4
60
61 Index: hb-install-arm-disk.xml
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v
64 retrieving revision 1.3
65 retrieving revision 1.4
66 diff -u -r1.3 -r1.4
67 --- hb-install-arm-disk.xml 2 Nov 2006 20:49:38 -0000 1.3
68 +++ hb-install-arm-disk.xml 16 Feb 2007 13:45:39 -0000 1.4
69 @@ -4,12 +4,12 @@
70 <!-- The content of this document is licensed under the CC-BY-SA license -->
71 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
72
73 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.3 2006/11/02 20:49:38 nightmorph Exp $ -->
74 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-arm-disk.xml,v 1.4 2007/02/16 13:45:39 neysx Exp $ -->
75
76 <sections>
77
78 -<version>4.1</version>
79 -<date>2006-11-02</date>
80 +<version>4.2</version>
81 +<date>2007-02-16</date>
82
83 <!-- TODO: Add section about MTD and such -->
84
85 @@ -596,7 +596,7 @@
86
87 <pre caption="Applying a filesystem on a partition">
88 # <i>mke2fs /dev/hda1</i>
89 -# <i>mke2fs -j /dev/hda3</i>
90 +# <i>mke2fs -j -O dir_index /dev/hda3</i>
91 </pre>
92
93 <p>
94
95
96
97 1.21 xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml
98
99 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.21&view=markup
100 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?rev=1.21&content-type=text/plain
101 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml?r1=1.20&r2=1.21
102
103 Index: hb-install-hppa-disk.xml
104 ===================================================================
105 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v
106 retrieving revision 1.20
107 retrieving revision 1.21
108 diff -u -r1.20 -r1.21
109 --- hb-install-hppa-disk.xml 2 Nov 2006 20:49:38 -0000 1.20
110 +++ hb-install-hppa-disk.xml 16 Feb 2007 13:45:39 -0000 1.21
111 @@ -4,12 +4,12 @@
112 <!-- The content of this document is licensed under the CC-BY-SA license -->
113 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
114
115 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.20 2006/11/02 20:49:38 nightmorph Exp $ -->
116 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-disk.xml,v 1.21 2007/02/16 13:45:39 neysx Exp $ -->
117
118 <sections>
119
120 -<version>7.1</version>
121 -<date>2006-11-02</date>
122 +<version>7.2</version>
123 +<date>2007-02-16</date>
124
125 <section>
126 <title>Introduction to Block Devices</title>
127 @@ -290,7 +290,7 @@
128
129 <pre caption="Applying a filesystem on a partition">
130 # <i>mke2fs /dev/sda2</i>
131 -# <i>mke2fs -j /dev/sda4</i>
132 +# <i>mke2fs -j -O dir_index /dev/sda4</i>
133 </pre>
134
135 <p>
136
137
138
139 1.3 xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml
140
141 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.3&view=markup
142 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?rev=1.3&content-type=text/plain
143 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml?r1=1.2&r2=1.3
144
145 Index: hb-install-ia64-disk.xml
146 ===================================================================
147 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v
148 retrieving revision 1.2
149 retrieving revision 1.3
150 diff -u -r1.2 -r1.3
151 --- hb-install-ia64-disk.xml 2 Nov 2006 20:49:38 -0000 1.2
152 +++ hb-install-ia64-disk.xml 16 Feb 2007 13:45:39 -0000 1.3
153 @@ -4,12 +4,12 @@
154 <!-- The content of this document is licensed under the CC-BY-SA license -->
155 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
156
157 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.2 2006/11/02 20:49:38 nightmorph Exp $ -->
158 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-disk.xml,v 1.3 2007/02/16 13:45:39 neysx Exp $ -->
159
160 <sections>
161
162 -<version>2.3</version>
163 -<date>2006-11-02</date>
164 +<version>2.4</version>
165 +<date>2007-02-16</date>
166
167 <section>
168 <title>Introduction to Block Devices</title>
169 @@ -559,7 +559,7 @@
170 # <i>mkdosfs /dev/sda1</i>
171 mkdosfs 2.10 (22 Sep 2003)
172
173 -# <i>mke2fs -j /dev/sda3</i>
174 +# <i>mke2fs -j -O dir_index /dev/sda3</i>
175 mke2fs 1.36 (05-Feb-2005)
176 Filesystem label=
177 OS type: Linux
178
179
180
181 1.22 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
182
183 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.22&view=markup
184 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.22&content-type=text/plain
185 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.21&r2=1.22
186
187 Index: hb-install-mips-disk.xml
188 ===================================================================
189 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
190 retrieving revision 1.21
191 retrieving revision 1.22
192 diff -u -r1.21 -r1.22
193 --- hb-install-mips-disk.xml 2 Nov 2006 20:49:38 -0000 1.21
194 +++ hb-install-mips-disk.xml 16 Feb 2007 13:45:39 -0000 1.22
195 @@ -4,12 +4,12 @@
196 <!-- The content of this document is licensed under the CC-BY-SA license -->
197 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
198
199 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.21 2006/11/02 20:49:38 nightmorph Exp $ -->
200 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.22 2007/02/16 13:45:39 neysx Exp $ -->
201
202 <sections>
203
204 -<version>1.15</version>
205 -<date>2006-11-02</date>
206 +<version>1.16</version>
207 +<date>2007-02-16</date>
208
209 <section>
210 <title>Introduction to Block Devices</title>
211 @@ -640,7 +640,7 @@
212
213 <pre caption="Applying a filesystem on a partition">
214 # <i>mke2fs /dev/sda1</i>
215 -# <i>mke2fs -j /dev/sda3</i>
216 +# <i>mke2fs -j -O dir_index /dev/sda3</i>
217 </pre>
218
219 <p>
220
221
222
223 1.28 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
224
225 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.28&view=markup
226 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.28&content-type=text/plain
227 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?r1=1.27&r2=1.28
228
229 Index: hb-install-ppc64-disk.xml
230 ===================================================================
231 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
232 retrieving revision 1.27
233 retrieving revision 1.28
234 diff -u -r1.27 -r1.28
235 --- hb-install-ppc64-disk.xml 2 Nov 2006 20:49:38 -0000 1.27
236 +++ hb-install-ppc64-disk.xml 16 Feb 2007 13:45:39 -0000 1.28
237 @@ -4,12 +4,12 @@
238 <!-- The content of this document is licensed under the CC-BY-SA license -->
239 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
240
241 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.27 2006/11/02 20:49:38 nightmorph Exp $ -->
242 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.28 2007/02/16 13:45:39 neysx Exp $ -->
243
244 <sections>
245
246 -<version>7.1</version>
247 -<date>2006-11-02</date>
248 +<version>7.2</version>
249 +<date>2007-02-16</date>
250
251 <section>
252 <title>Introduction to Block Devices</title>
253 @@ -695,7 +695,7 @@
254 </p>
255
256 <pre caption="Applying a filesystem on a partition">
257 -# <i>mke2fs -j /dev/sda4</i>
258 +# <i>mke2fs -j -O dir_index /dev/sda4</i>
259 </pre>
260
261 <p>
262
263
264
265 1.28 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
266
267 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.28&view=markup
268 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.28&content-type=text/plain
269 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?r1=1.27&r2=1.28
270
271 Index: hb-install-sparc-disk.xml
272 ===================================================================
273 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
274 retrieving revision 1.27
275 retrieving revision 1.28
276 diff -u -r1.27 -r1.28
277 --- hb-install-sparc-disk.xml 2 Nov 2006 20:49:38 -0000 1.27
278 +++ hb-install-sparc-disk.xml 16 Feb 2007 13:45:39 -0000 1.28
279 @@ -4,12 +4,12 @@
280 <!-- The content of this document is licensed under the CC-BY-SA license -->
281 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
282
283 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.27 2006/11/02 20:49:38 nightmorph Exp $ -->
284 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.28 2007/02/16 13:45:39 neysx Exp $ -->
285
286 <sections>
287
288 -<version>3.1</version>
289 -<date>2006-11-02</date>
290 +<version>3.2</version>
291 +<date>2007-02-16</date>
292
293 <section>
294 <title>Introduction to Block Devices</title>
295 @@ -553,9 +553,9 @@
296
297 <pre caption="Applying a filesystem on a partition">
298 # <i>mke2fs /dev/sda1</i>
299 -# <i>mke2fs -j /dev/sda4</i>
300 -# <i>mke2fs -j /dev/sda5</i>
301 -# <i>mke2fs -j /dev/sda6</i>
302 +# <i>mke2fs -j -O dir_index /dev/sda4</i>
303 +# <i>mke2fs -j -O dir_index /dev/sda5</i>
304 +# <i>mke2fs -j -O dir_index /dev/sda6</i>
305 </pre>
306
307 </body>
308
309
310
311 1.7 xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml
312
313 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.7&view=markup
314 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?rev=1.7&content-type=text/plain
315 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml?r1=1.6&r2=1.7
316
317 Index: hb-install-x86+amd64-disk.xml
318 ===================================================================
319 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v
320 retrieving revision 1.6
321 retrieving revision 1.7
322 diff -u -r1.6 -r1.7
323 --- hb-install-x86+amd64-disk.xml 2 Nov 2006 20:55:33 -0000 1.6
324 +++ hb-install-x86+amd64-disk.xml 16 Feb 2007 13:45:39 -0000 1.7
325 @@ -4,7 +4,7 @@
326 <!-- The content of this document is licensed under the CC-BY-SA license -->
327 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
328
329 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.6 2006/11/02 20:55:33 nightmorph Exp $ -->
330 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-disk.xml,v 1.7 2007/02/16 13:45:39 neysx Exp $ -->
331
332 <sections>
333
334 @@ -13,8 +13,8 @@
335 This chapter describes how to partition a disk for future usage.
336 </abstract>
337
338 -<version>4.1</version>
339 -<date>2006-11-02</date>
340 +<version>4.2</version>
341 +<date>2007-02-16</date>
342
343 <section>
344 <title>Introduction to Block Devices</title>
345 @@ -613,7 +613,7 @@
346
347 <pre caption="Applying a filesystem on a partition">
348 # <i>mke2fs /dev/hda1</i>
349 -# <i>mke2fs -j /dev/hda3</i>
350 +# <i>mke2fs -j -O dir_index /dev/hda3</i>
351 </pre>
352
353 <p>
354
355
356
357 --
358 gentoo-doc-cvs@g.o mailing list