Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-alpha-medium.xml
Date: Fri, 11 Nov 2005 17:27:33
Message-Id: 200511111727.jABHRHFC027706@robin.gentoo.org
1 swift 05/11/11 17:27:17
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1
4 hb-install-alpha-medium.xml
5 hb-install-amd64-medium.xml
6 hb-install-hppa-medium.xml
7 hb-install-ppc-medium.xml
8 hb-install-ppc64-medium.xml
9 hb-install-sparc-medium.xml hb-install-stage.xml
10 hb-install-x86-medium.xml
11 Log:
12 #105809 - Moving bootstrapping/system to FAQ, outside handbook
13
14 Revision Changes Path
15 1.4 +9 -29 xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-medium.xml
16
17 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-medium.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
18 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-medium.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
19 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-medium.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
20
21 Index: hb-install-alpha-medium.xml
22 ===================================================================
23 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-medium.xml,v
24 retrieving revision 1.3
25 retrieving revision 1.4
26 diff -u -r1.3 -r1.4
27 --- hb-install-alpha-medium.xml 25 Aug 2005 19:53:25 -0000 1.3
28 +++ hb-install-alpha-medium.xml 11 Nov 2005 17:27:16 -0000 1.4
29 @@ -4,12 +4,12 @@
30 <!-- The content of this document is licensed under the CC-BY-SA license -->
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32
33 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-medium.xml,v 1.3 2005/08/25 19:53:25 neysx Exp $ -->
34 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-alpha-medium.xml,v 1.4 2005/11/11 17:27:16 swift Exp $ -->
35
36 <sections>
37
38 -<version>5.1</version>
39 -<date>2005-08-25</date>
40 +<version>5.2</version>
41 +<date>2005-11-11</date>
42
43 <section>
44 <title>Hardware Requirements</title>
45 @@ -64,35 +64,15 @@
46 <body>
47
48 <p>
49 -Gentoo Linux can be installed using one of three <e>stage</e> tarball files.
50 -A stage file is a tarball (compressed archive) that contains a minimal
51 -environment.
52 +Gentoo Linux can be installed using a <e>stage3</e> tarball file.
53 +Such a tarball is an archive that contains a minimal environment from
54 +which you can succesfully install Gentoo Linux onto your system.
55 </p>
56
57 -<ul>
58 - <li>
59 - A stage1 file contains nothing more than a compiler, Portage (Gentoo's
60 - software management system) and a couple of packages on which the compiler
61 - or Portage depends.
62 - </li>
63 - <li>
64 - A stage2 file contains a so-called bootstrapped system, a minimal
65 - environment from which one can start building all other necessary
66 - applications that make a Gentoo environment complete.
67 - </li>
68 - <li>
69 - A stage3 file contains a prebuilt minimal system which is almost fully
70 - deployable. It only lacks a few applications where you, the Gentoo user,
71 - needs to choose which one you want to install.
72 - </li>
73 -</ul>
74 -
75 <p>
76 -We will opt for a stage3 installation throughout this document. If you want to
77 -perform a Gentoo installation using the stage1 or stage2 files, please use the
78 -installation instructions in the <uri
79 -link="/doc/en/handbook/handbook-alpha.xml">Gentoo Handbook</uri>. They do
80 -require a working Internet connection though.
81 +Installations using a stage1 or stage2 tarball file are not documented in the
82 +Gentoo Handbook - please read the <uri link="/doc/en/faq.xml#stage12">Gentoo
83 +FAQ</uri> on these matters.
84 </p>
85
86 </body>
87
88
89
90 1.3 +9 -29 xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml
91
92 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
93 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
94 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
95
96 Index: hb-install-amd64-medium.xml
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v
99 retrieving revision 1.2
100 retrieving revision 1.3
101 diff -u -r1.2 -r1.3
102 --- hb-install-amd64-medium.xml 8 Aug 2005 13:24:46 -0000 1.2
103 +++ hb-install-amd64-medium.xml 11 Nov 2005 17:27:16 -0000 1.3
104 @@ -4,12 +4,12 @@
105 <!-- The content of this document is licensed under the CC-BY-SA license -->
106 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
107
108 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
109 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-amd64-medium.xml,v 1.3 2005/11/11 17:27:16 swift Exp $ -->
110
111 <sections>
112
113 -<version>5.0</version>
114 -<date>2005-08-08</date>
115 +<version>5.1</version>
116 +<date>2005-11-11</date>
117
118 <section>
119 <title>Hardware Requirements</title>
120 @@ -64,35 +64,15 @@
121 <body>
122
123 <p>
124 -Gentoo Linux can be installed using one of three <e>stage</e> tarball files. A
125 -stage file is a tarball (compressed archive) that contains a minimal
126 -environment.
127 +Gentoo Linux can be installed using a <e>stage3</e> tarball file.
128 +Such a tarball is an archive that contains a minimal environment from
129 +which you can succesfully install Gentoo Linux onto your system.
130 </p>
131
132 -<ul>
133 - <li>
134 - A stage1 file contains nothing more than a compiler, Portage (Gentoo's
135 - software management system) and a couple of packages on which the
136 - compiler or Portage depends.
137 - </li>
138 - <li>
139 - A stage2 file contains a so-called bootstrapped system, a minimal
140 - environment from which one can start building all other necessary
141 - applications that make a Gentoo environment complete.
142 - </li>
143 - <li>
144 - A stage3 file contains a prebuilt minimal system which is almost fully
145 - deployable. It only lacks a few applications where you, the Gentoo user,
146 - needs to choose which one you want to install.
147 - </li>
148 -</ul>
149 -
150 <p>
151 -We will opt for a stage3 installation throughout this document. If you want to
152 -perform a Gentoo installation using the stage1 or stage2 files, please use the
153 -installation instructions in the <uri
154 -link="/doc/en/handbook/handbook-amd64.xml">Gentoo Handbook</uri>. They do
155 -require a working Internet connection though.
156 +Installations using a stage1 or stage2 tarball file are not documented in the
157 +Gentoo Handbook - please read the <uri link="/doc/en/faq.xml#stage12">Gentoo
158 +FAQ</uri> on these matters.
159 </p>
160
161 </body>
162
163
164
165 1.3 +9 -29 xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-medium.xml
166
167 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-medium.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo
168 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-medium.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo
169 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-medium.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo
170
171 Index: hb-install-hppa-medium.xml
172 ===================================================================
173 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-medium.xml,v
174 retrieving revision 1.2
175 retrieving revision 1.3
176 diff -u -r1.2 -r1.3
177 --- hb-install-hppa-medium.xml 8 Aug 2005 13:24:46 -0000 1.2
178 +++ hb-install-hppa-medium.xml 11 Nov 2005 17:27:16 -0000 1.3
179 @@ -4,12 +4,12 @@
180 <!-- The content of this document is licensed under the CC-BY-SA license -->
181 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
182
183 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-medium.xml,v 1.2 2005/08/08 13:24:46 swift Exp $ -->
184 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-hppa-medium.xml,v 1.3 2005/11/11 17:27:16 swift Exp $ -->
185
186 <sections>
187
188 -<version>5.0</version>
189 -<date>2005-08-08</date>
190 +<version>5.1</version>
191 +<date>2005-11-11</date>
192
193 <section>
194 <title>Hardware Requirements</title>
195 @@ -62,35 +62,15 @@
196 <body>
197
198 <p>
199 -Gentoo Linux can be installed using one of three <e>stage</e> tarball files. A
200 -stage file is a tarball (compressed archive) that contains a minimal
201 -environment.
202 +Gentoo Linux can be installed using a <e>stage3</e> tarball file.
203 +Such a tarball is an archive that contains a minimal environment from
204 +which you can succesfully install Gentoo Linux onto your system.
205 </p>
206
207 -<ul>
208 - <li>
209 - A stage1 file contains nothing more than a compiler, Portage (Gentoo's
210 - software management system) and a couple of packages on which the
211 - compiler or Portage depends.
212 - </li>
213 - <li>
214 - A stage2 file contains a so-called bootstrapped system, a minimal
215 - environment from which one can start building all other necessary
216 - applications that make a Gentoo environment complete.
217 - </li>
218 - <li>
219 - A stage3 file contains a prebuilt minimal system which is almost fully
220 - deployable. It only lacks a few applications where you, the Gentoo user,
221 - needs to choose which one you want to install.
222 - </li>
223 -</ul>
224 -
225 <p>
226 -We will opt for a stage3 installation throughout this document. If you want to
227 -perform a Gentoo installation using the stage1 or stage2 files, please use the
228 -installation instructions in the <uri
229 -link="/doc/en/handbook/handbook-hppa.xml">Gentoo Handbook</uri>. They do
230 -require a working Internet connection though.
231 +Installations using a stage1 or stage2 tarball file are not documented in the
232 +Gentoo Handbook - please read the <uri link="/doc/en/faq.xml#stage12">Gentoo
233 +FAQ</uri> on these matters.
234 </p>
235
236 </body>
237
238
239
240 1.4 +9 -29 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-medium.xml
241
242 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-medium.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
243 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-medium.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
244 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-medium.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
245
246 Index: hb-install-ppc-medium.xml
247 ===================================================================
248 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-medium.xml,v
249 retrieving revision 1.3
250 retrieving revision 1.4
251 diff -u -r1.3 -r1.4
252 --- hb-install-ppc-medium.xml 17 Aug 2005 06:48:04 -0000 1.3
253 +++ hb-install-ppc-medium.xml 11 Nov 2005 17:27:16 -0000 1.4
254 @@ -4,12 +4,12 @@
255 <!-- The content of this document is licensed under the CC-BY-SA license -->
256 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
257
258 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-medium.xml,v 1.3 2005/08/17 06:48:04 fox2mike Exp $ -->
259 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc-medium.xml,v 1.4 2005/11/11 17:27:16 swift Exp $ -->
260
261 <sections>
262
263 -<version>5.1</version>
264 -<date>2005-08-17</date>
265 +<version>5.2</version>
266 +<date>2005-11-11</date>
267
268 <section>
269 <title>Hardware Requirements</title>
270 @@ -87,35 +87,15 @@
271 <body>
272
273 <p>
274 -Gentoo Linux can be installed using one of three <e>stage</e> tarball files. A
275 -stage file is a tarball (compressed archive) that contains a minimal
276 -environment.
277 +Gentoo Linux can be installed using a <e>stage3</e> tarball file.
278 +Such a tarball is an archive that contains a minimal environment from
279 +which you can succesfully install Gentoo Linux onto your system.
280 </p>
281
282 -<ul>
283 - <li>
284 - A stage1 file contains nothing more than a compiler, Portage (Gentoo's
285 - software management system) and a couple of packages on which the
286 - compiler or Portage depends.
287 - </li>
288 - <li>
289 - A stage2 file contains a so-called bootstrapped system, a minimal
290 - environment from which one can start building all other necessary
291 - applications that make a Gentoo environment complete.
292 - </li>
293 - <li>
294 - A stage3 file contains a prebuilt minimal system which is almost fully
295 - deployable. It only lacks a few applications where you, the Gentoo user,
296 - needs to choose which one you want to install.
297 - </li>
298 -</ul>
299 -
300 <p>
301 -We will opt for a stage3 installation throughout this document. If you want to
302 -perform a Gentoo installation using the stage1 or stage2 files, please use the
303 -installation instructions in the <uri
304 -link="/doc/en/handbook/handbook-ppc.xml">Gentoo Handbook</uri>. They do
305 -require a working Internet connection though.
306 +Installations using a stage1 or stage2 tarball file are not documented in the
307 +Gentoo Handbook - please read the <uri link="/doc/en/faq.xml#stage12">Gentoo
308 +FAQ</uri> on these matters.
309 </p>
310
311 </body>
312
313
314
315 1.4 +9 -35 xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml
316
317 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
318 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
319 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
320
321 Index: hb-install-ppc64-medium.xml
322 ===================================================================
323 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v
324 retrieving revision 1.3
325 retrieving revision 1.4
326 diff -u -r1.3 -r1.4
327 --- hb-install-ppc64-medium.xml 13 Sep 2005 20:39:12 -0000 1.3
328 +++ hb-install-ppc64-medium.xml 11 Nov 2005 17:27:16 -0000 1.4
329 @@ -4,12 +4,12 @@
330 <!-- The content of this document is licensed under the CC-BY-SA license -->
331 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
332
333 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v 1.3 2005/09/13 20:39:12 so Exp $ -->
334 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-ppc64-medium.xml,v 1.4 2005/11/11 17:27:16 swift Exp $ -->
335
336 <sections>
337
338 -<version>5.2</version>
339 -<date>2005-09-13</date>
340 +<version>5.3</version>
341 +<date>2005-11-11</date>
342
343 <section>
344 <title>Hardware Requirements</title>
345 @@ -70,41 +70,15 @@
346 <body>
347
348 <p>
349 -Gentoo Linux can be installed using one of three <e>stage</e> tarball files. A
350 -stage file is a tarball (compressed archive) that contains a minimal
351 -environment.
352 +Gentoo Linux can be installed using a <e>stage3</e> tarball file.
353 +Such a tarball is an archive that contains a minimal environment from
354 +which you can succesfully install Gentoo Linux onto your system.
355 </p>
356
357 <p>
358 -The Gentoo/PPC64 team provides you with additional options at this point.
359 -You have the choice to use a 32bit or a 64bit userland; a full set of stages
360 -is provided for both options.
361 -</p>
362 -
363 -<ul>
364 - <li>
365 - A stage1 file contains nothing more than a compiler, Portage (Gentoo's
366 - software management system) and a couple of packages on which the
367 - compiler or Portage depends.
368 - </li>
369 - <li>
370 - A stage2 file contains a so-called bootstrapped system, a minimal
371 - environment from which one can start building all other necessary
372 - applications that make a Gentoo environment complete.
373 - </li>
374 - <li>
375 - A stage3 file contains a prebuilt minimal system which is almost fully
376 - deployable. It only lacks a few applications where you, the Gentoo user,
377 - needs to choose which one you want to install.
378 - </li>
379 -</ul>
380 -
381 -<p>
382 -We will opt for a stage3 installation throughout this document. If you want to
383 -perform a Gentoo installation using the stage1 or stage2 files, please use the
384 -installation instructions in the <uri
385 -link="/doc/en/handbook/handbook-ppc64.xml">Gentoo Handbook</uri>. They do
386 -require a working Internet connection though.
387 +Installations using a stage1 or stage2 tarball file are not documented in the
388 +Gentoo Handbook - please read the <uri link="/doc/en/faq.xml#stage12">Gentoo
389 +FAQ</uri> on these matters.
390 </p>
391
392 </body>
393
394
395
396 1.4 +9 -29 xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml
397
398 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
399 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
400 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
401
402 Index: hb-install-sparc-medium.xml
403 ===================================================================
404 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v
405 retrieving revision 1.3
406 retrieving revision 1.4
407 diff -u -r1.3 -r1.4
408 --- hb-install-sparc-medium.xml 5 Sep 2005 15:22:02 -0000 1.3
409 +++ hb-install-sparc-medium.xml 11 Nov 2005 17:27:16 -0000 1.4
410 @@ -4,12 +4,12 @@
411 <!-- The content of this document is licensed under the CC-BY-SA license -->
412 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
413
414 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v 1.3 2005/09/05 15:22:02 neysx Exp $ -->
415 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-sparc-medium.xml,v 1.4 2005/11/11 17:27:16 swift Exp $ -->
416
417 <sections>
418
419 -<version>5.1</version>
420 -<date>2005-09-05</date>
421 +<version>5.2</version>
422 +<date>2005-11-11</date>
423
424 <section>
425 <title>Hardware Requirements</title>
426 @@ -77,35 +77,15 @@
427 <body>
428
429 <p>
430 -Gentoo Linux can be installed using one of three <e>stage</e> tarball files. A
431 -stage file is a tarball (compressed archive) that contains a minimal
432 -environment.
433 +Gentoo Linux can be installed using a <e>stage3</e> tarball file.
434 +Such a tarball is an archive that contains a minimal environment from
435 +which you can succesfully install Gentoo Linux onto your system.
436 </p>
437
438 -<ul>
439 - <li>
440 - A stage1 file contains nothing more than a compiler, Portage (Gentoo's
441 - software management system) and a couple of packages on which the
442 - compiler or Portage depends.
443 - </li>
444 - <li>
445 - A stage2 file contains a so-called bootstrapped system, a minimal
446 - environment from which one can start building all other necessary
447 - applications that make a Gentoo environment complete.
448 - </li>
449 - <li>
450 - A stage3 file contains a prebuilt minimal system which is almost fully
451 - deployable. It only lacks a few applications where you, the Gentoo user,
452 - needs to choose which one you want to install.
453 - </li>
454 -</ul>
455 -
456 <p>
457 -We will opt for a stage3 installation throughout this document. If you want to
458 -perform a Gentoo installation using the stage1 or stage2 files, please use the
459 -installation instructions in the <uri
460 -link="/doc/en/handbook/handbook-sparc.xml">Gentoo Handbook</uri>. They do
461 -require a working Internet connection though.
462 +Installations using a stage1 or stage2 tarball file are not documented in the
463 +Gentoo Handbook - please read the <uri link="/doc/en/faq.xml#stage12">Gentoo
464 +FAQ</uri> on these matters.
465 </p>
466
467 </body>
468
469
470
471 1.8 +12 -12 xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml
472
473 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.8&content-type=text/x-cvsweb-markup&cvsroot=gentoo
474 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml?rev=1.8&content-type=text/plain&cvsroot=gentoo
475 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml.diff?r1=1.7&r2=1.8&cvsroot=gentoo
476
477 Index: hb-install-stage.xml
478 ===================================================================
479 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v
480 retrieving revision 1.7
481 retrieving revision 1.8
482 diff -u -r1.7 -r1.8
483 --- hb-install-stage.xml 16 Aug 2005 21:56:01 -0000 1.7
484 +++ hb-install-stage.xml 11 Nov 2005 17:27:16 -0000 1.8
485 @@ -4,12 +4,12 @@
486 <!-- The content of this document is licensed under the CC-BY-SA license -->
487 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
488
489 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.7 2005/08/16 21:56:01 neysx Exp $ -->
490 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-stage.xml,v 1.8 2005/11/11 17:27:16 swift Exp $ -->
491
492 <sections>
493
494 -<version>5.5</version>
495 -<date>2005-08-16</date>
496 +<version>5.6</version>
497 +<date>2005-11-11</date>
498
499 <section>
500 <title>Installing a Stage Tarball</title>
501 @@ -180,6 +180,11 @@
502 </pre>
503
504 <p>
505 +Make sure you download a stage3 tarball - installations using a stage1 or stage2
506 +tarball are not supported anymore.
507 +</p>
508 +
509 +<p>
510 If you want to check the integrity of the downloaded stage tarball, use
511 <c>md5sum</c> and compare the output with the MD5 checksum provided on the
512 mirror. For instance, to check the validity of the x86 stage tarball:
513 @@ -346,16 +351,11 @@
514 <title>CHOST</title>
515 <body>
516
517 -<warn>
518 -Although it might be tempting for non-stage1 users, they should <e>not</e>
519 -change the <c>CHOST</c> setting in <path>make.conf</path>. Doing so might render
520 -their system unusable. Again: only change this variable if you use a
521 -<e>stage1</e> installation.
522 -</warn>
523 -
524 <p>
525 -The networkless installation approach only supports stage3 installations. Do not
526 -touch the <e>CHOST</e> variable!
527 +The <c>CHOST</c> variable declares the target build host for your system. This
528 +variable should already be set to the correct value. <brite>Do not edit
529 +it</brite> as that might break your system. If the <c>CHOST</c> variable does
530 +not look correct to you, you might be using the wrong stage3 tarball.
531 </p>
532
533 </body>
534
535
536
537 1.4 +9 -29 xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml
538
539 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml?rev=1.4&content-type=text/x-cvsweb-markup&cvsroot=gentoo
540 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml?rev=1.4&content-type=text/plain&cvsroot=gentoo
541 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml.diff?r1=1.3&r2=1.4&cvsroot=gentoo
542
543 Index: hb-install-x86-medium.xml
544 ===================================================================
545 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v
546 retrieving revision 1.3
547 retrieving revision 1.4
548 diff -u -r1.3 -r1.4
549 --- hb-install-x86-medium.xml 25 Aug 2005 19:53:25 -0000 1.3
550 +++ hb-install-x86-medium.xml 11 Nov 2005 17:27:16 -0000 1.4
551 @@ -4,12 +4,12 @@
552 <!-- The content of this document is licensed under the CC-BY-SA license -->
553 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
554
555 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v 1.3 2005/08/25 19:53:25 neysx Exp $ -->
556 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-x86-medium.xml,v 1.4 2005/11/11 17:27:16 swift Exp $ -->
557
558 <sections>
559
560 -<version>5.1</version>
561 -<date>2005-08-25</date>
562 +<version>5.2</version>
563 +<date>2005-11-11</date>
564
565 <section>
566 <title>Hardware Requirements</title>
567 @@ -60,35 +60,15 @@
568 <body>
569
570 <p>
571 -Gentoo Linux can be installed using one of three <e>stage</e> tarball files. A
572 -stage file is a tarball (compressed archive) that contains a minimal
573 -environment.
574 +Gentoo Linux can be installed using a <e>stage3</e> tarball file.
575 +Such a tarball is an archive that contains a minimal environment from
576 +which you can succesfully install Gentoo Linux onto your system.
577 </p>
578
579 -<ul>
580 - <li>
581 - A stage1 file contains nothing more than a compiler, Portage (Gentoo's
582 - software management system) and a couple of packages on which the
583 - compiler or Portage depends.
584 - </li>
585 - <li>
586 - A stage2 file contains a so-called bootstrapped system, a minimal
587 - environment from which one can start building all other necessary
588 - applications that make a Gentoo environment complete.
589 - </li>
590 - <li>
591 - A stage3 file contains a prebuilt minimal system which is almost fully
592 - deployable. It only lacks a few applications where you, the Gentoo user,
593 - needs to choose which one you want to install.
594 - </li>
595 -</ul>
596 -
597 <p>
598 -We will opt for a stage3 installation throughout this document. If you want to
599 -perform a Gentoo installation using the stage1 or stage2 files, please use the
600 -installation instructions in the <uri
601 -link="/doc/en/handbook/handbook-x86.xml">Gentoo Handbook</uri>. They do
602 -require a working Internet connection though.
603 +Installations using a stage1 or stage2 tarball file are not documented in the
604 +Gentoo Handbook - please read the <uri link="/doc/en/faq.xml#stage12">Gentoo
605 +FAQ</uri> on these matters.
606 </p>
607
608 </body>
609
610
611
612 --
613 gentoo-doc-cvs@g.o mailing list