| 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.70 2012/06/29 15:57:32 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.71 2012/11/12 21:04:16 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>13</version> |
16 | <version>14</version> |
| 17 | <date>2012-06-29</date> |
17 | <date>2012-11-12</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> |
| … | |
… | |
| 218 | </p> |
218 | </p> |
| 219 | |
219 | |
| 220 | <p> |
220 | <p> |
| 221 | You can download any of the Installation CDs from one of our <uri |
221 | You can download any of the Installation CDs from one of our <uri |
| 222 | link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located in |
222 | link="/main/en/mirrors.xml">mirrors</uri>. The Installation CDs are located in |
| 223 | the <path><keyval id="release-dir"/>current-iso/</path> directory. |
223 | the <path><keyval id="release-dir"/>current-iso/</path> directory. |
| 224 | </p> |
224 | </p> |
| 225 | |
225 | |
| 226 | <p> |
226 | <p> |
| 227 | Inside that directory you'll find ISO files. Those are full CD images which you |
227 | Inside that directory you'll find ISO files. Those are full CD images which you |
| 228 | can write on a CD-R. |
228 | can write on a CD-R. |
| 229 | </p> |
229 | </p> |
| 230 | |
230 | |
| 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 SHA-2 checksum and compare it with the SHA-2 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 SHA-2 |
| 235 | checksum with the <c>md5sum</c> tool under Linux/Unix or <uri |
235 | checksum with the <c>sha512sum</c> tool under Linux/Unix or <uri |
| 236 | link="http://www.etree.org/md5com.html">md5sum</uri> for Windows. |
236 | link="http://www.krylack.com/file-checksum-tool/">File Checksum Tool</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 whose |
242 | <path>.asc</path>). Download the signature file and obtain the public keys whose |
| 243 | key ids can be found on the <uri link="/proj/en/releng/index.xml">release |
243 | key ids can be found on the <uri link="/proj/en/releng/index.xml">release |
| 244 | engineering project site</uri>. |
244 | engineering project site</uri>. |
| 245 | </p> |
245 | </p> |
| 246 | |
246 | |
| 247 | <pre caption="Obtaining the public key"> |
247 | <pre caption="Obtaining the public key"> |
| 248 | <comment>(... Substitute the key ids with those mentioned on the release engineering site ...)</comment> |
248 | <comment>(... Substitute the key ids with those mentioned on the release engineering site ...)</comment> |
| 249 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
249 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
| 250 | </pre> |
250 | </pre> |
| 251 | |
251 | |