| … | |
… | |
| 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.70 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>11</version> |
16 | <version>13</version> |
| 17 | <date>2011-05-16</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> |
| … | |
… | |
| 150 | <title>Gentoo Minimal Installation CD</title> |
150 | <title>Gentoo Minimal Installation CD</title> |
| 151 | <body> |
151 | <body> |
| 152 | |
152 | |
| 153 | <p> |
153 | <p> |
| 154 | The Minimal Installation CD is called <c><keyval id="min-cd-name"/></c> and |
154 | The Minimal Installation CD is called <c><keyval id="min-cd-name"/></c> and |
| 155 | takes up only <keyval id="min-cd-size"/> MB of diskspace. You can use this |
155 | takes up around <keyval id="min-cd-size"/> MB of diskspace. You can use this |
| 156 | Installation CD to install Gentoo, but <e>only</e> with a working Internet |
156 | Installation CD to install Gentoo, but <e>only</e> with a working Internet |
| 157 | connection. |
157 | connection. |
| 158 | </p> |
158 | </p> |
| 159 | <!-- |
159 | <!-- |
| 160 | <table> |
160 | <table> |
| … | |
… | |
| 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 whose |
|
|
243 | key ids can be found on the <uri link="/proj/en/releng/index.xml">release |
|
|
244 | engineering project site</uri>. |
| 243 | </p> |
245 | </p> |
| 244 | |
246 | |
| 245 | <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> |
| 246 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 2D182910</i> |
249 | $ <i>gpg --keyserver subkeys.pgp.net --recv-keys 96D8BF6D 2D182910 17072058</i> |
| 247 | </pre> |
250 | </pre> |
| 248 | |
251 | |
| 249 | <p> |
252 | <p> |
| 250 | Now verify the signature: |
253 | Now verify the signature: |
| 251 | </p> |
254 | </p> |