| … | |
… | |
| 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> |
| … | |
… | |
| 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 |