Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook/2008.0: hb-install-config.xml
Date: Wed, 11 Feb 2009 08:40:56
Message-Id: E1LXAeM-0003g0-RT@stork.gentoo.org
1 nightmorph 09/02/11 08:40:54
2
3 Modified: hb-install-config.xml
4 Log:
5 saner DHCP defaults per upstream's request on bug 257638, comment #11
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml?rev=1.8&view=markup
11 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
12 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
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2008.0/hb-install-config.xml,v
17 retrieving revision 1.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- hb-install-config.xml 2 May 2008 08:04:24 -0000 1.7
21 +++ hb-install-config.xml 11 Feb 2009 08:40:54 -0000 1.8
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $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 $ -->
27 +<!-- $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 $ -->
28
29 <sections>
30
31 -<version>9.2</version>
32 -<date>2008-05-02</date>
33 +<version>9.3</version>
34 +<date>2009-02-11</date>
35
36 <section>
37 <title>Filesystem Information</title>
38 @@ -297,18 +297,17 @@
39 </pre>
40
41 <p>
42 -To use DHCP and add specific DHCP options, define <c>config_eth0</c> and
43 -<c>dhcp_eth0</c>:
44 +To use DHCP, define <c>config_eth0</c>:
45 </p>
46
47 <pre caption="Automatically obtaining an IP address for eth0">
48 config_eth0=( "dhcp" )
49 -dhcp_eth0="nodns nontp nonis"
50 </pre>
51
52 <p>
53 Please read <path>/etc/conf.d/net.example</path> for a list of all available
54 -options.
55 +options. Be sure to also read your DHCP client manpage if you need to set
56 +specific DHCP options.
57 </p>
58
59 <p>