Gentoo Archives: gentoo-doc-cvs

From: "Sven Vermeulen (swift)" <swift@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: Tue, 17 Dec 2013 11:52:09
Message-Id: 20131217115206.228842004B@flycatcher.gentoo.org
1 swift 13/12/17 11:52:06
2
3 Modified: hb-install-config.xml
4 Log:
5 Fix bug #494514 - Mention that /etc/conf.d/net is a new file (to be created by the user)
6
7 Revision Changes Path
8 1.127 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.127&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.127&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.126&r2=1.127
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.126
18 retrieving revision 1.127
19 diff -u -r1.126 -r1.127
20 --- hb-install-config.xml 17 Dec 2013 11:48:58 -0000 1.126
21 +++ hb-install-config.xml 17 Dec 2013 11:52:05 -0000 1.127
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.126 2013/12/17 11:48:58 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.127 2013/12/17 11:52:05 swift Exp $ -->
28
29 <sections>
30
31 @@ -14,7 +14,7 @@
32 proceed.
33 </abstract>
34
35 -<version>32</version>
36 +<version>33</version>
37 <date>2013-12-17</date>
38
39 <section>
40 @@ -218,6 +218,11 @@
41 domainnames if your networking is setup for DHCP.
42 </p>
43
44 +<note>
45 +The <path>/etc/conf.d/net</path> file does not exist by default, so you might
46 +need to create it.
47 +</note>
48 +
49 <pre caption="Setting the domainname">
50 # <i>nano -w /etc/conf.d/net</i>
51
52 @@ -296,17 +301,6 @@
53 </pre>
54
55 <p>
56 -You will see the following file:
57 -</p>
58 -
59 -<pre caption="Default /etc/conf.d/net">
60 -# This blank configuration will automatically use DHCP for any net.*
61 -# scripts in /etc/init.d. To create a more complete configuration,
62 -# please review /usr/share/doc/netifrc-*/net.example.bz2 and save
63 -# your configuration in /etc/conf.d/net (this file :]!).
64 -</pre>
65 -
66 -<p>
67 To enter your own IP address, netmask and gateway, you need
68 to set both <c>config_eth0</c> and <c>routes_eth0</c>:
69 </p>