| 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.2 2004/04/02 12:07:42 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-amd64.xml,v 1.8 2004/04/15 11:59:45 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <book link="handbook-amd64.xml"> |
6 | <book link="handbook-amd64.xml"> |
| 7 | <title>Gentoo Linux/AMD64 Handbook</title> |
7 | <title>Gentoo Linux/AMD64 Handbook</title> |
| 8 | |
8 | |
| 9 | <author title="Chief Architect"> |
9 | <author title="Chief Architect"> |
| … | |
… | |
| 108 | |
108 | |
| 109 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
109 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 110 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
110 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 111 | <license/> |
111 | <license/> |
| 112 | |
112 | |
| 113 | <version>2.00</version> |
113 | <version>2.06</version> |
| 114 | <date>April 2, 2004</date> |
114 | <date>April 15, 2004</date> |
| 115 | |
115 | |
| 116 | <part> |
116 | <part> |
| 117 | <title>Installing Gentoo</title> |
117 | <title>Installing Gentoo</title> |
| 118 | <abstract> |
118 | <abstract> |
| 119 | In this part you learn how to install Gentoo on your system. |
119 | In this part you learn how to install Gentoo on your system. |
| … | |
… | |
| 129 | </chapter> |
129 | </chapter> |
| 130 | |
130 | |
| 131 | <chapter> |
131 | <chapter> |
| 132 | <title>Choosing the Right Installation Medium</title> |
132 | <title>Choosing the Right Installation Medium</title> |
| 133 | <abstract> |
133 | <abstract> |
| 134 | You can install Gentoo in many ways. You can use our LiveCD, an existing |
134 | You can install Gentoo in many ways. This chapter explains how to install Gentoo |
| 135 | distribution etc. |
135 | using a Gentoo LiveCD. |
| 136 | </abstract> |
136 | </abstract> |
| 137 | <include href="hb-install-amd64-medium.xml"/> |
137 | <include href="hb-install-amd64-medium.xml"/> |
| 138 | </chapter> |
138 | </chapter> |
| 139 | |
139 | |
| 140 | <chapter> |
140 | <chapter> |
| … | |
… | |
| 194 | </chapter> |
194 | </chapter> |
| 195 | |
195 | |
| 196 | <chapter> |
196 | <chapter> |
| 197 | <title>Configuring the Bootloader</title> |
197 | <title>Configuring the Bootloader</title> |
| 198 | <abstract> |
198 | <abstract> |
| 199 | Several bootloaders exist. Each one of them has its own way of |
199 | In this chapter we'll describe the GRUB bootloader |
| 200 | configuration. In this chapter we'll describe all possibilities for you |
|
|
| 201 | and step you through the process of configuring a bootloader to your |
200 | and step you through the process of configuring GRUB to your |
| 202 | needs. |
201 | needs. |
| 203 | </abstract> |
202 | </abstract> |
| 204 | <include href="hb-install-amd64-bootloader.xml"/> |
203 | <include href="hb-install-amd64-bootloader.xml"/> |
| 205 | </chapter> |
204 | </chapter> |
| 206 | |
205 | |