Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: xen-guide.xml
Date: Wed, 02 Mar 2011 09:22:54
Message-Id: 20110302092244.6A8D220054@flycatcher.gentoo.org
1 nightmorph 11/03/02 09:22:44
2
3 Modified: xen-guide.xml
4 Log:
5 remove outdated keywording instructions now that there are stable xen packages
6
7 Revision Changes Path
8 1.8 xml/htdocs/doc/en/xen-guide.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.8&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.8&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.7&r2=1.8
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.7
18 retrieving revision 1.8
19 diff -u -r1.7 -r1.8
20 --- xen-guide.xml 14 Nov 2010 15:27:04 -0000 1.7
21 +++ xen-guide.xml 2 Mar 2011 09:22:44 -0000 1.8
22 @@ -1,6 +1,6 @@
23 <?xml version='1.0' encoding='UTF-8'?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.7 2010/11/14 15:27:04 nightmorph Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.8 2011/03/02 09:22:44 nightmorph Exp $ -->
27
28 <guide>
29 <title>Configuring Gentoo with Xen</title>
30 @@ -20,8 +20,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>3</version>
35 -<date>2010-11-14</date>
36 +<version>4</version>
37 +<date>2011-03-02</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -110,19 +110,11 @@
42 <body>
43
44 <p>
45 -Xen actually contains many components, so you'll need to install a couple of
46 -packages. Because it is still <uri
47 -link="/doc/en/handbook/handbook-x86.xml?part=3&amp;chap=3#doc_chap2">~arch
48 -masked</uri> you first need to unmask it by adding the necessary lines to
49 -<path>/etc/portage/package.keywords</path> and then install them.
50 +Xen actually contains many components, so you'll need to install a few
51 +packages.
52 </p>
53
54 -<pre caption="Unmasking and Installing Xen">
55 -~# <i>nano -w /etc/portage/package.keywords</i>
56 -app-emulation/xen
57 -app-emulation/xen-tools
58 -sys-kernel/xen-sources
59 -
60 +<pre caption="Installing Xen">
61 ~# <i>emerge xen xen-tools xen-sources</i>
62 </pre>