| … | |
… | |
| 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/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.19 2005/03/28 11:30:52 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.20 2005/03/29 13:48:34 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.00</version> |
11 | <version>2.1</version> |
| 12 | <date>2005-03-28</date> |
12 | <date>2005-03-29</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 358 | |
358 | |
| 359 | <pre caption="Emerging genkernel"> |
359 | <pre caption="Emerging genkernel"> |
| 360 | # <i>emerge genkernel</i> |
360 | # <i>emerge genkernel</i> |
| 361 | </pre> |
361 | </pre> |
| 362 | |
362 | |
|
|
363 | <!-- |
| 363 | <p> |
364 | <p> |
| 364 | Next, copy over the kernel configuration used by the Installation CD to the |
365 | Next, copy over the kernel configuration used by the Installation CD to the |
| 365 | location where genkernel looks for the default kernel configuration: |
366 | location where genkernel looks for the default kernel configuration: |
| 366 | </p> |
367 | </p> |
| 367 | |
368 | |
| 368 | <pre caption="Copying over the Installation CD kernel config"> |
369 | <pre caption="Copying over the Installation CD kernel config"> |
| 369 | # <i>zcat /proc/config.gz > /usr/share/genkernel/ppc/kernel-2.6</i> |
370 | # <i>zcat /proc/config.gz > /usr/share/genkernel/ppc/kernel-2.6</i> |
| 370 | </pre> |
371 | </pre> |
|
|
372 | --> |
| 371 | |
373 | |
| 372 | <p> |
374 | <p> |
| 373 | Now, compile your kernel sources by running <c>genkernel --udev all</c>. |
375 | Now, compile your kernel sources by running <c>genkernel --udev all</c>. |
| 374 | Be aware though, as <c>genkernel</c> compiles a kernel that supports almost all |
376 | Be aware though, as <c>genkernel</c> compiles a kernel that supports almost all |
| 375 | hardware, this compilation will take quite a while to finish! |
377 | hardware, this compilation will take quite a while to finish! |