| … | |
… | |
| 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/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.37 2004/07/26 09:04:42 dertobi123 Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.38 2004/07/29 16:33:59 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | <section> |
10 | <section> |
| 11 | <title>Filesystem Information</title> |
11 | <title>Filesystem Information</title> |
| 12 | <subsection> |
12 | <subsection> |
| … | |
… | |
| 266 | </p> |
266 | </p> |
| 267 | |
267 | |
| 268 | <pre caption="Examples for /etc/conf.d/net"> |
268 | <pre caption="Examples for /etc/conf.d/net"> |
| 269 | <comment>(For DHCP)</comment> |
269 | <comment>(For DHCP)</comment> |
| 270 | iface_eth0="dhcp" |
270 | iface_eth0="dhcp" |
| 271 | <comment>Some network admins require that you use the</comment> |
271 | <comment># Some network admins require that you use the</comment> |
| 272 | <comment>hostname and domainname provided by the DHCP server.</comment> |
272 | <comment># hostname and domainname provided by the DHCP server.</comment> |
| 273 | <comment>In that case, add the following to let dhcpcd use them.</comment> |
273 | <comment># In that case, add the following to let dhcpcd use them.</comment> |
| 274 | <comment>That will override your own hostname and domainname definitions.</comment> |
274 | <comment># That will override your own hostname and domainname definitions.</comment> |
| 275 | dhcpcd_eth0="-HD" |
275 | dhcpcd_eth0="-HD" |
| 276 | <comment>If you intend on using NTP to keep your machine clock synchronized, use</comment> |
276 | <comment># If you intend on using NTP to keep your machine clock synchronized, use</comment> |
| 277 | <comment>the -N option to prevent dhcpcd from overwriting your /etc/ntp.conf file</comment> |
277 | <comment># the -N option to prevent dhcpcd from overwriting your /etc/ntp.conf file</comment> |
| 278 | dhcpcd_eth0="-N" |
278 | dhcpcd_eth0="-N" |
| 279 | |
279 | |
| 280 | <comment>(For static IP)</comment> |
280 | <comment>(For static IP)</comment> |
| 281 | iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" |
281 | iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" |
| 282 | gateway="eth0/192.168.0.1" |
282 | gateway="eth0/192.168.0.1" |