| … | |
… | |
| 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-ppc-kernel.xml,v 1.68 2011/09/03 07:18:27 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-ppc-kernel.xml,v 1.69 2012/02/22 21:27:45 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>13</version> |
16 | <version>14</version> |
| 17 | <date>2011-09-02</date> |
17 | <date>2012-02-22</date> |
| 18 | |
18 | |
| 19 | <section> |
19 | <section> |
| 20 | <title>Timezone</title> |
20 | <title>Timezone</title> |
| 21 | <body> |
21 | <body> |
| 22 | |
22 | |
| … | |
… | |
| 29 | GMT+8. |
29 | GMT+8. |
| 30 | </p> |
30 | </p> |
| 31 | |
31 | |
| 32 | <pre caption="Setting the timezone information"> |
32 | <pre caption="Setting the timezone information"> |
| 33 | # <i>ls /usr/share/zoneinfo</i> |
33 | # <i>ls /usr/share/zoneinfo</i> |
| 34 | <comment>(Suppose you want to use GMT)</comment> |
34 | <comment>(Suppose you want to use Europe/Brussels)</comment> |
| 35 | # <i>cp /usr/share/zoneinfo/GMT /etc/localtime</i> |
35 | # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i> |
|
|
36 | <comment>(Next set the timezone)</comment> |
|
|
37 | # <i>echo "Europe/Brussels" > /etc/timezone</i> |
| 36 | </pre> |
38 | </pre> |
| 37 | |
39 | |
| 38 | </body> |
40 | </body> |
| 39 | </section> |
41 | </section> |
| 40 | <section> |
42 | <section> |