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