Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-doc-cvs
jkt 11/08/02 17:43:17
Modified: hb-install-config.xml
Log:
#377309, there's no net.eth0 by default in the new openrc/baselayout
Revision Changes Path
1.103 xml/htdocs/doc/en/handbook/hb-install-config.xml
file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml?r1=1.102&r2=1.103
Index: hb-install-config.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- hb-install-config.xml 14 May 2010 22:32:52 -0000 1.102
+++ hb-install-config.xml 2 Aug 2011 17:43:17 -0000 1.103
@@ -4,7 +4,7 @@
<!-- The content of this document is licensed under the CC-BY-SA license -->
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.102 2010/05/14 22:32:52 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.103 2011/08/02 17:43:17 jkt Exp $ -->
<sections>
@@ -14,8 +14,8 @@
proceed.
</abstract>
-<version>9.5</version>
-<date>2010-05-14</date>
+<version>10</version>
+<date>2011-08-02</date>
<section>
<title>Filesystem Information</title>
@@ -349,21 +349,17 @@
</p>
<pre caption="Adding net.eth0 to the default runlevel">
+# <i>cd /etc/init.d</i>
+# <i>ln -s net.lo net.eth0</i>
# <i>rc-update add net.eth0 default</i>
</pre>
<p>
If you have several network interfaces, you need to create the appropriate
-<path>net.eth1</path>, <path>net.eth2</path> etc. initscripts for those. You can
-use <c>ln</c> to do this:
+<path>net.eth1</path>, <path>net.eth2</path> etc. just like you did with
+<path>net.eth0</path>.
</p>
-<pre caption="Creating extra initscripts">
-# <i>cd /etc/init.d</i>
-# <i>ln -s net.lo net.eth1</i>
-# <i>rc-update add net.eth1 default</i>
-</pre>
-
</body>
</subsection>
<subsection>
|
|