Gentoo Archives: gentoo-doc-cvs

From: Sven Vermeulen <swift@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: xen-guide.xml
Date: Mon, 11 Aug 2008 16:25:26
Message-Id: E1KSaCw-0003sf-Mm@stork.gentoo.org
1 swift 08/08/11 16:25:22
2
3 Modified: xen-guide.xml
4 Log:
5 SXP, not XSP extension
6
7 Revision Changes Path
8 1.5 xml/htdocs/doc/en/xen-guide.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.5&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.5&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.4&r2=1.5
13
14 Index: xen-guide.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v
17 retrieving revision 1.4
18 retrieving revision 1.5
19 diff -u -r1.4 -r1.5
20 --- xen-guide.xml 10 Apr 2008 15:01:50 -0000 1.4
21 +++ xen-guide.xml 11 Aug 2008 16:25:22 -0000 1.5
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.4 2008/04/10 15:01:50 cam Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.5 2008/08/11 16:25:22 swift Exp $ -->
26
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 @@ -19,8 +19,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>1.3</version>
34 -<date>2008-04-10</date>
35 +<version>1.4</version>
36 +<date>2008-08-11</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -450,12 +450,12 @@
41 </p>
42
43 <p>
44 -Now edit <path>/etc/xen/xend-config.xsp</path> as follows to select routed
45 +Now edit <path>/etc/xen/xend-config.sxp</path> as follows to select routed
46 network configuration:
47 </p>
48
49 -<pre caption="Editing xend-config.xsp">
50 -~# <i>nano -w /etc/xen/xend-config.xsp</i>
51 +<pre caption="Editing xend-config.sxp">
52 +~# <i>nano -w /etc/xen/xend-config.sxp</i>
53
54 <comment>(Comment out the following lines)</comment>
55 <i>#</i>(network-script network-bridge)
56 @@ -492,12 +492,12 @@
57 </pre>
58
59 <p>
60 -Next edit <path>/etc/xen/xend-config.xsp</path> as follows to select bridged
61 +Next edit <path>/etc/xen/xend-config.sxp</path> as follows to select bridged
62 network configuration:
63 </p>
64
65 -<pre caption="Editing xend-config.xsp">
66 -~# <i>nano -w /etc/xen/xend-config.xsp</i>
67 +<pre caption="Editing xend-config.sxp">
68 +~# <i>nano -w /etc/xen/xend-config.sxp</i>
69
70 <comment>(Enable the following lines)</comment>
71 (network-script network-bridge)
72 @@ -512,11 +512,11 @@
73 By default, the bridge will contain whatever interface is configured to be the
74 default interface (the device that is listed under the default route through
75 <c>ip route list</c>). If you want to alter this behavior, edit the
76 -<path>xend-config.xsp</path> as follows:
77 +<path>xend-config.sxp</path> as follows:
78 </p>
79
80 -<pre caption="Editing xend-config.xsp to change bridge configuration">
81 -~# <i>nano -w /etc/xen/xend-config.xsp</i>
82 +<pre caption="Editing xend-config.sxp to change bridge configuration">
83 +~# <i>nano -w /etc/xen/xend-config.sxp</i>
84
85 <comment>(Edit the network-script line)</comment>
86 (network-script <i>'</i>network-bridge <i>netdev=eth0 bridge=xenbr0 vifnum=0'</i>)