| … | |
… | |
| 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.72 2005/08/15 09:00:27 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.74 2005/11/19 09:31:05 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.13</version> |
11 | <version>2.15</version> |
| 12 | <date>2005-08-15</date> |
12 | <date>2005-11-19</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> |
| … | |
… | |
| 275 | To enter your own IP address, netmask and gateway, you need |
275 | To enter your own IP address, netmask and gateway, you need |
| 276 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
276 | to set both <c>config_eth0</c> and <c>routes_eth0</c>: |
| 277 | </p> |
277 | </p> |
| 278 | |
278 | |
| 279 | <pre caption="Manually setting IP information for eth0"> |
279 | <pre caption="Manually setting IP information for eth0"> |
| 280 | config_eth0=( "192.168.0.2 netmask 255.255.255.0" ) |
280 | config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" ) |
| 281 | routes_eth0=( "default gw 192.168.0.1" ) |
281 | routes_eth0=( "default gw 192.168.0.1" ) |
| 282 | </pre> |
282 | </pre> |
| 283 | |
283 | |
| 284 | <p> |
284 | <p> |
| 285 | To use DHCP and add specific DHCP options, define <c>config_eth0</c> and |
285 | To use DHCP and add specific DHCP options, define <c>config_eth0</c> and |
| … | |
… | |
| 496 | # <i>nano -w /etc/conf.d/clock</i> |
496 | # <i>nano -w /etc/conf.d/clock</i> |
| 497 | </pre> |
497 | </pre> |
| 498 | |
498 | |
| 499 | <p> |
499 | <p> |
| 500 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
500 | If your hardware clock is not using UTC, you need to add <c>CLOCK="local"</c> to |
| 501 | the file. Otherwise you will notice some clock skew. |
501 | the file. Otherwise you will notice some clock skew. Furthermore, Windows |
|
|
502 | assumes that your hardware clock uses local time, so if you want to dualboot, |
|
|
503 | you should set this variable appropriately, otherwise your clock will go crazy. |
| 502 | </p> |
504 | </p> |
| 503 | |
505 | |
| 504 | <p> |
506 | <p> |
| 505 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
507 | When you're finished configuring <path>/etc/conf.d/clock</path>, save and |
| 506 | exit. |
508 | exit. |