nightmorph 11/03/02 09:22:44 Modified: xen-guide.xml Log: remove outdated keywording instructions now that there are stable xen packages
Revision Changes Path 1.8 xml/htdocs/doc/en/xen-guide.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/xen-guide.xml?r1=1.7&r2=1.8 Index: xen-guide.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- xen-guide.xml 14 Nov 2010 15:27:04 -0000 1.7 +++ xen-guide.xml 2 Mar 2011 09:22:44 -0000 1.8 @@ -1,6 +1,6 @@ <?xml version='1.0' encoding='UTF-8'?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.7 2010/11/14 15:27:04 nightmorph Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.8 2011/03/02 09:22:44 nightmorph Exp $ --> <guide> <title>Configuring Gentoo with Xen</title> @@ -20,8 +20,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>3</version> -<date>2010-11-14</date> +<version>4</version> +<date>2011-03-02</date> <chapter> <title>Introduction</title> @@ -110,19 +110,11 @@ <body> <p> -Xen actually contains many components, so you'll need to install a couple of -packages. Because it is still <uri -link="/doc/en/handbook/handbook-x86.xml?part=3&chap=3#doc_chap2">~arch -masked</uri> you first need to unmask it by adding the necessary lines to -<path>/etc/portage/package.keywords</path> and then install them. +Xen actually contains many components, so you'll need to install a few +packages. </p> -<pre caption="Unmasking and Installing Xen"> -~# <i>nano -w /etc/portage/package.keywords</i> -app-emulation/xen -app-emulation/xen-tools -sys-kernel/xen-sources - +<pre caption="Installing Xen"> ~# <i>emerge xen xen-tools xen-sources</i> </pre>