| … | |
… | |
| 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-alpha-kernel.xml,v 1.36 2007/02/26 08:54:53 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.37 2007/03/13 00:30:09 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>7.2</version> |
11 | <version>7.3</version> |
| 12 | <date>2007-02-26</date> |
12 | <date>2007-03-12</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 396 | </p> |
396 | </p> |
| 397 | |
397 | |
| 398 | <pre caption="Checking the created kernel image name and initrd"> |
398 | <pre caption="Checking the created kernel image name and initrd"> |
| 399 | # <i>ls /boot/kernel* /boot/initramfs-*</i> |
399 | # <i>ls /boot/kernel* /boot/initramfs-*</i> |
| 400 | </pre> |
400 | </pre> |
| 401 | |
|
|
| 402 | <p> |
|
|
| 403 | Now, let's perform one more step to get our system to be more like the |
|
|
| 404 | Installation CD -- let's emerge <c>coldplug</c>. While the initrd autodetects |
|
|
| 405 | hardware that is needed to boot your system, <c>coldplug</c> autodetects |
|
|
| 406 | everything else. To emerge and enable <c>coldplug</c>, type the following: |
|
|
| 407 | </p> |
|
|
| 408 | |
|
|
| 409 | <pre caption="Emerging and enabling coldplug"> |
|
|
| 410 | # <i>emerge coldplug</i> |
|
|
| 411 | # <i>rc-update add coldplug boot</i> |
|
|
| 412 | </pre> |
|
|
| 413 | |
|
|
| 414 | <note> |
|
|
| 415 | You no longer need to emerge <c>coldplug</c> if you're using <c>udev</c> version |
|
|
| 416 | 103 and higher. If you receive a message that <c>udev</c> blocks <c>coldplug</c> |
|
|
| 417 | from being installed, then you don't need to install <c>coldplug</c>. |
|
|
| 418 | </note> |
|
|
| 419 | |
401 | |
| 420 | </body> |
402 | </body> |
| 421 | </section> |
403 | </section> |
| 422 | <section id="kernel_modules"> |
404 | <section id="kernel_modules"> |
| 423 | <title>Installing Separate Kernel Modules</title> |
405 | <title>Installing Separate Kernel Modules</title> |