| … | |
… | |
| 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.66 2011/05/16 19:11:46 nightmorph 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>11</version> |
16 | <version>13</version> |
| 17 | <date>2011-05-16</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> |
| … | |
… | |
| 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 key: |
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</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> |