From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1LXAeO-0003z7-0o for garchives@archives.gentoo.org; Wed, 11 Feb 2009 08:40:56 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FBECE034B; Wed, 11 Feb 2009 08:40:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 11A76E034B for ; Wed, 11 Feb 2009 08:40:55 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id A7D89666F7 for ; Wed, 11 Feb 2009 08:40:54 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1LXAeM-0003fe-Bv for gentoo-doc-cvs@lists.gentoo.org; Wed, 11 Feb 2009 08:40:54 +0000 From: "Joshua Saddler (nightmorph)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-config.xml X-VCS-Repository: gentoo X-VCS-Files: hb-install-config.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: nightmorph X-VCS-Committer-Name: Joshua Saddler Content-Type: text/plain; charset=utf8 Message-Id: Sender: Joshua Saddler Date: Wed, 11 Feb 2009 08:40:54 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ffe7cecb-6eaf-4302-a9cd-080f26faf295 X-Archives-Hash: 3b2f77c12a452e9533686c862a431fe6 nightmorph 09/02/11 08:40:54 Modified: hb-install-config.xml Log: saner DHCP defaults per upstream's request on bug 257638, comment #11 Revision Changes Path 1.100 xml/htdocs/doc/en/handbook/hb-install-config.xml file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hand= book/hb-install-config.xml?rev=3D1.100&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hand= book/hb-install-config.xml?rev=3D1.100&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/hand= book/hb-install-config.xml?r1=3D1.99&r2=3D1.100 Index: hb-install-config.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-confi= g.xml,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- hb-install-config.xml 2 May 2008 08:04:23 -0000 1.99 +++ hb-install-config.xml 11 Feb 2009 08:40:54 -0000 1.100 @@ -4,7 +4,7 @@ =20 - + =20 =20 @@ -14,8 +14,8 @@ proceed. =20 -9.2 -2008-05-02 +9.3 +2009-02-11 =20
Filesystem Information @@ -303,18 +303,17 @@ =20

-To use DHCP and add specific DHCP options, define config_eth0 and -dhcp_eth0: +To use DHCP, define config_eth0:

=20
 config_eth0=3D( "dhcp" )
-dhcp_eth0=3D"nodns nontp nonis"
 
=20

Please read /etc/conf.d/net.example for a list of all avail= able -options. +options. Be sure to also read your DHCP client manpage if you need to se= t +specific DHCP options.

=20