| 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.9 2004/05/09 10:40:15 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-sparc-medium.xml,v 1.10 2004/05/09 12:30:05 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> |
| … | |
… | |
| 388 | Visit one of our <uri |
388 | Visit one of our <uri |
| 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.md5summer.org">md5summer</uri> for Windows. |
401 | link="http://www.md5summer.org">md5summer</uri> for Windows. |
| 402 | </p> |
402 | </p> |
|
|
403 | |
|
|
404 | <p> |
|
|
405 | Another way to check the validity of the downloaded file is to use GnuPG to |
|
|
406 | verify the cryptographic signature that we provide (the file ending with |
|
|
407 | <path>.asc</path>). Download the signature file and obtain the public key: |
|
|
408 | </p> |
|
|
409 | |
|
|
410 | <pre caption="Obtaining the public key"> |
|
|
411 | $ <i>gpg --keyserver pgp.mit.edu --recv-keys 19462D47</i> |
|
|
412 | </pre> |
|
|
413 | |
|
|
414 | <p> |
|
|
415 | Now verify the signature: |
|
|
416 | </p> |
|
|
417 | |
|
|
418 | <pre caption="Verify the cryptographic signature"> |
|
|
419 | $ <i>gpg --verify <signature file> <downloaded iso></i> |
|
|
420 | <comment>(If everything goes well, you should see something like this:)</comment> |
|
|
421 | gpg: Signature made Mon Apr 19 18:54:40 2004 EDT using DSA key ID 19462D47 |
|
|
422 | gpg: Good signature from "John Davis (Gentoo Linux Developer) <zhen@gentoo.org>" |
|
|
423 | gpg: aka "Gentoo Linux Release Engineering <releng@gentoo.org>" |
|
|
424 | </pre> |
| 403 | |
425 | |
| 404 | <p> |
426 | <p> |
| 405 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
427 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
| 406 | do this is highly program-dependent. We will discuss a couple of popular |
428 | do this is highly program-dependent. We will discuss a couple of popular |
| 407 | tools on how to do this. |
429 | tools on how to do this. |
| 408 | </p> |
430 | </p> |
| 409 | |
431 | |
| 410 | <ul> |
432 | <ul> |
| 411 | <li> |
433 | <li> |
| 412 | With EasyCD Creator you select <c>File</c>, <c>Record CD |
434 | With EasyCD Creator you select <c>File</c>, <c>Record CD |
| 413 | from CD image</c>. Then you change the <c>Files of type</c> to <c>ISO image |
435 | from CD image</c>. Then you change the <c>Files of type</c> to <c>ISO image |
| 414 | file</c>. Then locate the ISO file and click <c>Open</c>. When you click on |
436 | file</c>. Then locate the ISO file and click <c>Open</c>. When you click on |
| 415 | <c>Start recording</c> the ISO image will be burned correctly onto the CD-R. |
437 | <c>Start recording</c> the ISO image will be burned correctly onto the CD-R. |
| 416 | </li> |
438 | </li> |
| 417 | <li> |
439 | <li> |