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: hb-install-config.xml
Date: Wed, 11 Feb 2009 08:40:56
Message-Id: E1LXAeM-0003fe-Bv@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.100 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.100&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.100&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.99&r2=1.100
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
17 retrieving revision 1.99
18 retrieving revision 1.100
19 diff -u -r1.99 -r1.100
20 --- hb-install-config.xml 2 May 2008 08:04:23 -0000 1.99
21 +++ hb-install-config.xml 11 Feb 2009 08:40:54 -0000 1.100
22 @@ -4,7 +4,7 @@
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/hb-install-config.xml,v 1.99 2008/05/02 08:04:23 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.100 2009/02/11 08:40:54 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>9.2</version>
36 -<date>2008-05-02</date>
37 +<version>9.3</version>
38 +<date>2009-02-11</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -303,18 +303,17 @@
43 </pre>
44
45 <p>
46 -To use DHCP and add specific DHCP options, define <c>config_eth0</c> and
47 -<c>dhcp_eth0</c>:
48 +To use DHCP, define <c>config_eth0</c>:
49 </p>
50
51 <pre caption="Automatically obtaining an IP address for eth0">
52 config_eth0=( "dhcp" )
53 -dhcp_eth0="nodns nontp nonis"
54 </pre>
55
56 <p>
57 Please read <path>/etc/conf.d/net.example</path> for a list of all available
58 -options.
59 +options. Be sure to also read your DHCP client manpage if you need to set
60 +specific DHCP options.
61 </p>
62
63 <p>