| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.7 2010/11/14 15:27:04 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/xen-guide.xml,v 1.8 2011/03/02 09:22:44 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
5 | <guide> |
| 6 | <title>Configuring Gentoo with Xen</title> |
6 | <title>Configuring Gentoo with Xen</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| … | |
… | |
| 18 | |
18 | |
| 19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
19 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 20 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
20 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 21 | <license/> |
21 | <license/> |
| 22 | |
22 | |
| 23 | <version>3</version> |
23 | <version>4</version> |
| 24 | <date>2010-11-14</date> |
24 | <date>2011-03-02</date> |
| 25 | |
25 | |
| 26 | <chapter> |
26 | <chapter> |
| 27 | <title>Introduction</title> |
27 | <title>Introduction</title> |
| 28 | <section> |
28 | <section> |
| 29 | <body> |
29 | <body> |
| … | |
… | |
| 108 | <section> |
108 | <section> |
| 109 | <title>Installing Xen</title> |
109 | <title>Installing Xen</title> |
| 110 | <body> |
110 | <body> |
| 111 | |
111 | |
| 112 | <p> |
112 | <p> |
| 113 | Xen actually contains many components, so you'll need to install a couple of |
113 | Xen actually contains many components, so you'll need to install a few |
| 114 | packages. Because it is still <uri |
114 | packages. |
| 115 | link="/doc/en/handbook/handbook-x86.xml?part=3&chap=3#doc_chap2">~arch |
|
|
| 116 | masked</uri> you first need to unmask it by adding the necessary lines to |
|
|
| 117 | <path>/etc/portage/package.keywords</path> and then install them. |
|
|
| 118 | </p> |
115 | </p> |
| 119 | |
116 | |
| 120 | <pre caption="Unmasking and Installing Xen"> |
117 | <pre caption="Installing Xen"> |
| 121 | ~# <i>nano -w /etc/portage/package.keywords</i> |
|
|
| 122 | app-emulation/xen |
|
|
| 123 | app-emulation/xen-tools |
|
|
| 124 | sys-kernel/xen-sources |
|
|
| 125 | |
|
|
| 126 | ~# <i>emerge xen xen-tools xen-sources</i> |
118 | ~# <i>emerge xen xen-tools xen-sources</i> |
| 127 | </pre> |
119 | </pre> |
| 128 | |
120 | |
| 129 | </body> |
121 | </body> |
| 130 | </section> |
122 | </section> |