| … | |
… | |
| 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.36 2004/07/09 11:24:20 neysx Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.39 2004/08/01 11:20:51 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" |
| … | |
… | |
| 349 | 192.168.0.7 tux.homenetwork tux |
349 | 192.168.0.7 tux.homenetwork tux |
| 350 | </pre> |
350 | </pre> |
| 351 | |
351 | |
| 352 | <p> |
352 | <p> |
| 353 | If your system is the only system (or the nameservers handle all name |
353 | If your system is the only system (or the nameservers handle all name |
| 354 | resolution) a single line is sufficient: |
354 | resolution) a single line is sufficient. For instance, if you want to call your |
|
|
355 | system <c>tux.homenetwork</c>: |
| 355 | </p> |
356 | </p> |
| 356 | |
357 | |
| 357 | <pre caption="/etc/hosts for lonely or fully integrated PCs"> |
358 | <pre caption="/etc/hosts for lonely or fully integrated PCs"> |
| 358 | 127.0.0.1 localhost |
359 | 127.0.0.1 tux.homenetwork tux localhost |
| 359 | </pre> |
360 | </pre> |
| 360 | |
361 | |
| 361 | <p> |
362 | <p> |
| 362 | Save and exit the editor to continue. |
363 | Save and exit the editor to continue. |
| 363 | </p> |
364 | </p> |
| … | |
… | |
| 378 | pcmcia-cs is only available for x86, amd64 and ppc platforms. |
379 | pcmcia-cs is only available for x86, amd64 and ppc platforms. |
| 379 | </note> |
380 | </note> |
| 380 | |
381 | |
| 381 | <p> |
382 | <p> |
| 382 | PCMCIA-users should first install the <c>pcmcia-cs</c> package. The |
383 | PCMCIA-users should first install the <c>pcmcia-cs</c> package. The |
| 383 | <c>USE="-X"</c> is necessary to avoid installing XFree86 at this moment: |
384 | <c>USE="-X"</c> is necessary to avoid installing xorg-x11 at this moment: |
| 384 | </p> |
385 | </p> |
| 385 | |
386 | |
| 386 | <pre caption="Installing pcmcia-cs"> |
387 | <pre caption="Installing pcmcia-cs"> |
| 387 | # <i>USE="-X" emerge pcmcia-cs</i> |
388 | # <i>USE="-X" emerge pcmcia-cs</i> |
| 388 | </pre> |
389 | </pre> |