Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
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.8 xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?r1=1.7&r2=1.8
Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- hb-install-config.xml 2 May 2008 08:04:24 -0000 1.7
+++ hb-install-config.xml 11 Feb 2009 08:40:54 -0000 1.8
@@ -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/2008.0/hb-install-config.xml,v 1.7 2008/05/02 08:04:24 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v 1.8 2009/02/11 08:40:54 nightmorph Exp $ -->
<sections>
-<version>9.2</version>
-<date>2008-05-02</date>
+<version>9.3</version>
+<date>2009-02-11</date>
<section>
<title>Filesystem Information</title>
@@ -297,18 +297,17 @@
</pre>
<p>
-To use DHCP and add specific DHCP options, define <c>config_eth0</c> and
-<c>dhcp_eth0</c>:
+To use DHCP, define <c>config_eth0</c>:
</p>
<pre caption="Automatically obtaining an IP address for eth0">
config_eth0=( "dhcp" )
-dhcp_eth0="nodns nontp nonis"
</pre>
<p>
Please read <path>/etc/conf.d/net.example</path> for a list of all available
-options.
+options. Be sure to also read your DHCP client manpage if you need to set
+specific DHCP options.
</p>
<p>
|
|