| 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.130 2006/07/07 07:39:56 neysx Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v 1.131 2006/08/02 21:17:15 neysx Exp $ --> |
| 5 | |
5 | |
| 6 | <book link="/doc/en/handbook/handbook-amd64.xml"> |
6 | <book link="/doc/en/handbook/handbook-amd64.xml"> |
| 7 | <title>Gentoo Linux AMD64 Handbook</title> |
7 | <title>Gentoo Linux AMD64 Handbook</title> |
|
|
8 | |
|
|
9 | <values> |
|
|
10 | <key id="arch">AMD64</key> |
|
|
11 | <key id="arch-sub">x86_64</key> |
|
|
12 | <key id="/boot">/dev/hda1</key> |
|
|
13 | <key id="kernel-version">2.6.12-r10</key> |
|
|
14 | <key id="kernel-name">kernel-2.6.12-gentoo-r10</key> |
|
|
15 | <key id="genkernel-name">kernel-genkernel-amd64-2.6.12-gentoo-r10</key> |
|
|
16 | <key id="genkernel-initrd">initramfs-genkernel-amd64-2.6.12-gentoo-r10</key> |
|
|
17 | <key id="min-cd-name">install-amd64-minimal-2006.0.iso</key> |
|
|
18 | <key id="min-cd-size">45</key> |
|
|
19 | <key id="uni-cd-name">install-amd64-universal-2006.0.iso</key> |
|
|
20 | <key id="uni-cd-size">401</key> |
|
|
21 | <key id="release-dir">releases/amd64/2006.0/</key> |
|
|
22 | <key id="online-book">handbook-amd64.xml</key> |
|
|
23 | </values> |
| 8 | |
24 | |
| 9 | <author title="Author"> |
25 | <author title="Author"> |
| 10 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
26 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
| 11 | </author> |
27 | </author> |
| 12 | <author title="Author"> |
28 | <author title="Author"> |
| … | |
… | |
| 119 | |
135 | |
| 120 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
136 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 121 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
137 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 122 | <license/> |
138 | <license/> |
| 123 | |
139 | |
| 124 | <version>4.3</version> |
140 | <version>4.4</version> |
| 125 | <date>2005-12-19</date> |
141 | <date>2006-07-26</date> |
| 126 | |
142 | |
| 127 | <part> |
143 | <part> |
| 128 | <title>Installing Gentoo</title> |
144 | <title>Installing Gentoo</title> |
| 129 | <abstract> |
145 | <abstract> |
| 130 | In this part you learn how to install Gentoo on your system. |
146 | In this part you learn how to install Gentoo on your system. |
| … | |
… | |
| 144 | <abstract> |
160 | <abstract> |
| 145 | You can install Gentoo in many ways. This chapter explains how to install Gentoo |
161 | You can install Gentoo in many ways. This chapter explains how to install Gentoo |
| 146 | using the minimal Installation CD although installation through the Universal |
162 | using the minimal Installation CD although installation through the Universal |
| 147 | Installation CD is possible as well. |
163 | Installation CD is possible as well. |
| 148 | </abstract> |
164 | </abstract> |
| 149 | <include href="hb-install-amd64-medium.xml"/> |
165 | <include href="hb-install-x86+amd64-medium.xml"/> |
| 150 | </chapter> |
166 | </chapter> |
| 151 | |
167 | |
| 152 | <chapter> |
168 | <chapter> |
| 153 | <title>Configuring your Network</title> |
169 | <title>Configuring your Network</title> |
| 154 | <abstract> |
170 | <abstract> |
| … | |
… | |
| 162 | <title>Preparing the Disks</title> |
178 | <title>Preparing the Disks</title> |
| 163 | <abstract> |
179 | <abstract> |
| 164 | To be able to install Gentoo, you must create the necessary partitions. |
180 | To be able to install Gentoo, you must create the necessary partitions. |
| 165 | This chapter describes how to partition a disk for future usage. |
181 | This chapter describes how to partition a disk for future usage. |
| 166 | </abstract> |
182 | </abstract> |
| 167 | <include href="hb-install-amd64-disk.xml"/> |
183 | <include href="hb-install-x86+amd64-disk.xml"/> |
| 168 | </chapter> |
184 | </chapter> |
| 169 | |
185 | |
| 170 | <chapter> |
186 | <chapter> |
| 171 | <title>Installing the Gentoo Installation Files</title> |
187 | <title>Installing the Gentoo Installation Files</title> |
| 172 | <abstract> |
188 | <abstract> |
| … | |
… | |
| 190 | <title>Configuring the Kernel</title> |
206 | <title>Configuring the Kernel</title> |
| 191 | <abstract> |
207 | <abstract> |
| 192 | The Linux kernel is the core of every distribution. This chapter |
208 | The Linux kernel is the core of every distribution. This chapter |
| 193 | explains how to configure your kernel. |
209 | explains how to configure your kernel. |
| 194 | </abstract> |
210 | </abstract> |
| 195 | <include href="hb-install-amd64-kernel.xml"/> |
211 | <include href="hb-install-x86+amd64-kernel.xml"/> |
| 196 | </chapter> |
212 | </chapter> |
| 197 | |
213 | |
| 198 | <chapter> |
214 | <chapter> |
| 199 | <title>Configuring your System</title> |
215 | <title>Configuring your System</title> |
| 200 | <abstract> |
216 | <abstract> |
| … | |
… | |
| 219 | <abstract> |
235 | <abstract> |
| 220 | In this chapter we'll describe the GRUB bootloader |
236 | In this chapter we'll describe the GRUB bootloader |
| 221 | and step you through the process of configuring GRUB to your |
237 | and step you through the process of configuring GRUB to your |
| 222 | needs. |
238 | needs. |
| 223 | </abstract> |
239 | </abstract> |
| 224 | <include href="hb-install-amd64-bootloader.xml"/> |
240 | <include href="hb-install-x86+amd64-bootloader.xml"/> |
| 225 | </chapter> |
241 | </chapter> |
| 226 | |
242 | |
| 227 | <chapter> |
243 | <chapter> |
| 228 | <title>Finalizing your Gentoo Installation</title> |
244 | <title>Finalizing your Gentoo Installation</title> |
| 229 | <abstract> |
245 | <abstract> |