| … | |
… | |
| 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.47 2011/08/03 08:22:56 jkt Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-alpha-kernel.xml,v 1.48 2011/08/12 19:05:02 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>10</version> |
11 | <version>11</version> |
| 12 | <date>2011-08-03</date> |
12 | <date>2011-08-12</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 317 | # <i>genkernel all</i> |
317 | # <i>genkernel all</i> |
| 318 | </pre> |
318 | </pre> |
| 319 | |
319 | |
| 320 | <p> |
320 | <p> |
| 321 | Once <c>genkernel</c> completes, a kernel, full set of modules and <e>initial |
321 | Once <c>genkernel</c> completes, a kernel, full set of modules and <e>initial |
| 322 | ram disk</e> (initrd) will be created. We will use the kernel and initrd when |
322 | ram disk</e> (initramfs) will be created. We will use the kernel and initrd when |
| 323 | configuring a boot loader later in this document. Write down the names of the |
323 | configuring a boot loader later in this document. Write down the names of the |
| 324 | kernel and initrd as you will need it when writing the bootloader configuration |
324 | kernel and initrd as you will need it when writing the bootloader configuration |
| 325 | file. The initrd will be started immediately after booting to perform hardware |
325 | file. The initrd will be started immediately after booting to perform hardware |
| 326 | autodetection (just like on the Installation CD) before your "real" system |
326 | autodetection (just like on the Installation CD) before your "real" system |
| 327 | starts up. |
327 | starts up. |