| … | |
… | |
| 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.81 2006/08/30 22:52:28 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.83 2006/09/08 10:53:26 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>7.0</version> |
11 | <version>7.2</version> |
| 12 | <date>2006-08-30</date> |
12 | <date>2006-09-08</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Filesystem Information</title> |
15 | <title>Filesystem Information</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>What is fstab?</title> |
17 | <title>What is fstab?</title> |
| … | |
… | |
| 266 | commented example that covers many different configurations is available in |
266 | commented example that covers many different configurations is available in |
| 267 | <path>/etc/conf.d/net.example</path>. |
267 | <path>/etc/conf.d/net.example</path>. |
| 268 | </p> |
268 | </p> |
| 269 | |
269 | |
| 270 | <p> |
270 | <p> |
| 271 | DHCP is used by default and does not require any further configuration. |
271 | DHCP is used by default. For DHCP to work, you will need to install a DHCP |
|
|
272 | client. This is described later in <uri |
|
|
273 | link="?part=1&chap=9#networking-tools">Installing Necessary System |
|
|
274 | Tools</uri>. Do not forget to install a DHCP client. |
| 272 | </p> |
275 | </p> |
| 273 | |
276 | |
| 274 | <p> |
277 | <p> |
| 275 | If you need to configure your network connection either because you need |
278 | If you need to configure your network connection either because you need |
| 276 | specific DHCP options or because you do not use DHCP at all, open |
279 | specific DHCP options or because you do not use DHCP at all, open |
| … | |
… | |
| 509 | <pre caption="Opening /etc/conf.d/clock"> |
512 | <pre caption="Opening /etc/conf.d/clock"> |
| 510 | # <i>nano -w /etc/conf.d/clock</i> |
513 | # <i>nano -w /etc/conf.d/clock</i> |
| 511 | </pre> |
514 | </pre> |
| 512 | |
515 | |
| 513 | <p> |
516 | <p> |
| 514 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
517 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> |
| 515 | the file. Otherwise you will notice some clock skew. Furthermore, Windows |
518 | to the file. Otherwise you will notice some clock skew. |
| 516 | assumes that your hardware clock uses local time, so if you want to dualboot, |
|
|
| 517 | you should set this variable appropriately, otherwise your clock will go crazy. |
|
|
| 518 | </p> |
519 | </p> |
| 519 | |
520 | |
| 520 | <p> |
521 | <p> |
| 521 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
522 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
| 522 | exit. |
523 | exit. |