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:17
Message-Id: 200511190931.jAJ9V62f028908@robin.gentoo.org
1 swift 05/11/19 09:31:05
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-config.xml
4 Log:
5 Adding broadcast stuff as well, see #111640
6
7 Revision Changes Path
8 1.74 +4 -4 xml/htdocs/doc/en/handbook/hb-install-config.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.74&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml?rev=1.74&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-config.xml.diff?r1=1.73&r2=1.74&cvsroot=gentoo
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.73
18 retrieving revision 1.74
19 diff -u -r1.73 -r1.74
20 --- hb-install-config.xml 21 Sep 2005 19:30:32 -0000 1.73
21 +++ hb-install-config.xml 19 Nov 2005 09:31:05 -0000 1.74
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/hb-install-config.xml,v 1.73 2005/09/21 19:30:32 jkt Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-config.xml,v 1.74 2005/11/19 09:31:05 swift Exp $ -->
28
29 <sections>
30
31 -<version>2.14</version>
32 -<date>2005-09-21</date>
33 +<version>2.15</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