| 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-ppc-medium.xml,v 1.17 2004/07/26 09:04:42 dertobi123 Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.18 2004/07/26 15:10:38 dertobi123 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> |
| … | |
… | |
| 400 | </p> |
400 | </p> |
| 401 | |
401 | |
| 402 | <p> |
402 | <p> |
| 403 | In case you wonder if your downloaded file is corrupted or not, you can |
403 | In case you wonder if your downloaded file is corrupted or not, you can |
| 404 | check its MD5 checksum and compare it with the MD5 checksum we provide (such as |
404 | check its MD5 checksum and compare it with the MD5 checksum we provide (such as |
| 405 | <path>install-ppc-minimal-2004.2.iso.md5</path>). You can check the MD5 checksum |
405 | <path>install-ppc-minimal-2004.2.iso.md5</path>). You can check the MD5 checksum |
| 406 | with the <c>md5sum</c> tool under Linux/Unix or <uri |
406 | with the <c>md5sum</c> tool under Linux/Unix or <uri |
| 407 | link="http://www.etree.org/md5com.html">md5sum</uri> for Windows. |
407 | link="http://www.etree.org/md5com.html">md5sum</uri> for Windows. |
| 408 | </p> |
408 | </p> |
| 409 | |
409 | |
| 410 | <p> |
410 | <p> |
| 411 | As long as Mac OS X does not support <c>md5sum</c> you have to use the md5 |
411 | As long as Mac OS X does not support <c>md5sum</c> you have to use the md5 |
| 412 | capability of <c>openssl</c>. Therefore type in Terminal.app: |
412 | capability of <c>openssl</c>. Therefore type in Terminal.app: |
| 413 | </p> |
413 | </p> |
| 414 | |
414 | |
| 415 | <pre caption="md5sum with the help of upenssl"> |
415 | <pre caption="md5sum with the help of openssl"> |
| 416 | $ <i>openssl md5 /path/to/iso</i> |
416 | $ <i>openssl md5 /path/to/iso</i> |
| 417 | <comment>This could take some time depending of the size of the ISO and your CPU</comment> |
417 | <comment>This could take some time depending of the size of the ISO and your CPU</comment> |
| 418 | </pre> |
418 | </pre> |
| 419 | |
419 | |
| 420 | <p> |
420 | <p> |
| 421 | Now compare this output with the appropriate file found on the server where you |
421 | Now compare this output with the appropriate file found on the server where you |
| 422 | downloaded the ISO (the file will end with .md5). If it is the same, the ISO |
422 | downloaded the ISO (the file will end with .md5). If it is the same, the ISO |
| 423 | image downloaded correctly. Be sure you have not mounted it (e.g. with Disk |
423 | image downloaded correctly. Be sure you have not mounted it (e.g. with Disk |
| 424 | Copy) yet! |
424 | Copy) yet! |
| 425 | </p> |
425 | </p> |
| 426 | |
426 | |
| 427 | <p> |
427 | <p> |
| 428 | More information are available in our <uri |
428 | More information are available in our <uri |
| 429 | link="/doc/en/gentoo-ppc-faq.xml">PPC FAQ.</uri> |
429 | link="/doc/en/gentoo-ppc-faq.xml">PPC FAQ.</uri> |
| 430 | </p> |
430 | </p> |