| … | |
… | |
| 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.24 2012/02/26 09:49:46 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-medium.xml,v 1.25 2012/06/29 15:57:32 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>2012-02-26</date> |
17 | <date>2012-06-29</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 keys: |
280 | <path>.asc</path>). Download the signature file and obtain the public keys whose |
|
|
281 | key ids can be found on the <uri link="/proj/en/releng/index.xml">release |
|
|
282 | engineering project site</uri>. |
| 281 | </p> |
283 | </p> |
| 282 | |
284 | |
| 283 | <pre caption="Obtaining the public key"> |
285 | <pre caption="Obtaining the public key"> |
|
|
286 | <comment>(... Substitute the key ids with those mentioned on the release engineering site ...)</comment> |
| 284 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
287 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
| 285 | </pre> |
288 | </pre> |
| 286 | |
289 | |
| 287 | <p> |
290 | <p> |
| 288 | Now verify the signature: |
291 | Now verify the signature: |