| 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-ppc.xml,v 1.127 2004/12/12 12:30:16 neysx Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-ppc.xml,v 1.128 2005/01/04 18:11:20 swift Exp $ --> |
| 5 | |
5 | |
| 6 | <book link="handbook-ppc.xml"> |
6 | <book link="handbook-ppc.xml"> |
| 7 | <title>Gentoo Linux 2004.3 PPC Handbook</title> |
7 | <title>Gentoo Linux PPC Handbook</title> |
| 8 | |
8 | |
| 9 | <author title="Author"> |
9 | <author title="Author"> |
| 10 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
10 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
| 11 | </author> |
11 | </author> |
| 12 | <author title="Author"> |
12 | <author title="Author"> |
| … | |
… | |
| 114 | |
114 | |
| 115 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
115 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 116 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
116 | <!-- See http://creativecommons.org/licenses/by-sa/2.0 --> |
| 117 | <license/> |
117 | <license/> |
| 118 | |
118 | |
| 119 | <version>3.9</version> |
119 | <version>3.10</version> |
| 120 | <date>2004-11-09</date> |
120 | <date>2005-01-04</date> |
| 121 | |
121 | |
| 122 | <part> |
122 | <part> |
| 123 | <title>Installing Gentoo</title> |
123 | <title>Installing Gentoo</title> |
| 124 | <abstract> |
124 | <abstract> |
| 125 | In this part you learn how to install Gentoo on your system. |
125 | In this part you learn how to install Gentoo on your system. |
| 126 | </abstract> |
126 | </abstract> |
| 127 | |
127 | |
| 128 | <chapter> |
128 | <chapter> |
| 129 | <title>About the Gentoo Linux Installation</title> |
129 | <title>About the Gentoo Linux Installation</title> |
| 130 | <abstract> |
130 | <abstract> |
| 131 | Users not familiar with Gentoo do not always know that choice is what |
131 | This chapter introduces you to the installation approach documented in this |
| 132 | Gentoo is all about. |
132 | part. |
| 133 | </abstract> |
133 | </abstract> |
| 134 | <include href="hb-install-about.xml"/> |
134 | <include href="hb-install-about.xml"/> |
| 135 | </chapter> |
135 | </chapter> |
| 136 | |
136 | |
| 137 | <chapter> |
137 | <chapter> |
| 138 | <title>Choosing the Right Installation Medium</title> |
138 | <title>Choosing the Right Installation Medium</title> |
| 139 | <abstract> |
139 | <abstract> |
| 140 | You can install Gentoo in many ways. We describe how to install Gentoo using one |
140 | You can install Gentoo in many ways. This chapter explains how to install Gentoo |
| 141 | of our LiveCDs. |
141 | using the minimal LiveCD although installation through the Universal LiveCD is |
|
|
142 | possible as well. |
| 142 | </abstract> |
143 | </abstract> |
| 143 | <include href="hb-install-ppc-medium.xml"/> |
144 | <include href="hb-install-ppc-medium.xml"/> |
| 144 | </chapter> |
145 | </chapter> |
| 145 | |
146 | |
| 146 | <chapter> |
147 | <chapter> |
| 147 | <title>Configuring your Network</title> |
148 | <title>Configuring your Network</title> |
| 148 | <abstract> |
149 | <abstract> |
| 149 | If you want to install Gentoo using the Internet, you need to set up |
150 | To be able to download the latest source code, you will need to setup |
| 150 | networking. |
151 | networking. |
| 151 | </abstract> |
152 | </abstract> |
| 152 | <include href="hb-install-network.xml"/> |
153 | <include href="hb-install-network.xml"/> |
| 153 | </chapter> |
154 | </chapter> |
| 154 | |
155 | |
| 155 | <chapter> |
156 | <chapter> |
| 156 | <title>Preparing the Disks</title> |
157 | <title>Preparing the Disks</title> |
| 157 | <abstract> |
158 | <abstract> |
| 158 | To be able to install Gentoo, you must create the necessary partitions. |
159 | To be able to install Gentoo, you must create the necessary partitions. This |
| 159 | This chapter describes how to partition a disk for future usage. |
160 | chapter describes how to partition a disk for future usage. |
| 160 | </abstract> |
161 | </abstract> |
| 161 | <include href="hb-install-ppc-disk.xml"/> |
162 | <include href="hb-install-ppc-disk.xml"/> |
| 162 | </chapter> |
163 | </chapter> |
| 163 | |
164 | |
| 164 | <chapter> |
165 | <chapter> |
| 165 | <title>Installing the Gentoo Installation Files</title> |
166 | <title>Installing the Gentoo Installation Files</title> |
| 166 | <abstract> |
167 | <abstract> |
| 167 | Gentoo installs work through so-called stage-files. In this chapter we |
168 | Gentoo installs work through so-called stage-files. In this chapter we describe |
| 168 | describe how you extract a stage-file and configure Portage. |
169 | how you extract a stage-file and configure Portage. |
| 169 | </abstract> |
170 | </abstract> |
| 170 | <include href="hb-install-stage.xml"/> |
171 | <include href="hb-install-stage.xml"/> |
| 171 | </chapter> |
172 | </chapter> |
| 172 | |
173 | |
| 173 | <chapter> |
174 | <chapter> |
| … | |
… | |
| 221 | |
222 | |
| 222 | <chapter> |
223 | <chapter> |
| 223 | <title>Finalizing your Gentoo Installation</title> |
224 | <title>Finalizing your Gentoo Installation</title> |
| 224 | <abstract> |
225 | <abstract> |
| 225 | You're almost done. We'll just create one (or more) users for your |
226 | You're almost done. We'll just create one (or more) users for your |
| 226 | system and (optionally) install prebuilt packages. |
227 | system. |
| 227 | </abstract> |
228 | </abstract> |
| 228 | <include href="hb-install-finalise.xml"/> |
229 | <include href="hb-install-finalise.xml"/> |
| 229 | </chapter> |
230 | </chapter> |
| 230 | |
231 | |
| 231 | <chapter> |
232 | <chapter> |