| … | |
… | |
| 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-ia64-kernel.xml,v 1.20 2010/07/20 05:14:55 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ia64-kernel.xml,v 1.21 2011/08/03 08:22:56 jkt Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>10.0</version> |
11 | <version>11</version> |
| 12 | <date>2010-07-19</date> |
12 | <date>2011-08-03</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Timezone</title> |
15 | <title>Timezone</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 308 | # <i>genkernel all</i> |
308 | # <i>genkernel all</i> |
| 309 | </pre> |
309 | </pre> |
| 310 | |
310 | |
| 311 | <p> |
311 | <p> |
| 312 | Once <c>genkernel</c> completes, a kernel, full set of modules and |
312 | Once <c>genkernel</c> completes, a kernel, full set of modules and |
| 313 | <e>initial root disk</e> (initrd) will be created. We will use the kernel |
313 | <e>initial ram disk</e> (initrd) will be created. We will use the kernel |
| 314 | and initrd when configuring a boot loader later in this document. Write |
314 | and initrd when configuring a boot loader later in this document. Write |
| 315 | down the names of the kernel and initrd as you will need it when writing |
315 | down the names of the kernel and initrd as you will need it when writing |
| 316 | the bootloader configuration file. The initrd will be started immediately after |
316 | the bootloader configuration file. The initrd will be started immediately after |
| 317 | booting to perform hardware autodetection (just like on the Installation CD) |
317 | booting to perform hardware autodetection (just like on the Installation CD) |
| 318 | before your "real" system starts up. |
318 | before your "real" system starts up. |