| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.26 2005/02/14 15:51:45 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-medium.xml,v 1.27 2005/02/14 15:55:13 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.21</version> |
11 | <version>1.22</version> |
| 12 | <date>2005-01-07</date> |
12 | <date>2005-02-14</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Hardware Requirements</title> |
15 | <title>Hardware Requirements</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Introduction</title> |
17 | <title>Introduction</title> |
| 18 | <body> |
18 | <body> |
| 19 | |
19 | |
| 20 | <p> |
20 | <p> |
| 21 | Before we start, we first list what hardware requirements you need to |
21 | Before we start, we first list what hardware requirements you need to |
| 22 | successfully install Gentoo on your box. |
22 | successfully install Gentoo on your box. |
| 23 | </p> |
23 | </p> |
| 24 | |
24 | |
| 25 | </body> |
25 | </body> |
| 26 | </subsection> |
26 | </subsection> |
| 27 | <subsection> |
27 | <subsection> |
| … | |
… | |
| 359 | <pre caption="Verify the cryptographic signature"> |
359 | <pre caption="Verify the cryptographic signature"> |
| 360 | $ <i>gpg --verify <signature file> <downloaded iso></i> |
360 | $ <i>gpg --verify <signature file> <downloaded iso></i> |
| 361 | </pre> |
361 | </pre> |
| 362 | |
362 | |
| 363 | <p> |
363 | <p> |
| 364 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
364 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
| 365 | do this is highly program-dependent. We will discuss <c>cdrecord</c> and |
365 | do this is highly program-dependent. We will discuss <c>cdrecord</c> and |
| 366 | <c>K3B</c> here; more information can be found in our <uri |
366 | <c>K3B</c> here; more information can be found in our <uri |
| 367 | link="/doc/en/faq.xml#isoburning">Gentoo FAQ</uri>. |
367 | link="/doc/en/faq.xml#isoburning">Gentoo FAQ</uri>. |
| 368 | </p> |
368 | </p> |
| 369 | |
369 | |
| 370 | <ul> |
370 | <ul> |
| 371 | <li> |
371 | <li> |
| 372 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc <downloaded iso |
372 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc <downloaded iso |
| 373 | file></c> (replace <path>/dev/hdc</path> with your CD-RW drive's |
373 | file></c> (replace <path>/dev/hdc</path> with your CD-RW drive's |
| 374 | device path) followed by the path to the ISO file :) |
374 | device path). |
| 375 | </li> |
375 | </li> |
| 376 | <li> |
376 | <li> |
| 377 | With K3B, select <c>Tools</c> > <c>CD</c> > <c>Burn Image</c>. Then |
377 | With K3B, select <c>Tools</c> > <c>CD</c> > <c>Burn Image</c>. Then |
| 378 | you can locate your ISO file within the 'Image to Burn' area. Finally click |
378 | you can locate your ISO file within the 'Image to Burn' area. Finally click |
| 379 | <c>Start</c>. |
379 | <c>Start</c>. |
| 380 | </li> |
380 | </li> |
| 381 | </ul> |
381 | </ul> |
| 382 | |
382 | |
| 383 | </body> |
383 | </body> |
| 384 | </subsection> |
384 | </subsection> |
| 385 | <subsection> |
385 | <subsection> |
| 386 | <title>Booting the LiveCD</title> |
386 | <title>Booting the LiveCD</title> |
| 387 | <body> |
387 | <body> |
| 388 | |
388 | |
| 389 | <p> |
389 | <p> |