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-sparc.xml,v 1.26 2004/05/09 10:48:51 swift Exp $ --> |
4 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-sparc.xml,v 1.72 2004/08/08 10:31:55 swift Exp $ --> |
5 | |
5 | |
6 | <book link="handbook-sparc.xml"> |
6 | <book link="handbook-sparc.xml"> |
7 | <title>Gentoo Linux/SPARC Handbook</title> |
7 | <title>Gentoo Linux/SPARC Handbook</title> |
8 | |
8 | |
9 | <author title="Chief Architect"> |
9 | <author title="Chief Architect"> |
… | |
… | |
26 | </author> |
26 | </author> |
27 | <author title="Gentoo Alpha Developer"> |
27 | <author title="Gentoo Alpha Developer"> |
28 | <mail link="agriffis@gentoo.org">Aron Griffis</mail> |
28 | <mail link="agriffis@gentoo.org">Aron Griffis</mail> |
29 | </author> |
29 | </author> |
30 | <author title="Gentoo AMD64 Developer"> |
30 | <author title="Gentoo AMD64 Developer"> |
31 | <mail link="brad_mssw@gentoo.org">Brad House</mail> |
31 | <mail link="jhuebel@gentoo.org">Jason Huebel</mail> |
32 | </author> |
32 | </author> |
33 | <author title="Gentoo HPPA developer"> |
33 | <author title="Gentoo HPPA developer"> |
34 | <mail link="gmsoft@gentoo.org">Guy Martin</mail> |
34 | <mail link="gmsoft@gentoo.org">Guy Martin</mail> |
35 | </author> |
35 | </author> |
36 | <author title="Gentoo PPC developer"> |
36 | <author title="Gentoo PPC developer"> |
… | |
… | |
82 | <author title="Editor"> |
82 | <author title="Editor"> |
83 | <mail link="erwin@gentoo.org">Erwin</mail> |
83 | <mail link="erwin@gentoo.org">Erwin</mail> |
84 | </author> |
84 | </author> |
85 | <author title="Editor"> |
85 | <author title="Editor"> |
86 | <mail link="kumba@gentoo.org">Joshua Kinard</mail> |
86 | <mail link="kumba@gentoo.org">Joshua Kinard</mail> |
|
|
87 | </author> |
|
|
88 | <author title="Editor"> |
|
|
89 | <mail link="dertobi123@gentoo.org">Tobias Scherbaum</mail> |
87 | </author> |
90 | </author> |
88 | <author title="Reviewer"> |
91 | <author title="Reviewer"> |
89 | <mail link="g2boojum@gentoo.org">Grant Goodyear</mail> |
92 | <mail link="g2boojum@gentoo.org">Grant Goodyear</mail> |
90 | </author> |
93 | </author> |
91 | <author title="Reviewer"> |
94 | <author title="Reviewer"> |
… | |
… | |
108 | |
111 | |
109 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
112 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
110 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
113 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
111 | <license/> |
114 | <license/> |
112 | |
115 | |
113 | <version>2.24</version> |
116 | <version>2.69</version> |
114 | <date>May 09, 2004</date> |
117 | <date>August 08, 2004</date> |
115 | |
118 | |
116 | <part> |
119 | <part> |
117 | <title>Installing Gentoo</title> |
120 | <title>Installing Gentoo</title> |
118 | <abstract> |
121 | <abstract> |
119 | In this part you learn how to install Gentoo on your system. |
122 | In this part you learn how to install Gentoo on your system. |
… | |
… | |
156 | </chapter> |
159 | </chapter> |
157 | |
160 | |
158 | <chapter> |
161 | <chapter> |
159 | <title>Installing the Gentoo Installation Files</title> |
162 | <title>Installing the Gentoo Installation Files</title> |
160 | <abstract> |
163 | <abstract> |
161 | Gentoo installs work through socalled stage-files. In this chapter we |
164 | Gentoo installs work through so-called stage-files. In this chapter we |
162 | describe how you extract a stage-file and configure Portage. |
165 | describe how you extract a stage-file and configure Portage. |
163 | </abstract> |
166 | </abstract> |
164 | <include href="hb-install-stage.xml"/> |
167 | <include href="hb-install-stage.xml"/> |
165 | </chapter> |
168 | </chapter> |
166 | |
169 | |
… | |
… | |
192 | </abstract> |
195 | </abstract> |
193 | <include href="hb-install-config.xml"/> |
196 | <include href="hb-install-config.xml"/> |
194 | </chapter> |
197 | </chapter> |
195 | |
198 | |
196 | <chapter> |
199 | <chapter> |
|
|
200 | <title>Installing Necessary System Tools</title> |
|
|
201 | <abstract> |
|
|
202 | As mentioned before, Gentoo is about choices. In this chapter we help you |
|
|
203 | choose and install some important tools. |
|
|
204 | </abstract> |
|
|
205 | <include href="hb-install-tools.xml"/> |
|
|
206 | </chapter> |
|
|
207 | |
|
|
208 | <chapter> |
197 | <title>Configuring the Bootloader</title> |
209 | <title>Configuring the Bootloader</title> |
198 | <abstract> |
210 | <abstract> |
199 | The SPARC architecture uses the SILO bootloader to fire up your Linux system. In |
211 | The SPARC architecture uses the SILO bootloader to fire up your Linux system. In |
200 | this chapter we step you through the process of configuring this bootloader to |
212 | this chapter we step you through the process of configuring this bootloader to |
201 | your needs. |
213 | your needs. |
202 | </abstract> |
214 | </abstract> |
203 | <include href="hb-install-sparc-bootloader.xml"/> |
215 | <include href="hb-install-sparc-bootloader.xml"/> |
204 | </chapter> |
216 | </chapter> |
205 | |
217 | |
206 | <chapter> |
218 | <chapter> |
207 | <title>Installing Necessary System Tools</title> |
|
|
208 | <abstract> |
|
|
209 | As mentioned before, Gentoo is about choices. In this chapter we help you |
|
|
210 | choose and install some important tools. |
|
|
211 | </abstract> |
|
|
212 | <include href="hb-install-tools.xml"/> |
|
|
213 | </chapter> |
|
|
214 | |
|
|
215 | <chapter> |
|
|
216 | <title>Finalizing your Gentoo Installation</title> |
219 | <title>Finalizing your Gentoo Installation</title> |
217 | <abstract> |
220 | <abstract> |
218 | You're almost done. We'll just create one (or more) users for your |
221 | You're almost done. We'll just create one (or more) users for your |
219 | system and leave the installation to reboot into a brand new Gentoo |
222 | system and (optionally) install prebuilt packages. |
220 | system. |
|
|
221 | </abstract> |
223 | </abstract> |
222 | <include href="hb-install-finalise.xml"/> |
224 | <include href="hb-install-finalise.xml"/> |
223 | </chapter> |
225 | </chapter> |
224 | |
226 | |
225 | <chapter> |
227 | <chapter> |