Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-config.xml
Date: Sat, 19 Nov 2005 09:31:26
Message-Id: 200511190931.jAJ9VG5P019038@robin.gentoo.org
1 swift 05/11/19 09:31:15
2
3 Modified: xml/htdocs/doc/en/handbook/2005.1 hb-install-config.xml
4 Log:
5 Adding broadcast stuff as well, see #111640
6
7 Revision Changes Path
8 1.5 +4 -4 xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml?rev=1.5&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml?rev=1.5&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml.diff?r1=1.4&r2=1.5&cvsroot=gentoo
13
14 Index: hb-install-config.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- hb-install-config.xml 4 Sep 2005 19:38:15 -0000 1.4
21 +++ hb-install-config.xml 19 Nov 2005 09:31:15 -0000 1.5
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/2005.1/hb-install-config.xml,v 1.4 2005/09/04 19:38:15 jkt Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/2005.1/hb-install-config.xml,v 1.5 2005/11/19 09:31:15 swift Exp $ -->
28
29 <sections>
30
31 -<version>5.2</version>
32 -<date>2005-09-04</date>
33 +<version>5.3</version>
34 +<date>2005-11-19</date>
35
36 <section>
37 <title>Filesystem Information</title>
38 @@ -277,7 +277,7 @@
39 </p>
40
41 <pre caption="Manually setting IP information for eth0">
42 -config_eth0=( "192.168.0.2 netmask 255.255.255.0" )
43 +config_eth0=( "192.168.0.2 netmask 255.255.255.0 brd 192.168.0.255" )
44 routes_eth0=( "default gw 192.168.0.1" )
45 </pre>
46
47
48
49
50 --
51 gentoo-doc-cvs@g.o mailing list