neysx 06/09/08 10:53:26 Modified: hb-install-config.xml hb-install-tools.xml Log: #138524 Make the need for a dhcp client more explicit
Revision Changes Path 1.83 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.83&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.83&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.82&r2=1.83 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.82 retrieving revision 1.83 diff -u -r1.82 -r1.83 --- hb-install-config.xml 4 Sep 2006 09:11:39 -0000 1.82 +++ hb-install-config.xml 8 Sep 2006 10:53:26 -0000 1.83 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.82 2006/09/04 09:11:39 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.83 2006/09/08 10:53:26 neysx Exp $ --> <sections> -<version>7.1</version> -<date>2006-09-04</date> +<version>7.2</version> +<date>2006-09-08</date> <section> <title>Filesystem Information</title> @@ -268,7 +268,10 @@ </p> <p> -DHCP is used by default and does not require any further configuration. +DHCP is used by default. For DHCP to work, you will need to install a DHCP +client. This is described later in <uri +link="?part=1&chap=9#networking-tools">Installing Necessary System +Tools</uri>. Do not forget to install a DHCP client. </p> <p> 1.41 xml/htdocs/doc/en/handbook/hb-install-tools.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.41&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.41&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.40&r2=1.41 Index: hb-install-tools.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v retrieving revision 1.40 retrieving revision 1.41 diff -u -r1.40 -r1.41 --- hb-install-tools.xml 30 Aug 2006 22:52:28 -0000 1.40 +++ hb-install-tools.xml 8 Sep 2006 10:53:26 -0000 1.41 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.40 2006/08/30 22:52:28 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.41 2006/09/08 10:53:26 neysx Exp $ --> <sections> -<version>7.0</version> -<date>2006-08-30</date> +<version>7.1</version> +<date>2006-09-08</date> <section> <title>Device Manager</title> @@ -191,7 +191,7 @@ </body> </section> -<section> +<section id="networking-tools"> <title>Networking Tools</title> <subsection> <title>Optional: Installing a DHCP Client</title> @@ -199,9 +199,10 @@ <p> If you require Gentoo to automatically obtain an IP address for your network -interface(s), you need to install <c>dhcpcd</c> (or any other DHCP Client) -on your system. If you don't do this now, you might not be able to connect -to the internet after the installation! +interface(s), you need to install <c>dhcpcd</c> (or any other DHCP client -- +see <uri link="?part=4&chap=3">Modular Networking</uri> for a list of +available DHCP clients). If you don't do this now, you might not be able to +connect to the internet after the installation </p> <pre caption="Installing dhcpcd"> -- [email protected] mailing list
