| … | |
… | |
| 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-x86+amd64-kernel.xml,v 1.40 2011/09/02 19:39:44 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-x86+amd64-kernel.xml,v 1.41 2011/09/03 07:18:27 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | The Linux kernel is the core of every distribution. This chapter |
12 | The Linux kernel is the core of every distribution. This chapter |
| 13 | explains how to configure your kernel. |
13 | explains how to configure your kernel. |
| 14 | </abstract> |
14 | </abstract> |
| 15 | |
15 | |
| 16 | <version>11</version> |
16 | <version>12</version> |
| 17 | <date>2011-09-02</date> |
17 | <date>2011-09-03</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Timezone</title> |
20 | <title>Timezone</title> |
| 21 | <body> |
21 | <body> |
| 22 | |
22 | |
| … | |
… | |
| 381 | |
381 | |
| 382 | <p> |
382 | <p> |
| 383 | Note that, if your boot partition doesn't use ext2 or ext3 as filesystem you |
383 | Note that, if your boot partition doesn't use ext2 or ext3 as filesystem you |
| 384 | might need to manually configure your kernel using <c>genkernel --menuconfig |
384 | might need to manually configure your kernel using <c>genkernel --menuconfig |
| 385 | all</c> and add support for your filesystem <e>in</e> the kernel (i.e. |
385 | all</c> and add support for your filesystem <e>in</e> the kernel (i.e. |
| 386 | <e>not</e> as a module). Users of EVMS2 or LVM2 will probably want to add |
386 | <e>not</e> as a module). Users of LVM2 will probably want to add <c>--lvm2</c> |
| 387 | <c>--evms2</c> or <c>--lvm2</c> as arguments as well. |
387 | as an argument as well. |
| 388 | </p> |
388 | </p> |
| 389 | |
389 | |
| 390 | <pre caption="Running genkernel"> |
390 | <pre caption="Running genkernel"> |
| 391 | # <i>genkernel all</i> |
391 | # <i>genkernel all</i> |
| 392 | </pre> |
392 | </pre> |