| … | |
… | |
| 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-kernel.xml,v 1.64 2010/09/05 01:57:09 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.65 2011/08/03 08:22:56 jkt Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | The Linux kernel is the core of every distribution. This chapter |
12 | The Linux kernel is the core of every distribution. This chapter |
| 13 | explains how to configure your kernel. |
13 | explains how to configure your kernel. |
| 14 | </abstract> |
14 | </abstract> |
| 15 | |
15 | |
| 16 | <version>10.3</version> |
16 | <version>11</version> |
| 17 | <date>2010-09-04</date> |
17 | <date>2011-08-03</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Timezone</title> |
20 | <title>Timezone</title> |
| 21 | <body> |
21 | <body> |
| 22 | |
22 | |
| … | |
… | |
| 404 | # <i>genkernel --genzimage all</i> |
404 | # <i>genkernel --genzimage all</i> |
| 405 | </pre> |
405 | </pre> |
| 406 | |
406 | |
| 407 | <p> |
407 | <p> |
| 408 | Once <c>genkernel</c> completes, a kernel, full set of modules and |
408 | Once <c>genkernel</c> completes, a kernel, full set of modules and |
| 409 | <e>initial root disk</e> (initrd) will be created. We will use the kernel |
409 | <e>initial ram disk</e> (initrd) will be created. We will use the kernel |
| 410 | and initrd when configuring a boot loader later in this document. Write |
410 | and initrd when configuring a boot loader later in this document. Write |
| 411 | down the names of the kernel and initrd as you will need them when writing |
411 | down the names of the kernel and initrd as you will need them when writing |
| 412 | the bootloader configuration file. The initrd will be started immediately after |
412 | the bootloader configuration file. The initrd will be started immediately after |
| 413 | booting to perform hardware autodetection (just like on the Installation CD) |
413 | booting to perform hardware autodetection (just like on the Installation CD) |
| 414 | before your "real" system starts up. Be sure to also copy down the required |
414 | before your "real" system starts up. Be sure to also copy down the required |