… | |
… | |
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-kernel.xml,v 1.36 2011/08/03 08:22:56 jkt Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.37 2011/08/12 19:05:02 swift 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>8</version> |
16 | <version>9</version> |
17 | <date>2011-08-03</date> |
17 | <date>2011-08-12</date> |
18 | |
18 | |
19 | <section> |
19 | <section> |
20 | <title>Timezone</title> |
20 | <title>Timezone</title> |
21 | <body> |
21 | <body> |
22 | |
22 | |
… | |
… | |
401 | # <i>genkernel all</i> |
401 | # <i>genkernel all</i> |
402 | </pre> |
402 | </pre> |
403 | |
403 | |
404 | <p> |
404 | <p> |
405 | Once <c>genkernel</c> completes, a kernel, full set of modules and |
405 | Once <c>genkernel</c> completes, a kernel, full set of modules and |
406 | <e>initial ram disk</e> (initrd) will be created. We will use the kernel |
406 | <e>initial ram disk</e> (initramfs) will be created. We will use the kernel |
407 | and initrd when configuring a boot loader later in this document. Write |
407 | and initrd when configuring a boot loader later in this document. Write |
408 | down the names of the kernel and initrd as you will need it when writing |
408 | down the names of the kernel and initrd as you will need it when writing |
409 | the bootloader configuration file. The initrd will be started immediately after |
409 | the bootloader configuration file. The initrd will be started immediately after |
410 | booting to perform hardware autodetection (just like on the Installation CD) |
410 | booting to perform hardware autodetection (just like on the Installation CD) |
411 | before your "real" system starts up. |
411 | before your "real" system starts up. |