| … | |
… | |
| 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-hppa-kernel.xml,v 1.47 2010/07/20 00:05:24 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-kernel.xml,v 1.48 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 | |
| … | |
… | |
| 316 | # <i>genkernel all</i> |
316 | # <i>genkernel all</i> |
| 317 | </pre> |
317 | </pre> |
| 318 | |
318 | |
| 319 | <p> |
319 | <p> |
| 320 | Once <c>genkernel</c> completes, a kernel, full set of modules and |
320 | Once <c>genkernel</c> completes, a kernel, full set of modules and |
| 321 | <e>initial root disk</e> (initrd) will be created. We will use the kernel |
321 | <e>initial ram disk</e> (initrd) will be created. We will use the kernel |
| 322 | and initrd when configuring a boot loader later in this document. Write |
322 | and initrd when configuring a boot loader later in this document. Write |
| 323 | down the names of the kernel and initrd as you will need it when writing |
323 | down the names of the kernel and initrd as you will need it when writing |
| 324 | the bootloader configuration file. The initrd will be started immediately after |
324 | the bootloader configuration file. The initrd will be started immediately after |
| 325 | booting to perform hardware autodetection (just like on the Installation CD) |
325 | booting to perform hardware autodetection (just like on the Installation CD) |
| 326 | before your "real" system starts up. |
326 | before your "real" system starts up. |