| … | |
… | |
| 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/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.13 2004/11/20 22:23:30 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.14 2004/11/26 22:24:15 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>1.10</version> |
11 | <version>1.11</version> |
| 12 | <date>2004-10-20</date> |
12 | <date>2004-11-26</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 411 | # <i>ls /boot/kernel* /boot/initrd*</i> |
411 | # <i>ls /boot/kernel* /boot/initrd*</i> |
| 412 | </pre> |
412 | </pre> |
| 413 | |
413 | |
| 414 | <p> |
414 | <p> |
| 415 | Now, let's perform one more step to get our system to be more like the Live |
415 | Now, let's perform one more step to get our system to be more like the Live |
| 416 | CD -- let's emerge <c>hotplug</c>. While the initrd autodetects hardware that |
416 | CD -- let's emerge <c>coldplug</c>. While the initrd autodetects hardware that |
| 417 | is needed to boot your system, <c>hotplug</c> autodetects everything else. |
417 | is needed to boot your system, <c>coldplug</c> autodetects everything else. |
| 418 | To emerge and enable <c>hotplug</c>, type the following: |
418 | To emerge and enable <c>coldplug</c>, type the following: |
| 419 | </p> |
419 | </p> |
| 420 | |
420 | |
| 421 | <pre caption="Emerging and enabling hotplug"> |
421 | <pre caption="Emerging and enabling coldplug"> |
| 422 | # <i>emerge hotplug</i> |
422 | # <i>emerge coldplug</i> |
| 423 | # <i>rc-update add hotplug default</i> |
423 | # <i>rc-update add coldplug default</i> |
| 424 | </pre> |
424 | </pre> |
| 425 | |
425 | |
| 426 | </body> |
426 | </body> |
| 427 | </section> |
427 | </section> |
| 428 | <section id="kernel_modules"> |
428 | <section id="kernel_modules"> |