swift 13/12/17 11:52:06 Modified: hb-install-config.xml Log: Fix bug #494514 - Mention that /etc/conf.d/net is a new file (to be created by the user)
Revision Changes Path 1.127 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.127&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.127&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.126&r2=1.127 Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.126 retrieving revision 1.127 diff -u -r1.126 -r1.127 --- hb-install-config.xml 17 Dec 2013 11:48:58 -0000 1.126 +++ hb-install-config.xml 17 Dec 2013 11:52:05 -0000 1.127 @@ -4,7 +4,7 @@ <!-- 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.126 2013/12/17 11:48:58 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.127 2013/12/17 11:52:05 swift Exp $ --> <sections> @@ -14,7 +14,7 @@ proceed. </abstract> -<version>32</version> +<version>33</version> <date>2013-12-17</date> <section> @@ -218,6 +218,11 @@ domainnames if your networking is setup for DHCP. </p> +<note> +The <path>/etc/conf.d/net</path> file does not exist by default, so you might +need to create it. +</note> + <pre caption="Setting the domainname"> # <i>nano -w /etc/conf.d/net</i> @@ -296,17 +301,6 @@ </pre> <p> -You will see the following file: -</p> - -<pre caption="Default /etc/conf.d/net"> -# This blank configuration will automatically use DHCP for any net.* -# scripts in /etc/init.d. To create a more complete configuration, -# please review /usr/share/doc/netifrc-*/net.example.bz2 and save -# your configuration in /etc/conf.d/net (this file :]!). -</pre> - -<p> To enter your own IP address, netmask and gateway, you need to set both <c>config_eth0</c> and <c>routes_eth0</c>: </p>
