| … | |
… | |
| 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-config.xml,v 1.108 2011/10/30 11:56:08 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.109 2012/02/22 21:27:45 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | You need to edit some important configuration files. In this chapter |
12 | You need to edit some important configuration files. In this chapter |
| 13 | you receive an overview of these files and an explanation on how to |
13 | you receive an overview of these files and an explanation on how to |
| 14 | proceed. |
14 | proceed. |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <version>15</version> |
17 | <version>16</version> |
| 18 | <date>2011-10-30</date> |
18 | <date>2012-02-22</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Filesystem Information</title> |
21 | <title>Filesystem Information</title> |
| 22 | <subsection> |
22 | <subsection> |
| 23 | <title>What is fstab?</title> |
23 | <title>What is fstab?</title> |
| … | |
… | |
| 500 | |
500 | |
| 501 | <p> |
501 | <p> |
| 502 | You should define the timezone that you previously copied to |
502 | You should define the timezone that you previously copied to |
| 503 | <path>/etc/localtime</path> in the <path>/etc/timezone</path> file so that |
503 | <path>/etc/localtime</path> in the <path>/etc/timezone</path> file so that |
| 504 | further upgrades of the <c>sys-libs/timezone-data</c> package can update |
504 | further upgrades of the <c>sys-libs/timezone-data</c> package can update |
| 505 | <path>/etc/localtime</path> automatically. For instance, if you used the GMT |
505 | <path>/etc/localtime</path> automatically. For instance, if you used the |
| 506 | timezone, you would write <c>GMT</c> in the <path>/etc/timezone</path> file. |
506 | Europe/Brussels timezone, you would write <c>Europe/Brussels</c> in the |
|
|
507 | <path>/etc/timezone</path> file. |
| 507 | </p> |
508 | </p> |
| 508 | |
509 | |
| 509 | <p test="not(func:keyval('arch')='PPC64')"> |
510 | <p test="not(func:keyval('arch')='PPC64')"> |
| 510 | Please continue with <uri link="?part=1&chap=9">Installing Necessary System |
511 | Please continue with <uri link="?part=1&chap=9">Installing Necessary System |
| 511 | Tools</uri>. |
512 | Tools</uri>. |