| … | |
… | |
| 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-x86+amd64-medium.xml,v 1.20 2011/08/23 16:20:55 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.21 2011/10/09 09:49:24 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>8</version> |
16 | <version>9</version> |
| 17 | <date>2011-08-23</date> |
17 | <date>2011-10-09</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> |
| … | |
… | |
| 275 | </p> |
275 | </p> |
| 276 | |
276 | |
| 277 | <p> |
277 | <p> |
| 278 | Another way to check the validity of the downloaded file is to use GnuPG to |
278 | Another way to check the validity of the downloaded file is to use GnuPG to |
| 279 | verify the cryptographic signature that we provide (the file ending with |
279 | verify the cryptographic signature that we provide (the file ending with |
| 280 | <path>.asc</path>). Download the signature file and obtain the public key: |
280 | <path>.asc</path>). Download the signature file and obtain the public keys: |
| 281 | </p> |
281 | </p> |
| 282 | |
282 | |
| 283 | <pre caption="Obtaining the public key"> |
283 | <pre caption="Obtaining the public key"> |
| 284 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i> |
284 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910 17072058</i> |
| 285 | </pre> |
285 | </pre> |
| 286 | |
286 | |
| 287 | <p> |
287 | <p> |
| 288 | Now verify the signature: |
288 | Now verify the signature: |
| 289 | </p> |
289 | </p> |