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:24
Message-Id: 200508251921.j7PJLoGM025271@robin.gentoo.org
1 neysx 05/08/25 19:22:50
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-alpha-disk.xml
4 hb-install-amd64-disk.xml hb-install-ppc-disk.xml
5 hb-install-ppc64-disk.xml hb-install-sparc-disk.xml
6 hb-install-x86-disk.xml
7 Log:
8 #103723 warning about mount -t ext3 not required anymore
9
10 Revision Changes Path
11 1.20 +3 -10 xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml
12
13 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
14 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
15 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
16
17 Index: hb-install-alpha-disk.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v
20 retrieving revision 1.19
21 retrieving revision 1.20
22 diff -u -r1.19 -r1.20
23 --- hb-install-alpha-disk.xml 2 Aug 2005 08:03:53 -0000 1.19
24 +++ hb-install-alpha-disk.xml 25 Aug 2005 19:22:50 -0000 1.20
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/hb-install-alpha-disk.xml,v 1.19 2005/08/02 08:03:53 swift Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-disk.xml,v 1.20 2005/08/25 19:22:50 neysx Exp $ -->
31
32 <sections>
33
34 -<version>2.2</version>
35 -<date>2005-08-02</date>
36 +<version>2.3</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.22 +3 -8 xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml
61
62 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
63 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
64 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo
65
66 Index: hb-install-amd64-disk.xml
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v
69 retrieving revision 1.21
70 retrieving revision 1.22
71 diff -u -r1.21 -r1.22
72 --- hb-install-amd64-disk.xml 2 Aug 2005 08:03:53 -0000 1.21
73 +++ hb-install-amd64-disk.xml 25 Aug 2005 19:22:50 -0000 1.22
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/hb-install-amd64-disk.xml,v 1.21 2005/08/02 08:03:53 swift Exp $ -->
79 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-amd64-disk.xml,v 1.22 2005/08/25 19:22:50 neysx Exp $ -->
80
81 <sections>
82
83 -<version>2.3</version>
84 -<date>2005-08-02</date>
85 +<version>2.4</version>
86 +<date>2005-08-25</date>
87
88 <section>
89 <title>Introduction to Block Devices</title>
90 @@ -645,11 +645,6 @@
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 # <i>mkdir /mnt/gentoo/boot</i>
102
103
104
105 1.32 +3 -10 xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml
106
107 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
108 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
109 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo
110
111 Index: hb-install-ppc-disk.xml
112 ===================================================================
113 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v
114 retrieving revision 1.31
115 retrieving revision 1.32
116 diff -u -r1.31 -r1.32
117 --- hb-install-ppc-disk.xml 9 Aug 2005 09:43:58 -0000 1.31
118 +++ hb-install-ppc-disk.xml 25 Aug 2005 19:22:50 -0000 1.32
119 @@ -4,12 +4,12 @@
120 <!-- The content of this document is licensed under the CC-BY-SA license -->
121 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
122
123 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.31 2005/08/09 09:43:58 swift Exp $ -->
124 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-disk.xml,v 1.32 2005/08/25 19:22:50 neysx Exp $ -->
125
126 <sections>
127
128 -<version>2.3</version>
129 -<date>2005-08-09</date>
130 +<version>2.4</version>
131 +<date>2005-08-25</date>
132
133 <section>
134 <title>Introduction to Block Devices</title>
135 @@ -512,16 +512,9 @@
136 example we create a mount-point and mount the root partition:
137 </p>
138
139 -<warn>
140 -Due to a bug in the e2fsprogs package, you need to explicitly use
141 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
142 -</warn>
143 -
144 <pre caption="Mounting partitions">
145 # <i>mkdir /mnt/gentoo</i>
146 # <i>mount /dev/hda4 /mnt/gentoo</i>
147 -<comment>(For ext3 partitions:)</comment>
148 -# <i>mount -t ext3 /dev/hda4 /mnt/gentoo</i>
149 </pre>
150
151 <note>
152
153
154
155 1.21 +3 -8 xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml
156
157 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.21&content-type=text/x-cvsweb-markup&cvsroot=gentoo
158 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml?rev=1.21&content-type=text/plain&cvsroot=gentoo
159 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
160
161 Index: hb-install-ppc64-disk.xml
162 ===================================================================
163 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v
164 retrieving revision 1.20
165 retrieving revision 1.21
166 diff -u -r1.20 -r1.21
167 --- hb-install-ppc64-disk.xml 2 Aug 2005 08:03:53 -0000 1.20
168 +++ hb-install-ppc64-disk.xml 25 Aug 2005 19:22:50 -0000 1.21
169 @@ -4,12 +4,12 @@
170 <!-- The content of this document is licensed under the CC-BY-SA license -->
171 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
172
173 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.20 2005/08/02 08:03:53 swift Exp $ -->
174 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc64-disk.xml,v 1.21 2005/08/25 19:22:50 neysx Exp $ -->
175
176 <sections>
177
178 -<version>2.4</version>
179 -<date>2005-08-02</date>
180 +<version>2.5</version>
181 +<date>2005-08-25</date>
182
183 <section>
184 <title>Introduction to Block Devices</title>
185 @@ -703,11 +703,6 @@
186 example we create a mount-point and mount the root and boot partition:
187 </p>
188
189 -<warn>
190 -Due to a bug in the e2fsprogs package, you need to explicitly use
191 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
192 -</warn>
193 -
194 <pre caption="Mounting partitions">
195 # <i>mkdir /mnt/gentoo</i>
196 # <i>mount /dev/sda4 /mnt/gentoo</i>
197
198
199
200 1.22 +3 -8 xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml
201
202 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo
203 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo
204 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo
205
206 Index: hb-install-sparc-disk.xml
207 ===================================================================
208 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v
209 retrieving revision 1.21
210 retrieving revision 1.22
211 diff -u -r1.21 -r1.22
212 --- hb-install-sparc-disk.xml 2 Aug 2005 08:03:53 -0000 1.21
213 +++ hb-install-sparc-disk.xml 25 Aug 2005 19:22:50 -0000 1.22
214 @@ -4,12 +4,12 @@
215 <!-- The content of this document is licensed under the CC-BY-SA license -->
216 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
217
218 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.21 2005/08/02 08:03:53 swift Exp $ -->
219 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-disk.xml,v 1.22 2005/08/25 19:22:50 neysx Exp $ -->
220
221 <sections>
222
223 -<version>2.3</version>
224 -<date>2005-08-02</date>
225 +<version>2.4</version>
226 +<date>2005-08-25</date>
227
228 <section>
229 <title>Introduction to Block Devices</title>
230 @@ -603,11 +603,6 @@
231 example:
232 </p>
233
234 -<warn>
235 -Due to a bug in the e2fsprogs package, you need to explicitly use
236 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
237 -</warn>
238 -
239 <pre caption="Mounting partitions">
240 # <i>mount /dev/sda1 /mnt/gentoo</i>
241 # <i>mkdir /mnt/gentoo/usr</i>
242
243
244
245 1.24 +3 -8 xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml
246
247 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.24&content-type=text/x-cvsweb-markup&cvsroot=gentoo
248 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml?rev=1.24&content-type=text/plain&cvsroot=gentoo
249 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml.diff?r1=1.23&r2=1.24&cvsroot=gentoo
250
251 Index: hb-install-x86-disk.xml
252 ===================================================================
253 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v
254 retrieving revision 1.23
255 retrieving revision 1.24
256 diff -u -r1.23 -r1.24
257 --- hb-install-x86-disk.xml 2 Aug 2005 08:03:53 -0000 1.23
258 +++ hb-install-x86-disk.xml 25 Aug 2005 19:22:50 -0000 1.24
259 @@ -4,12 +4,12 @@
260 <!-- The content of this document is licensed under the CC-BY-SA license -->
261 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
262
263 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v 1.23 2005/08/02 08:03:53 swift Exp $ -->
264 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86-disk.xml,v 1.24 2005/08/25 19:22:50 neysx Exp $ -->
265
266 <sections>
267
268 -<version>2.3</version>
269 -<date>2005-08-02</date>
270 +<version>2.4</version>
271 +<date>2005-08-25</date>
272
273 <section>
274 <title>Introduction to Block Devices</title>
275 @@ -651,11 +651,6 @@
276 example we mount the root and boot partition:
277 </p>
278
279 -<warn>
280 -Due to a bug in the e2fsprogs package, you need to explicitly use
281 -the <c>mount -t ext3</c> option if you are using an ext3 filesystem.
282 -</warn>
283 -
284 <pre caption="Mounting partitions">
285 # <i>mount /dev/hda3 /mnt/gentoo</i>
286 # <i>mkdir /mnt/gentoo/boot</i>
287
288
289
290 --
291 gentoo-doc-cvs@g.o mailing list