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
Date: Thu, 25 Aug 2005 19:23:26
Message-Id: 200508251921.j7PJLoaU031488@robin.gentoo.org
1 neysx 05/08/25 19:22:50
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-alpha-disk.xml
4 hb-install-amd64-disk.xml hb-install-hppa-disk.xml
5 hb-install-ppc-disk.xml hb-install-ppc64-disk.xml
6 hb-install-sparc-disk.xml hb-install-x86-disk.xml
7 Log:
8 #103723 warning about mount -t ext3 not required anymore
9
10 Revision Changes Path
11 1.3 +3 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml
12
13 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
14 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
15 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
16
17 Index: hb-install-alpha-disk.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- hb-install-alpha-disk.xml 8 Aug 2005 13:24:46 -0000 1.2
24 +++ hb-install-alpha-disk.xml 25 Aug 2005 19:22:50 -0000 1.3
25 @@ -4,12 +4,12 @@
26 <!-- The content of this document is licensed under the CC-BY-SA license -->
27 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
28
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-disk.xml,v 1.3 2005/08/25 19:22:50 neysx Exp $ -->
31
32 <sections>
33
34 -<version>5.0</version>
35 -<date>2005-08-08</date>
36 +<version>5.1</version>
37 +<date>2005-08-25</date>
38
39 <section>
40 <title>Introduction to Block Devices</title>
41 @@ -783,15 +783,8 @@
42 example we mount the root and boot partition:
43 </p>
44
45 -<warn>
46 -Due to a bug in the e2fsprogs package, you need to explicitly use
47 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
48 -</warn>
49 -
50 <pre caption="Mounting partitions">
51 # <i>mount /dev/sda2 /mnt/gentoo</i>
52 -<comment>(For ext3 partitions:)</comment>
53 -# <i>mount -t ext3 /dev/sda2 /mnt/gentoo</i>
54 </pre>
55
56 <note>
57
58
59
60 1.3 +3 -11 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml
61
62 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
63 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
64 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
65
66 Index: hb-install-amd64-disk.xml
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml,v
69 retrieving revision 1.2
70 retrieving revision 1.3
71 diff -u -r1.2 -r1.3
72 --- hb-install-amd64-disk.xml 8 Aug 2005 13:24:46 -0000 1.2
73 +++ hb-install-amd64-disk.xml 25 Aug 2005 19:22:50 -0000 1.3
74 @@ -4,12 +4,12 @@
75 <!-- The content of this document is licensed under the CC-BY-SA license -->
76 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
77
78 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
79 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-disk.xml,v 1.3 2005/08/25 19:22:50 neysx Exp $ -->
80
81 <sections>
82
83 -<version>5.0</version>
84 -<date>2005-08-08</date>
85 +<version>5.1</version>
86 +<date>2005-08-25</date>
87
88 <section>
89 <title>Introduction to Block Devices</title>
90 @@ -643,16 +643,8 @@
91 example we mount the root and boot partition:
92 </p>
93
94 -<warn>
95 -Due to a bug in the e2fsprogs package, you need to explicitly use
96 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
97 -</warn>
98 -
99 <pre caption="Mounting partitions">
100 # <i>mount /dev/hda3 /mnt/gentoo</i>
101 -<comment>(For ext3 partitions:)</comment>
102 -# <i>mount -t ext3 /dev/hda3 /mnt/gentoo</i>
103 -
104 # <i>mkdir /mnt/gentoo/boot</i>
105 # <i>mount /dev/hda1 /mnt/gentoo/boot</i>
106 </pre>
107
108
109
110 1.3 +3 -11 xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml
111
112 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
113 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
114 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
115
116 Index: hb-install-hppa-disk.xml
117 ===================================================================
118 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml,v
119 retrieving revision 1.2
120 retrieving revision 1.3
121 diff -u -r1.2 -r1.3
122 --- hb-install-hppa-disk.xml 8 Aug 2005 13:24:46 -0000 1.2
123 +++ hb-install-hppa-disk.xml 25 Aug 2005 19:22:50 -0000 1.3
124 @@ -4,12 +4,12 @@
125 <!-- The content of this document is licensed under the CC-BY-SA license -->
126 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
127
128 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
129 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-disk.xml,v 1.3 2005/08/25 19:22:50 neysx Exp $ -->
130
131 <sections>
132
133 -<version>5.0</version>
134 -<date>2005-08-08</date>
135 +<version>5.1</version>
136 +<date>2005-08-25</date>
137
138 <section>
139 <title>Introduction to Block Devices</title>
140 @@ -340,16 +340,8 @@
141 example we mount the root and boot partition:
142 </p>
143
144 -<warn>
145 -Due to a bug in the e2fsprogs package, you need to explicitly use
146 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
147 -</warn>
148 -
149 <pre caption="Mounting partitions">
150 # <i>mount /dev/sda4 /mnt/gentoo</i>
151 -<comment>(For ext3 partitions:)</comment>
152 -# <i>mount -t ext3 /dev/sda4 /mnt/gentoo</i>
153 -
154 # <i>mkdir /mnt/gentoo/boot</i>
155 # <i>mount /dev/sda2 /mnt/gentoo/boot</i>
156 </pre>
157
158
159
160 1.3 +3 -10 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml
161
162 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
163 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
164 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
165
166 Index: hb-install-ppc-disk.xml
167 ===================================================================
168 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml,v
169 retrieving revision 1.2
170 retrieving revision 1.3
171 diff -u -r1.2 -r1.3
172 --- hb-install-ppc-disk.xml 8 Aug 2005 13:24:46 -0000 1.2
173 +++ hb-install-ppc-disk.xml 25 Aug 2005 19:22:50 -0000 1.3
174 @@ -4,12 +4,12 @@
175 <!-- The content of this document is licensed under the CC-BY-SA license -->
176 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
177
178 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
179 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-disk.xml,v 1.3 2005/08/25 19:22:50 neysx Exp $ -->
180
181 <sections>
182
183 -<version>5.0</version>
184 -<date>2005-08-08</date>
185 +<version>5.1</version>
186 +<date>2005-08-25</date>
187
188 <section>
189 <title>Introduction to Block Devices</title>
190 @@ -511,16 +511,9 @@
191 example we create a mount-point and mount the root partition:
192 </p>
193
194 -<warn>
195 -Due to a bug in the e2fsprogs package, you need to explicitly use
196 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
197 -</warn>
198 -
199 <pre caption="Mounting partitions">
200 # <i>mkdir /mnt/gentoo</i>
201 # <i>mount /dev/hda4 /mnt/gentoo</i>
202 -<comment>(For ext3 partitions:)</comment>
203 -# <i>mount -t ext3 /dev/hda4 /mnt/gentoo</i>
204 </pre>
205
206 <note>
207
208
209
210 1.2 +3 -8 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml
211
212 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
213 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
214 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
215
216 Index: hb-install-ppc64-disk.xml
217 ===================================================================
218 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml,v
219 retrieving revision 1.1
220 retrieving revision 1.2
221 diff -u -r1.1 -r1.2
222 --- hb-install-ppc64-disk.xml 8 Aug 2005 13:21:15 -0000 1.1
223 +++ hb-install-ppc64-disk.xml 25 Aug 2005 19:22:50 -0000 1.2
224 @@ -4,12 +4,12 @@
225 <!-- The content of this document is licensed under the CC-BY-SA license -->
226 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
227
228 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml,v 1.1 2005/08/08 13:21:15 swift Exp $ -->
229 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-disk.xml,v 1.2 2005/08/25 19:22:50 neysx Exp $ -->
230
231 <sections>
232
233 -<version>5.0</version>
234 -<date>2005-08-08</date>
235 +<version>5.1</version>
236 +<date>2005-08-25</date>
237
238 <section>
239 <title>Introduction to Block Devices</title>
240 @@ -701,11 +701,6 @@
241 example we create a mount-point and mount the root and boot partition:
242 </p>
243
244 -<warn>
245 -Due to a bug in the e2fsprogs package, you need to explicitly use
246 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
247 -</warn>
248 -
249 <pre caption="Mounting partitions">
250 # <i>mkdir /mnt/gentoo</i>
251 # <i>mount /dev/sda4 /mnt/gentoo</i>
252
253
254
255 1.3 +3 -11 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml
256
257 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
258 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
259 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
260
261 Index: hb-install-sparc-disk.xml
262 ===================================================================
263 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml,v
264 retrieving revision 1.2
265 retrieving revision 1.3
266 diff -u -r1.2 -r1.3
267 --- hb-install-sparc-disk.xml 8 Aug 2005 13:24:46 -0000 1.2
268 +++ hb-install-sparc-disk.xml 25 Aug 2005 19:22:50 -0000 1.3
269 @@ -4,12 +4,12 @@
270 <!-- The content of this document is licensed under the CC-BY-SA license -->
271 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
272
273 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
274 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-disk.xml,v 1.3 2005/08/25 19:22:50 neysx Exp $ -->
275
276 <sections>
277
278 -<version>5.0</version>
279 -<date>2005-08-08</date>
280 +<version>5.1</version>
281 +<date>2005-08-25</date>
282
283 <section>
284 <title>Introduction to Block Devices</title>
285 @@ -603,16 +603,8 @@
286 example:
287 </p>
288
289 -<warn>
290 -Due to a bug in the e2fsprogs package, you need to explicitly use
291 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
292 -</warn>
293 -
294 <pre caption="Mounting partitions">
295 # <i>mount /dev/sda1 /mnt/gentoo</i>
296 -<comment>(For an ext3 partition:)</comment>
297 -# <i>mount -t ext3 /dev/sda1 /mnt/gentoo</i>
298 -
299 # <i>mkdir /mnt/gentoo/usr</i>
300 # <i>mount /dev/sda4 /mnt/gentoo/usr</i>
301 # <i>mkdir /mnt/gentoo/var</i>
302
303
304
305 1.3 +3 -11 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml
306
307 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
308 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
309 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
310
311 Index: hb-install-x86-disk.xml
312 ===================================================================
313 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml,v
314 retrieving revision 1.2
315 retrieving revision 1.3
316 diff -u -r1.2 -r1.3
317 --- hb-install-x86-disk.xml 8 Aug 2005 13:24:46 -0000 1.2
318 +++ hb-install-x86-disk.xml 25 Aug 2005 19:22:50 -0000 1.3
319 @@ -4,12 +4,12 @@
320 <!-- The content of this document is licensed under the CC-BY-SA license -->
321 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
322
323 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
324 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-disk.xml,v 1.3 2005/08/25 19:22:50 neysx Exp $ -->
325
326 <sections>
327
328 -<version>5.0</version>
329 -<date>2005-08-08</date>
330 +<version>5.1</version>
331 +<date>2005-08-25</date>
332
333 <section>
334 <title>Introduction to Block Devices</title>
335 @@ -650,16 +650,8 @@
336 example we mount the root and boot partition:
337 </p>
338
339 -<warn>
340 -Due to a bug in the e2fsprogs package, you need to explicitly use
341 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
342 -</warn>
343 -
344 <pre caption="Mounting partitions">
345 # <i>mount /dev/hda3 /mnt/gentoo</i>
346 -<comment>(For an ext3 partition:)</comment>
347 -# <i>mount -t ext3 /dev/hda3 /mnt/gentoo</i>
348 -
349 # <i>mkdir /mnt/gentoo/boot</i>
350 # <i>mount /dev/hda1 /mnt/gentoo/boot</i>
351 </pre>
352
353
354
355 --
356 gentoo-doc-cvs@g.o mailing list