| … | |
… | |
| 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.8 2007/02/26 08:54:53 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.9 2007/03/13 00:30:09 nightmorph 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>4.2</version> |
16 | <version>4.3</version> |
| 17 | <date>2007-02-26</date> |
17 | <date>2007-03-12</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Timezone</title> |
20 | <title>Timezone</title> |
| 21 | <body> |
21 | <body> |
| 22 | |
22 | |
| … | |
… | |
| 503 | |
503 | |
| 504 | <pre caption="Checking the created kernel image name and initrd"> |
504 | <pre caption="Checking the created kernel image name and initrd"> |
| 505 | # <i>ls /boot/kernel* /boot/initramfs*</i> |
505 | # <i>ls /boot/kernel* /boot/initramfs*</i> |
| 506 | </pre> |
506 | </pre> |
| 507 | |
507 | |
| 508 | <p> |
|
|
| 509 | Now, let's perform one more step to get our system to be more like the |
|
|
| 510 | Installation CD -- let's emerge <c>coldplug</c>. While the initrd autodetects |
|
|
| 511 | hardware that is needed to boot your system, <c>coldplug</c> autodetects |
|
|
| 512 | everything else. To emerge and enable <c>coldplug</c>, type the following: |
|
|
| 513 | </p> |
|
|
| 514 | |
|
|
| 515 | <pre caption="Emerging and enabling coldplug"> |
|
|
| 516 | # <i>emerge coldplug</i> |
|
|
| 517 | # <i>rc-update add coldplug boot</i> |
|
|
| 518 | </pre> |
|
|
| 519 | |
|
|
| 520 | <note> |
|
|
| 521 | You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version |
|
|
| 522 | 103 and higher. If you receive a message that <c>udev</c> blocks <c>coldplug</c> |
|
|
| 523 | from being installed, then you don't need to install <c>coldplug</c>. |
|
|
| 524 | </note> |
|
|
| 525 | |
|
|
| 526 | </body> |
508 | </body> |
| 527 | </section> |
509 | </section> |
| 528 | <section id="kernel_modules"> |
510 | <section id="kernel_modules"> |
| 529 | <title>Kernel Modules</title> |
511 | <title>Kernel Modules</title> |
| 530 | <subsection> |
512 | <subsection> |