Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: altinstall.xml
Date: Thu, 20 Sep 2007 18:45:01
Message-Id: E1IYQtN-0006tw-AX@stork.gentoo.org
1 nightmorph 07/09/20 18:36:49
2
3 Modified: altinstall.xml
4 Log:
5 added noop for bug 190598
6
7 Revision Changes Path
8 1.73 xml/htdocs/doc/en/altinstall.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.73&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.73&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.72&r2=1.73
13
14 Index: altinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
17 retrieving revision 1.72
18 retrieving revision 1.73
19 diff -u -r1.72 -r1.73
20 --- altinstall.xml 3 Apr 2007 18:20:23 -0000 1.72
21 +++ altinstall.xml 20 Sep 2007 18:36:49 -0000 1.73
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.72 2007/04/03 18:20:23 jkt Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.73 2007/09/20 18:36:49 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/altinstall.xml">
29 @@ -56,8 +56,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>0.71</version>
34 -<date>2007-02-23</date>
35 +<version>0.72</version>
36 +<date>2007-09-20</date>
37
38 <chapter>
39 <title>About this document</title>
40 @@ -309,6 +309,17 @@
41 </pre>
42
43 <p>
44 +Next you'll need to configure your interface in <path>/etc/conf.d/net</path> so
45 +that it doesn't get cleared at bootup. See <path>/etc/conf.d/net.example</path>
46 +for more information.
47 +</p>
48 +
49 +<pre caption="/etc/conf.d/net">
50 +<comment>(Replace eth0 with the correct interface)</comment>
51 +config_eth0=( "noop" )
52 +</pre>
53 +
54 +<p>
55 For TFTP, emerge <c>app-admin/tftp-hpa</c>. In
56 <path>/etc/conf.d/in.tftpd</path>, put the following :
57 </p>
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list