Gentoo Archives: gentoo-doc-cvs

From: Xavier Neys <neysx@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-config.xml hb-install-tools.xml
Date: Fri, 08 Sep 2006 10:53:23
Message-Id: 20060908105327.218E96485E@smtp.gentoo.org
1 neysx 06/09/08 10:53:26
2
3 Modified: hb-install-config.xml hb-install-tools.xml
4 Log:
5 #138524 Make the need for a dhcp client more explicit
6
7 Revision Changes Path
8 1.83 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.83&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.83&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.82&r2=1.83
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.82
18 retrieving revision 1.83
19 diff -u -r1.82 -r1.83
20 --- hb-install-config.xml 4 Sep 2006 09:11:39 -0000 1.82
21 +++ hb-install-config.xml 8 Sep 2006 10:53:26 -0000 1.83
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/hb-install-config.xml,v 1.82 2006/09/04 09:11:39 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.83 2006/09/08 10:53:26 neysx Exp $ -->
28
29 <sections>
30
31 -<version>7.1</version>
32 -<date>2006-09-04</date>
33 +<version>7.2</version>
34 +<date>2006-09-08</date>
35
36 <section>
37 <title>Filesystem Information</title>
38 @@ -268,7 +268,10 @@
39 </p>
40
41 <p>
42 -DHCP is used by default and does not require any further configuration.
43 +DHCP is used by default. For DHCP to work, you will need to install a DHCP
44 +client. This is described later in <uri
45 +link="?part=1&amp;chap=9#networking-tools">Installing Necessary System
46 +Tools</uri>. Do not forget to install a DHCP client.
47 </p>
48
49 <p>
50
51
52
53 1.41 xml/htdocs/doc/en/handbook/hb-install-tools.xml
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.41&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?rev=1.41&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml?r1=1.40&r2=1.41
58
59 Index: hb-install-tools.xml
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v
62 retrieving revision 1.40
63 retrieving revision 1.41
64 diff -u -r1.40 -r1.41
65 --- hb-install-tools.xml 30 Aug 2006 22:52:28 -0000 1.40
66 +++ hb-install-tools.xml 8 Sep 2006 10:53:26 -0000 1.41
67 @@ -4,12 +4,12 @@
68 <!-- The content of this document is licensed under the CC-BY-SA license -->
69 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
70
71 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.40 2006/08/30 22:52:28 nightmorph Exp $ -->
72 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-tools.xml,v 1.41 2006/09/08 10:53:26 neysx Exp $ -->
73
74 <sections>
75
76 -<version>7.0</version>
77 -<date>2006-08-30</date>
78 +<version>7.1</version>
79 +<date>2006-09-08</date>
80
81 <section>
82 <title>Device Manager</title>
83 @@ -191,7 +191,7 @@
84
85 </body>
86 </section>
87 -<section>
88 +<section id="networking-tools">
89 <title>Networking Tools</title>
90 <subsection>
91 <title>Optional: Installing a DHCP Client</title>
92 @@ -199,9 +199,10 @@
93
94 <p>
95 If you require Gentoo to automatically obtain an IP address for your network
96 -interface(s), you need to install <c>dhcpcd</c> (or any other DHCP Client)
97 -on your system. If you don't do this now, you might not be able to connect
98 -to the internet after the installation!
99 +interface(s), you need to install <c>dhcpcd</c> (or any other DHCP client --
100 +see <uri link="?part=4&amp;chap=3">Modular Networking</uri> for a list of
101 +available DHCP clients). If you don't do this now, you might not be able to
102 +connect to the internet after the installation
103 </p>
104
105 <pre caption="Installing dhcpcd">
106
107
108
109 --
110 gentoo-doc-cvs@g.o mailing list