| … | |
… | |
| 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-tools.xml,v 1.40 2006/08/30 22:52:28 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.41 2006/09/08 10:53:26 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>7.0</version> |
11 | <version>7.1</version> |
| 12 | <date>2006-08-30</date> |
12 | <date>2006-09-08</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Device Manager</title> |
15 | <title>Device Manager</title> |
| 16 | <body> |
16 | <body> |
| 17 | |
17 | |
| … | |
… | |
| 189 | Bootloader</uri>. |
189 | Bootloader</uri>. |
| 190 | </p> |
190 | </p> |
| 191 | |
191 | |
| 192 | </body> |
192 | </body> |
| 193 | </section> |
193 | </section> |
| 194 | <section> |
194 | <section id="networking-tools"> |
| 195 | <title>Networking Tools</title> |
195 | <title>Networking Tools</title> |
| 196 | <subsection> |
196 | <subsection> |
| 197 | <title>Optional: Installing a DHCP Client</title> |
197 | <title>Optional: Installing a DHCP Client</title> |
| 198 | <body> |
198 | <body> |
| 199 | |
199 | |
| 200 | <p> |
200 | <p> |
| 201 | If you require Gentoo to automatically obtain an IP address for your network |
201 | If you require Gentoo to automatically obtain an IP address for your network |
| 202 | interface(s), you need to install <c>dhcpcd</c> (or any other DHCP Client) |
202 | interface(s), you need to install <c>dhcpcd</c> (or any other DHCP client -- |
| 203 | on your system. If you don't do this now, you might not be able to connect |
203 | see <uri link="?part=4&chap=3">Modular Networking</uri> for a list of |
|
|
204 | available DHCP clients). If you don't do this now, you might not be able to |
| 204 | to the internet after the installation! |
205 | connect to the internet after the installation |
| 205 | </p> |
206 | </p> |
| 206 | |
207 | |
| 207 | <pre caption="Installing dhcpcd"> |
208 | <pre caption="Installing dhcpcd"> |
| 208 | # <i>emerge dhcpcd</i> |
209 | # <i>emerge dhcpcd</i> |
| 209 | </pre> |
210 | </pre> |