swift 05/06/09 07:16:39 Modified: xml/htdocs/doc/en/handbook hb-install-config.xml Log: #88188 bis - Update instructions in handbook for new baselayout
Revision Changes Path 1.62 +3 -60 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.62&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.62&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml.diff?r1=1.61&r2=1.62&cvsroot=gentoo Index: hb-install-config.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v retrieving revision 1.61 retrieving revision 1.62 diff -u -r1.61 -r1.62 --- hb-install-config.xml 23 May 2005 18:13:34 -0000 1.61 +++ hb-install-config.xml 9 Jun 2005 07:16:39 -0000 1.62 @@ -4,12 +4,12 @@ <!-- The content of this document is licensed under the CC-BY-SA license --> <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.61 2005/05/23 18:13:34 swift Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.62 2005/06/09 07:16:39 swift Exp $ --> <sections> -<version>2.3</version> -<date>2005-05-23</date> +<version>2.4</version> +<date>2005-06-09</date> <section> <title>Filesystem Information</title> @@ -237,61 +237,6 @@ # <i>nano -w /etc/conf.d/net</i> </pre> -<!-- Old baselayout - current stable --> - -<p> -The first variable you'll find is <c>iface_eth0</c>. It uses the following -syntax: -</p> - -<pre caption="iface_eth0 syntaxis"> -iface_eth0="<i><your ip address></i> broadcast <i><your broadcast address></i> netmask <i><your netmask></i>" -</pre> - -<p> -If you use DHCP (automatic IP retrieval), you should just set <c>iface_eth0</c> -to <c>dhcp</c>. If you use rp-pppoe (e.g. for ADSL), set it to <c>up</c>. -If you need to set up your network manually and you're -not familiar with all the above terms, please read the section on <uri -link="?part=1&chap=3#network_term">Understanding Network -Terminology</uri> if you haven't done so already. -</p> - -<p> -So let us give three examples; the first one uses DHCP, the second one a static -IP (192.168.0.2) with netmask 255.255.255.0, broadcast 192.168.0.255 and -gateway 192.168.0.1 while the third one just activates the interface for -rp-pppoe usage: -</p> - -<pre caption="Examples for /etc/conf.d/net"> -<comment>(For DHCP)</comment> -iface_eth0="dhcp" -<comment># Some network admins require that you use the</comment> -<comment># hostname and domainname provided by the DHCP server.</comment> -<comment># In that case, add the following to let dhcpcd use them.</comment> -<comment># That will override your own hostname and domainname definitions.</comment> -dhcpcd_eth0="-HD" -<comment># If you intend on using NTP to keep your machine clock synchronized, use</comment> -<comment># the -N option to prevent dhcpcd from overwriting your /etc/ntp.conf file</comment> -dhcpcd_eth0="-N" - -<comment>(For static IP)</comment> -iface_eth0="192.168.0.2 broadcast 192.168.0.255 netmask 255.255.255.0" -gateway="eth0/192.168.0.1" - -<comment>(For rp-pppoe)</comment> -iface_eth0="up" -</pre> - -<p> -If you have several network interfaces, create extra <c>iface_eth</c> variables, -like <c>iface_eth1</c>, <c>iface_eth2</c> etc. The <c>gateway</c> variable -shouldn't be reproduced as you can only set one gateway per computer. -</p> - -<!-- New baselayout - current testing - <p> The first variable you'll find is called <c>config_eth0</c>. As you can probably imagine, this variable configured the eth0 network interface. If the interface @@ -317,8 +262,6 @@ <c>config_eth1</c>, <c>config_eth2</c>, etc. </p> ---> - <p> Now save the configuration and exit to continue. </p> -- [email protected] mailing list
