| 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/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.67 2011/10/09 09:49:24 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.68 2011/11/27 18:17:23 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | You can install Gentoo in many ways. This chapter explains how to install |
12 | You can install Gentoo in many ways. This chapter explains how to install |
| 13 | Gentoo using the minimal Installation CD. |
13 | Gentoo using the minimal Installation CD. |
| 14 | </abstract> |
14 | </abstract> |
| 15 | |
15 | |
| 16 | <version>12</version> |
16 | <version>13</version> |
| 17 | <date>2011-10-09</date> |
17 | <date>2011-11-27</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Hardware Requirements</title> |
20 | <title>Hardware Requirements</title> |
| 21 | <subsection> |
21 | <subsection> |
| 22 | <title>Introduction</title> |
22 | <title>Introduction</title> |
| 23 | <body> |
23 | <body> |
| 24 | |
24 | |
| 25 | <p> |
25 | <p> |
| 26 | Before we start, we first list what hardware requirements you need to |
26 | Before we start, we first list what hardware requirements you need to |
| 27 | successfully install Gentoo on your box. |
27 | successfully install Gentoo on your box. |
| 28 | </p> |
28 | </p> |
| 29 | |
29 | |
| 30 | </body> |
30 | </body> |
| 31 | </subsection> |
31 | </subsection> |
| 32 | <subsection> |
32 | <subsection> |
| … | |
… | |
| 231 | <p> |
231 | <p> |
| 232 | In case you wonder if your downloaded file is corrupted or not, you can check |
232 | In case you wonder if your downloaded file is corrupted or not, you can check |
| 233 | its MD5 checksum and compare it with the MD5 checksum we provide (such as |
233 | its MD5 checksum and compare it with the MD5 checksum we provide (such as |
| 234 | <path><keyval id="min-cd-name"/>.DIGESTS</path>). You can check the MD5 |
234 | <path><keyval id="min-cd-name"/>.DIGESTS</path>). You can check the MD5 |
| 235 | checksum with the <c>md5sum</c> tool under Linux/Unix or <uri |
235 | checksum with the <c>md5sum</c> tool under Linux/Unix or <uri |
| 236 | link="http://www.etree.org/md5com.html">md5sum</uri> for Windows. |
236 | link="http://www.etree.org/md5com.html">md5sum</uri> for Windows. |
| 237 | </p> |
237 | </p> |
| 238 | |
238 | |
| 239 | <p> |
239 | <p> |
| 240 | Another way to check the validity of the downloaded file is to use GnuPG to |
240 | Another way to check the validity of the downloaded file is to use GnuPG to |
| 241 | verify the cryptographic signature that we provide (the file ending with |
241 | verify the cryptographic signature that we provide (the file ending with |
| 242 | <path>.asc</path>). Download the signature file and obtain the public keys: |
242 | <path>.asc</path>). Download the signature file and obtain the public keys: |
| 243 | </p> |
243 | </p> |
| 244 | |
244 | |
| 245 | <pre caption="Obtaining the public key"> |
245 | <pre caption="Obtaining the public key"> |
| 246 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910 17072058</i> |
246 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
| 247 | </pre> |
247 | </pre> |
| 248 | |
248 | |
| 249 | <p> |
249 | <p> |
| 250 | Now verify the signature: |
250 | Now verify the signature: |
| 251 | </p> |
251 | </p> |
| 252 | |
252 | |
| 253 | <pre caption="Verify the files"> |
253 | <pre caption="Verify the files"> |
| 254 | <comment>(Verify the cryptographic signature)</comment> |
254 | <comment>(Verify the cryptographic signature)</comment> |
| 255 | $ <i>gpg --verify <downloaded iso.DIGESTS.asc></i> |
255 | $ <i>gpg --verify <downloaded iso.DIGESTS.asc></i> |
| 256 | <comment>(Verify the checksum)</comment> |
256 | <comment>(Verify the checksum)</comment> |
| 257 | $ <i>sha1sum -c <downloaded iso.DIGESTS.asc></i> |
257 | $ <i>sha1sum -c <downloaded iso.DIGESTS.asc></i> |
| 258 | </pre> |
258 | </pre> |
| 259 | |
259 | |
| 260 | <p> |
260 | <p> |
| 261 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
261 | To burn the downloaded ISO(s), you have to select raw-burning. How you |