| 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-sparc-medium.xml,v 1.13 2004/07/09 08:43:40 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.14 2004/07/29 16:21:22 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Hardware Requirements</title> |
11 | <title>Hardware Requirements</title> |
| 12 | <subsection> |
12 | <subsection> |
| 13 | <title>Introduction</title> |
13 | <title>Introduction</title> |
| 14 | <body> |
14 | <body> |
| 15 | |
15 | |
| 16 | <p> |
16 | <p> |
| 17 | Before we start, we first list what hardware requirements you need to |
17 | Before we start, we first list what hardware requirements you need to |
| 18 | successfully install Gentoo on your box. This of course depends on your |
18 | successfully install Gentoo on your box. This of course depends on your |
| 19 | architecture. |
19 | architecture. |
| 20 | </p> |
20 | </p> |
| 21 | |
21 | |
| 22 | </body> |
22 | </body> |
| … | |
… | |
| 389 | link="/main/en/mirrors.xml">mirrors</uri> and go to |
389 | link="/main/en/mirrors.xml">mirrors</uri> and go to |
| 390 | <path>releases/sparc/2004.1/livecd</path> where the LiveCD(s) of |
390 | <path>releases/sparc/2004.1/livecd</path> where the LiveCD(s) of |
| 391 | your choice are located. Inside the subdirectories <path>sparc32/</path> and |
391 | your choice are located. Inside the subdirectories <path>sparc32/</path> and |
| 392 | <path>sparc64/</path> you'll find so-called ISO-files. |
392 | <path>sparc64/</path> you'll find so-called ISO-files. |
| 393 | Those are full CD images which you can write on a CD-R. |
393 | Those are full CD images which you can write on a CD-R. |
| 394 | </p> |
394 | </p> |
| 395 | |
395 | |
| 396 | <p> |
396 | <p> |
| 397 | In case you wonder if your downloaded file is corrupted or not, you can |
397 | In case you wonder if your downloaded file is corrupted or not, you can |
| 398 | check its MD5 checksum and compare it with the MD5 checksum we provide (such as |
398 | check its MD5 checksum and compare it with the MD5 checksum we provide (such as |
| 399 | <path>install-sparc64-minimal-2004.1.iso.md5</path>). You can check the MD5 |
399 | <path>install-sparc64-minimal-2004.1.iso.md5</path>). You can check the MD5 |
| 400 | checksum with the <c>md5sum</c> tool under Linux/Unix or <uri |
400 | checksum with the <c>md5sum</c> tool under Linux/Unix or <uri |
| 401 | link="http://www.etree.org/md5com.html">md5sum</uri> for Windows. |
401 | link="http://www.etree.org/md5com.html">md5sum</uri> for Windows. |
| 402 | </p> |
402 | </p> |
| 403 | |
403 | |
| 404 | <!-- |
|
|
| 405 | <p> |
404 | <p> |
| 406 | Another way to check the validity of the downloaded file is to use GnuPG to |
405 | Another way to check the validity of the downloaded file is to use GnuPG to |
| 407 | verify the cryptographic signature that we provide (the file ending with |
406 | verify the cryptographic signature that we provide (the file ending with |
| 408 | <path>.asc</path>). Download the signature file and obtain the public key: |
407 | <path>.asc</path>). Download the signature file and obtain the public key: |
| 409 | </p> |
408 | </p> |
| 410 | |
409 | |
| 411 | <pre caption="Obtaining the public key"> |
410 | <pre caption="Obtaining the public key"> |
| 412 | $ <i>gpg - -keyserver pgp.mit.edu - -recv-keys 19462D47</i> |
411 | $ <i>gpg --keyserver pgp.mit.edu --recv-keys 17072058</i> |
| 413 | </pre> |
412 | </pre> |
| 414 | |
413 | |
| 415 | <p> |
414 | <p> |
| 416 | Now verify the signature: |
415 | Now verify the signature: |
| 417 | </p> |
416 | </p> |
| 418 | |
417 | |
| 419 | <pre caption="Verify the cryptographic signature"> |
418 | <pre caption="Verify the cryptographic signature"> |
| 420 | $ <i>gpg - -verify <signature file> <downloaded iso></i> |
419 | $ <i>gpg --verify <signature file> <downloaded iso></i> |
| 421 | <comment>(If everything goes well, you should see something like this:)</comment> |
|
|
| 422 | gpg: Signature made Mon Apr 19 18:54:40 2004 EDT using DSA key ID 19462D47 |
|
|
| 423 | gpg: Good signature from "John Davis (Gentoo Linux Developer) <zhen@gentoo.org>" |
|
|
| 424 | gpg: aka "Gentoo Linux Release Engineering <releng@gentoo.org>" |
|
|
| 425 | </pre> |
420 | </pre> |
| 426 | --> |
|
|
| 427 | |
421 | |
| 428 | <p> |
422 | <p> |
| 429 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
423 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
| 430 | do this is highly program-dependent. We will discuss <c>cdrecord</c> and |
424 | do this is highly program-dependent. We will discuss <c>cdrecord</c> and |
| 431 | <c>K3B</c> here; more information can be found in our <uri |
425 | <c>K3B</c> here; more information can be found in our <uri |
| 432 | link="/doc/en/faq.xml#isoburning">Gentoo FAQ</uri>. |
426 | link="/doc/en/faq.xml#isoburning">Gentoo FAQ</uri>. |
| 433 | </p> |
427 | </p> |
| 434 | |
428 | |
| 435 | <ul> |
429 | <ul> |
| 436 | <li> |
430 | <li> |
| 437 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace |
431 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc</c> (replace |
| 438 | <path>/dev/hdc</path> with your CD-RW drive's device path) followed |
432 | <path>/dev/hdc</path> with your CD-RW drive's device path) followed |
| 439 | by the path to the ISO file :) |
433 | by the path to the ISO file :) |
| 440 | </li> |
434 | </li> |
| 441 | <li> |
435 | <li> |