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