Gentoo Archives: gentoo-doc-cvs

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: handbook-mips.xml hb-install-mips-bootloader.xml hb-install-mips-disk.xml hb-install-mips-kernel.xml hb-install-mips-medium.xml hb-install-mips-stage.xml
Date: Tue, 27 Jul 2010 22:54:40
Message-Id: 20100727225434.7D37B2CE15@corvid.gentoo.org
1 nightmorph 10/07/27 22:54:34
2
3 Modified: handbook-mips.xml hb-install-mips-bootloader.xml
4 hb-install-mips-disk.xml hb-install-mips-kernel.xml
5 hb-install-mips-medium.xml
6 hb-install-mips-stage.xml
7 Log:
8 some initial MIPS handbook fixes for 10.0 / autobuilds. still waiting for the MIPS autobuilds and profiles to be completed by the arch team, so that the handbook instructions for those parts can be updated.
9
10 Revision Changes Path
11 1.125 xml/htdocs/doc/en/handbook/handbook-mips.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?rev=1.125&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?rev=1.125&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml?r1=1.124&r2=1.125
16
17 Index: handbook-mips.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v
20 retrieving revision 1.124
21 retrieving revision 1.125
22 diff -u -r1.124 -r1.125
23 --- handbook-mips.xml 30 Apr 2008 09:49:46 -0000 1.124
24 +++ handbook-mips.xml 27 Jul 2010 22:54:33 -0000 1.125
25 @@ -1,7 +1,7 @@
26 <?xml version='1.0' encoding='UTF-8'?>
27 <!DOCTYPE book SYSTEM "/dtd/book.dtd">
28
29 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v 1.124 2008/04/30 09:49:46 neysx Exp $ -->
30 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/handbook-mips.xml,v 1.125 2010/07/27 22:54:33 nightmorph Exp $ -->
31
32 <book>
33 <title>Gentoo Linux/MIPS Handbook</title>
34 @@ -9,8 +9,8 @@
35 <values>
36 <key id="arch">MIPS</key>
37 <key id="/boot">/dev/sda1</key>
38 - <key id="kernel-version">2.6.23.14-mips</key>
39 - <key id="kernel-name">kernel-2.6.23.14-mips</key>
40 + <key id="kernel-version">2.6.34-mips</key>
41 + <key id="kernel-name">kernel-2.6.34-mips</key>
42 <key id="profile">default/linux/mips/2008.0/generic-be/o32/</key>
43 </values>
44
45 @@ -135,8 +135,8 @@
46 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
47 <license/>
48
49 -<version>9.1</version>
50 -<date>2008-04-30</date>
51 +<version>10.0</version>
52 +<date>2010-07-27</date>
53
54 <part>
55 <title>Installing Gentoo</title>
56 @@ -151,10 +151,6 @@
57
58 <chapter>
59 <title>Choosing the Right Installation Medium</title>
60 -<abstract>
61 -You can install Gentoo in many ways. In this chapter we explain how to install
62 -Gentoo using the MIPS Netboot images.
63 -</abstract>
64 <include href="hb-install-mips-medium.xml"/>
65 </chapter>
66
67 @@ -165,38 +161,21 @@
68
69 <chapter>
70 <title>Preparing the Disks</title>
71 -<abstract>
72 -To be able to install Gentoo, you must create the necessary partitions.
73 -This chapter describes how to partition a disk for future usage.
74 -</abstract>
75 <include href="hb-install-mips-disk.xml"/>
76 </chapter>
77
78 <chapter>
79 <title>Installing the Gentoo Installation Files</title>
80 -<abstract>
81 -Gentoo installs work through a stage3 archive. In this chapter we
82 -describe how you extract the stage3 archive and configure Portage.
83 -</abstract>
84 <include href="hb-install-mips-stage.xml"/>
85 </chapter>
86
87 <chapter>
88 <title>Installing the Gentoo Base System</title>
89 -<abstract>
90 -After installing and configuring a stage3, the eventual result is that you
91 -have a Gentoo base system at your disposal. This chapter describes how
92 -to progress to that state.
93 -</abstract>
94 <include href="hb-install-system.xml"/>
95 </chapter>
96
97 <chapter>
98 <title>Configuring the Kernel</title>
99 -<abstract>
100 -The Linux kernel is the core of every distribution. This chapter
101 -explains how to configure your kernel.
102 -</abstract>
103 <include href="hb-install-mips-kernel.xml"/>
104 </chapter>
105
106 @@ -212,11 +191,6 @@
107
108 <chapter>
109 <title>Configuring the Bootloader</title>
110 -<abstract>
111 -On both Silicon Graphics machines, and on Cobalt servers, both require the use
112 -of a bootloader to load the kernel. This section covers setting up
113 -arcboot/arcload (for SGI machines) and colo for Cobalt servers.
114 -</abstract>
115 <include href="hb-install-mips-bootloader.xml"/>
116 </chapter>
117
118
119
120
121 1.21 xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml
122
123 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?rev=1.21&view=markup
124 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?rev=1.21&content-type=text/plain
125 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml?r1=1.20&r2=1.21
126
127 Index: hb-install-mips-bootloader.xml
128 ===================================================================
129 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v
130 retrieving revision 1.20
131 retrieving revision 1.21
132 diff -u -r1.20 -r1.21
133 --- hb-install-mips-bootloader.xml 2 May 2008 08:04:23 -0000 1.20
134 +++ hb-install-mips-bootloader.xml 27 Jul 2010 22:54:33 -0000 1.21
135 @@ -4,12 +4,18 @@
136 <!-- The content of this document is licensed under the CC-BY-SA license -->
137 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
138
139 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v 1.20 2008/05/02 08:04:23 nightmorph Exp $ -->
140 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-bootloader.xml,v 1.21 2010/07/27 22:54:33 nightmorph Exp $ -->
141
142 <sections>
143
144 -<version>9.1</version>
145 -<date>2008-05-02</date>
146 +<abstract>
147 +On both Silicon Graphics machines, and on Cobalt servers, both require the use
148 +of a bootloader to load the kernel. This section covers setting up
149 +arcboot/arcload (for SGI machines) and colo for Cobalt servers.
150 +</abstract>
151 +
152 +<version>10.0</version>
153 +<date>2010-07-27</date>
154
155 <section id="sgi">
156 <title>Silicon Graphics Machines -- Setting Up arcload</title>
157 @@ -580,7 +586,7 @@
158 <body>
159
160 <p>
161 -Now you're ready to enjoy Gentoo! Boot in your Gentoo installation and finish
162 +Now you're ready to enjoy Gentoo! Boot up your Gentoo installation and finish
163 up with <uri link="?part=1&amp;chap=11">Finalizing your Gentoo
164 Installation</uri>.
165 </p>
166
167
168
169 1.28 xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml
170
171 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.28&view=markup
172 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?rev=1.28&content-type=text/plain
173 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml?r1=1.27&r2=1.28
174
175 Index: hb-install-mips-disk.xml
176 ===================================================================
177 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v
178 retrieving revision 1.27
179 retrieving revision 1.28
180 diff -u -r1.27 -r1.28
181 --- hb-install-mips-disk.xml 26 Jan 2009 08:04:26 -0000 1.27
182 +++ hb-install-mips-disk.xml 27 Jul 2010 22:54:33 -0000 1.28
183 @@ -4,12 +4,17 @@
184 <!-- The content of this document is licensed under the CC-BY-SA license -->
185 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
186
187 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.27 2009/01/26 08:04:26 nightmorph Exp $ -->
188 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-disk.xml,v 1.28 2010/07/27 22:54:33 nightmorph Exp $ -->
189
190 <sections>
191
192 -<version>3.1</version>
193 -<date>2008-05-02</date>
194 +<abstract>
195 +To be able to install Gentoo, you must create the necessary partitions.
196 +This chapter describes how to partition a disk for future usage.
197 +</abstract>
198 +
199 +<version>4.0</version>
200 +<date>2010-07-27</date>
201
202 <section>
203 <title>Introduction to Block Devices</title>
204
205
206
207 1.32 xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml
208
209 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.32&view=markup
210 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?rev=1.32&content-type=text/plain
211 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml?r1=1.31&r2=1.32
212
213 Index: hb-install-mips-kernel.xml
214 ===================================================================
215 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v
216 retrieving revision 1.31
217 retrieving revision 1.32
218 diff -u -r1.31 -r1.32
219 --- hb-install-mips-kernel.xml 1 Apr 2008 08:53:46 -0000 1.31
220 +++ hb-install-mips-kernel.xml 27 Jul 2010 22:54:33 -0000 1.32
221 @@ -4,11 +4,16 @@
222 <!-- The content of this document is licensed under the CC-BY-SA license -->
223 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
224
225 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.31 2008/04/01 08:53:46 nightmorph Exp $ -->
226 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-kernel.xml,v 1.32 2010/07/27 22:54:33 nightmorph Exp $ -->
227 <sections>
228
229 -<version>9.0</version>
230 -<date>2008-04-01</date>
231 +<abstract>
232 +The Linux kernel is the core of every distribution. This chapter
233 +explains how to configure your kernel.
234 +</abstract>
235 +
236 +<version>10.0</version>
237 +<date>2010-07-27</date>
238
239 <section>
240 <title>Timezone</title>
241 @@ -63,7 +68,7 @@
242 <c>emerge kgcc64</c> to create a cross-compiler for building 64-bit kernels.
243 </impo>
244
245 -<pre caption="Installing kgcc64...">
246 +<pre caption="Installing kgcc64">
247 # <i>emerge kgcc64</i>
248 </pre>
249
250
251
252
253 1.26 xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml
254
255 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml?rev=1.26&view=markup
256 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml?rev=1.26&content-type=text/plain
257 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml?r1=1.25&r2=1.26
258
259 Index: hb-install-mips-medium.xml
260 ===================================================================
261 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml,v
262 retrieving revision 1.25
263 retrieving revision 1.26
264 diff -u -r1.25 -r1.26
265 --- hb-install-mips-medium.xml 1 Apr 2008 08:53:46 -0000 1.25
266 +++ hb-install-mips-medium.xml 27 Jul 2010 22:54:33 -0000 1.26
267 @@ -4,12 +4,17 @@
268 <!-- The content of this document is licensed under the CC-BY-SA license -->
269 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
270
271 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml,v 1.25 2008/04/01 08:53:46 nightmorph Exp $ -->
272 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-medium.xml,v 1.26 2010/07/27 22:54:33 nightmorph Exp $ -->
273
274 <sections>
275
276 -<version>9.0</version>
277 -<date>2008-04-01</date>
278 +<abstract>
279 +You can install Gentoo in many ways. In this chapter we explain how to install
280 +Gentoo using the MIPS Netboot images.
281 +</abstract>
282 +
283 +<version>10.0</version>
284 +<date>2010-07-27</date>
285
286 <section>
287 <title>Hardware Requirements</title>
288
289
290
291 1.11 xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml
292
293 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.11&view=markup
294 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?rev=1.11&content-type=text/plain
295 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml?r1=1.10&r2=1.11
296
297 Index: hb-install-mips-stage.xml
298 ===================================================================
299 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v
300 retrieving revision 1.10
301 retrieving revision 1.11
302 diff -u -r1.10 -r1.11
303 --- hb-install-mips-stage.xml 22 Jul 2009 05:05:19 -0000 1.10
304 +++ hb-install-mips-stage.xml 27 Jul 2010 22:54:33 -0000 1.11
305 @@ -4,12 +4,17 @@
306 <!-- The content of this document is licensed under the CC-BY-SA license -->
307 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
308
309 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.10 2009/07/22 05:05:19 nightmorph Exp $ -->
310 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-stage.xml,v 1.11 2010/07/27 22:54:33 nightmorph Exp $ -->
311
312 <sections>
313
314 -<version>9.1</version>
315 -<date>2009-07-21</date>
316 +<abstract>
317 +Gentoo installs work through a stage3 archive. In this chapter we
318 +describe how you extract the stage3 archive and configure Portage.
319 +</abstract>
320 +
321 +<version>10.0</version>
322 +<date>2010-07-27</date>
323
324 <section>
325 <title>Installing a Stage Tarball</title>
326 @@ -39,7 +44,7 @@
327 </p>
328
329 <pre caption="Setting the date/time">
330 -# <i>date 032916212005</i>
331 +# <i>date 032916212010</i>
332 </pre>
333
334 </body>