Gentoo Archives: gentoo-doc-cvs

From: "Jan Kundrat (jkt)" <jkt@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, 02 Aug 2011 17:43:28
Message-Id: 20110802174317.2F65B2004C@flycatcher.gentoo.org
1 jkt 11/08/02 17:43:17
2
3 Modified: hb-install-config.xml
4 Log:
5 #377309, there's no net.eth0 by default in the new openrc/baselayout
6
7 Revision Changes Path
8 1.103 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.103&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.103&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.102&r2=1.103
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.102
18 retrieving revision 1.103
19 diff -u -r1.102 -r1.103
20 --- hb-install-config.xml 14 May 2010 22:32:52 -0000 1.102
21 +++ hb-install-config.xml 2 Aug 2011 17:43:17 -0000 1.103
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.102 2010/05/14 22:32:52 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.103 2011/08/02 17:43:17 jkt Exp $ -->
28
29 <sections>
30
31 @@ -14,8 +14,8 @@
32 proceed.
33 </abstract>
34
35 -<version>9.5</version>
36 -<date>2010-05-14</date>
37 +<version>10</version>
38 +<date>2011-08-02</date>
39
40 <section>
41 <title>Filesystem Information</title>
42 @@ -349,21 +349,17 @@
43 </p>
44
45 <pre caption="Adding net.eth0 to the default runlevel">
46 +# <i>cd /etc/init.d</i>
47 +# <i>ln -s net.lo net.eth0</i>
48 # <i>rc-update add net.eth0 default</i>
49 </pre>
50
51 <p>
52 If you have several network interfaces, you need to create the appropriate
53 -<path>net.eth1</path>, <path>net.eth2</path> etc. initscripts for those. You can
54 -use <c>ln</c> to do this:
55 +<path>net.eth1</path>, <path>net.eth2</path> etc. just like you did with
56 +<path>net.eth0</path>.
57 </p>
58
59 -<pre caption="Creating extra initscripts">
60 -# <i>cd /etc/init.d</i>
61 -# <i>ln -s net.lo net.eth1</i>
62 -# <i>rc-update add net.eth1 default</i>
63 -</pre>
64 -
65 </body>
66 </subsection>
67 <subsection>