| 1 | <?xml version='1.0' encoding='UTF-8'?> |
1 | <?xml version='1.0' encoding='UTF-8'?> |
| 2 | <!DOCTYPE book SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE book SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v 1.155 2012/02/26 09:49:46 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v 1.156 2012/09/11 21:53:17 nightmorph Exp $ --> |
| 5 | |
5 | |
| 6 | <book> |
6 | <book> |
| 7 | <title>Gentoo Linux AMD64 Handbook</title> |
7 | <title>Gentoo Linux AMD64 Handbook</title> |
| 8 | |
8 | |
| 9 | <values> |
9 | <values> |
| 10 | <key id="arch">AMD64</key> |
10 | <key id="arch">AMD64</key> |
| 11 | <key id="arch-sub">x86_64</key> |
11 | <key id="arch-sub">x86_64</key> |
| 12 | <key id="/boot">/dev/sda1</key> |
12 | <key id="/boot">/dev/sda1</key> |
| 13 | <key id="kernel-version">2.6.34-r1</key> |
13 | <key id="kernel-version">3.4.9</key> |
| 14 | <key id="kernel-name">kernel-2.6.34-gentoo-r1</key> |
14 | <key id="kernel-name">kernel-3.4.9-gentoo</key> |
| 15 | <key id="genkernel-name">kernel-genkernel-amd64-2.6.34-gentoo-r1</key> |
15 | <key id="genkernel-name">kernel-genkernel-amd64-3.4.9-gentoo</key> |
| 16 | <key id="genkernel-initrd">initramfs-genkernel-amd64-2.6.34-gentoo-r1</key> |
16 | <key id="genkernel-initrd">initramfs-genkernel-amd64-3.4.9-gentoo</key> |
| 17 | <key id="min-cd-name">install-amd64-minimal-<release>.iso</key> |
17 | <key id="min-cd-name">install-amd64-minimal-<release>.iso</key> |
| 18 | <key id="min-cd-size">150</key> |
18 | <key id="min-cd-size">150</key> |
| 19 | <key id="release-dir">releases/amd64/autobuilds/</key> |
19 | <key id="release-dir">releases/amd64/autobuilds/</key> |
| 20 | <key id="stage3">stage3-amd64-<release>.tar.bz2</key> |
20 | <key id="stage3">stage3-amd64-<release>.tar.bz2</key> |
| 21 | <key id="profile">default/linux/amd64/10.0</key> |
21 | <key id="profile">default/linux/amd64/10.0</key> |
| 22 | <key id="CFLAGS">-march=k8 -O2 -pipe</key> |
22 | <key id="CFLAGS">-march=k8 -O2 -pipe</key> |
| 23 | <key id="online-book">handbook-amd64.xml</key> |
23 | <key id="online-book">handbook-amd64.xml</key> |
| 24 | </values> |
24 | </values> |
| 25 | |
25 | |
| 26 | <author title="Author"> |
26 | <author title="Author"> |
| 27 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
27 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
| 28 | </author> |
28 | </author> |
| 29 | <author title="Author"> |
29 | <author title="Author"> |
| 30 | <mail link="g2boojum@gentoo.org">Grant Goodyear</mail> |
30 | <mail link="g2boojum@gentoo.org">Grant Goodyear</mail> |
| 31 | </author> |
31 | </author> |
| … | |
… | |
| 129 | </author> |
129 | </author> |
| 130 | <author title="Contributor"> |
130 | <author title="Contributor"> |
| 131 | <mail link="pylon@gentoo.org">Lars Weiler</mail> |
131 | <mail link="pylon@gentoo.org">Lars Weiler</mail> |
| 132 | </author> |
132 | </author> |
| 133 | |
133 | |
| 134 | <abstract> |
134 | <abstract> |
| 135 | This is the Gentoo Handbook, an effort to centralize Gentoo/Linux information. |
135 | This is the Gentoo Handbook, an effort to centralize Gentoo/Linux information. |
| 136 | This handbook contains the installation instructions for an Internet-based |
136 | This handbook contains the installation instructions for an Internet-based |
| 137 | installation on AMD64 systems and parts about working with Gentoo and Portage. |
137 | installation on AMD64 systems and parts about working with Gentoo and Portage. |
| 138 | </abstract> |
138 | </abstract> |
| 139 | |
139 | |
| 140 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
140 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 141 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
141 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 142 | <license/> |
142 | <license/> |
| 143 | |
143 | |
| 144 | <version>12</version> |
144 | <version>13</version> |
| 145 | <date>2012-02-26</date> |
145 | <date>2012-09-11</date> |
| 146 | |
146 | |
| 147 | <part> |
147 | <part> |
| 148 | <title>Installing Gentoo</title> |
148 | <title>Installing Gentoo</title> |
| 149 | <abstract> |
149 | <abstract> |
| 150 | In this part you learn how to install Gentoo on your system. |
150 | In this part you learn how to install Gentoo on your system. |
| 151 | </abstract> |
151 | </abstract> |
| 152 | |
152 | |
| 153 | <chapter> |
153 | <chapter> |
| 154 | <title>About the Gentoo Linux Installation</title> |
154 | <title>About the Gentoo Linux Installation</title> |
| 155 | <include href="hb-install-about.xml"/> |
155 | <include href="hb-install-about.xml"/> |
| 156 | </chapter> |
156 | </chapter> |
| 157 | |
157 | |
| 158 | <chapter> |
158 | <chapter> |
| 159 | <title>Choosing the Right Installation Medium</title> |
159 | <title>Choosing the Right Installation Medium</title> |
| 160 | <include href="hb-install-x86+amd64-medium.xml"/> |
160 | <include href="hb-install-x86+amd64-medium.xml"/> |