| 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.55 2007/05/07 18:11:41 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-medium.xml,v 1.56 2007/06/30 00:50:26 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>8.0</version> |
11 | <version>8.1</version> |
| 12 | <date>2007-05-07</date> |
12 | <date>2007-06-29</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Hardware Requirements</title> |
15 | <title>Hardware Requirements</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Introduction</title> |
17 | <title>Introduction</title> |
| 18 | <body> |
18 | <body> |
| 19 | |
19 | |
| 20 | <p> |
20 | <p> |
| 21 | Before we start, we first list what hardware requirements you need to |
21 | Before we start, we first list what hardware requirements you need to |
| 22 | successfully install Gentoo on your box. |
22 | successfully install Gentoo on your box. |
| 23 | </p> |
23 | </p> |
| 24 | |
24 | |
| 25 | </body> |
25 | </body> |
| 26 | </subsection> |
26 | </subsection> |
| 27 | <subsection> |
27 | <subsection> |
| … | |
… | |
| 204 | |
204 | |
| 205 | <p> |
205 | <p> |
| 206 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
206 | To burn the downloaded ISO(s), you have to select raw-burning. How you |
| 207 | do this is highly program-dependent. We will discuss <c>cdrecord</c> and |
207 | do this is highly program-dependent. We will discuss <c>cdrecord</c> and |
| 208 | <c>K3B</c> here; more information can be found in our <uri |
208 | <c>K3B</c> here; more information can be found in our <uri |
| 209 | link="/doc/en/faq.xml#isoburning">Gentoo FAQ</uri>. |
209 | link="/doc/en/faq.xml#isoburning">Gentoo FAQ</uri>. |
| 210 | </p> |
210 | </p> |
| 211 | |
211 | |
| 212 | <ul> |
212 | <ul> |
| 213 | <li> |
213 | <li> |
| 214 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc <downloaded iso |
214 | With cdrecord, you simply type <c>cdrecord dev=/dev/hdc <downloaded iso |
| 215 | file></c> (replace <path>/dev/hdc</path> with your CD-RW drive's device |
215 | file></c> (replace <path>/dev/hdc</path> with your CD-RW drive's device |
| 216 | path). |
216 | path). |
| 217 | </li> |
217 | </li> |
| 218 | <li> |
218 | <li> |
| 219 | With K3B, select <c>Tools</c> > <c>CD</c> > <c>Burn Image</c>. Then |
219 | With K3B, select <c>Tools</c> > <c>Burn CD Image</c>. Then you can locate |
| 220 | you can locate your ISO file within the 'Image to Burn' area. Finally click |
220 | your ISO file within the 'Image to Burn' area. Finally click <c>Start</c>. |
| 221 | <c>Start</c>. |
|
|
| 222 | </li> |
221 | </li> |
| 223 | </ul> |
222 | </ul> |
| 224 | |
223 | |
| 225 | </body> |
224 | </body> |
| 226 | </subsection> |
225 | </subsection> |
| 227 | <subsection> |
226 | <subsection> |
| 228 | <title>Default: Booting the Installation CD with Yaboot</title> |
227 | <title>Default: Booting the Installation CD with Yaboot</title> |
| 229 | <body> |
228 | <body> |
| 230 | |
229 | |
| 231 | <p> |
230 | <p> |
| 232 | On NewWorld machines place the Installation CD in the CD-ROM and reboot the |
231 | On NewWorld machines place the Installation CD in the CD-ROM and reboot the |
| 233 | system. When the system-start-bell sounds, simply hold down the 'C' until the |
232 | system. When the system-start-bell sounds, simply hold down the 'C' until the |
| 234 | CD loads. |
233 | CD loads. |
| 235 | </p> |
234 | </p> |
| 236 | |
235 | |