Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-mips-stage.xml
Date: Tue, 01 May 2007 06:42:35
Message-Id: E1Him46-0006xQ-Ng@stork.gentoo.org
1 nightmorph 07/05/01 06:42:22
2
3 Modified: hb-install-mips-stage.xml
4 Log:
5 mips updates, bug 176526
6
7 Revision Changes Path
8 1.7 xml/htdocs/doc/en/handbook/draft/hb-install-mips-stage.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-stage.xml?rev=1.7&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-stage.xml?rev=1.7&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-stage.xml?r1=1.6&r2=1.7
13
14 Index: hb-install-mips-stage.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-stage.xml,v
17 retrieving revision 1.6
18 retrieving revision 1.7
19 diff -u -r1.6 -r1.7
20 --- hb-install-mips-stage.xml 30 Mar 2007 12:01:19 -0000 1.6
21 +++ hb-install-mips-stage.xml 1 May 2007 06:42:22 -0000 1.7
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-stage.xml,v 1.6 2007/03/30 12:01:19 neysx Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-mips-stage.xml,v 1.7 2007/05/01 06:42:22 nightmorph Exp $ -->
28
29 <sections>
30
31 <version>8.0</version>
32 -<date>2006-08-30</date>
33 +<date>2007-04-30</date>
34
35 <section>
36 <title>Installing a Stage Tarball</title>
37 @@ -51,39 +51,23 @@
38 <p>
39 The next step you need to perform is to install the <e>stage</e> tarball of
40 your choice onto your system.
41 -<!--You have the option of downloading the required
42 -tarball from the Internet or, if you are booted from one of the Gentoo
43 -Universal Installation CDs, copy it over from the CD itself. If you have a
44 -Universal CD and the stage you want to use is on the CD, downloading it from
45 -the Internet is just a waste of bandwidth as the stage files are the same. In
46 -most cases, the command <c>uname -m</c> can be used to help you decide which
47 -stage file to download. -->
48 -</p>
49 -
50 -<!--
51 -<ul>
52 -<li><uri link="#doc_chap2">Default: Using a Stage from the Internet</uri></li>
53 -<li>
54 - <uri link="#doc_chap3">Alternative: Using a Stage from the Installation CD</uri>
55 -</li>
56 -</ul>-->
57 +</p>
58
59 </body>
60 </subsection>
61 </section>
62 <section>
63 <title>Downloading the Stage Tarball</title>
64 -<!--<title>Default: Using a Stage from the Internet</title>-->
65 <subsection>
66 <body>
67
68 <p>
69 Go to the Gentoo mountpoint at which you mounted your filesystems
70 -(most likely <path>/gentoo</path>):
71 +(most likely <path>/mnt/gentoo</path>):
72 </p>
73
74 <pre caption="Going to the Gentoo mountpoint">
75 -# <i>cd /gentoo</i>
76 +# <i>cd /mnt/gentoo</i>
77 </pre>
78
79 <p>
80 @@ -137,8 +121,25 @@
81 </ti>
82 <ti><c>cobalt/stage#-mipsel4-RELEASE.tar.bz2</c></ti>
83 </tr>
84 +<tr>
85 + <ti>
86 + Little Endian<br />
87 + <e>(Others)</e>
88 + </ti>
89 + <ti>
90 + All Standard CPU Types
91 + </ti>
92 + <ti><c>cobalt/stage#-mipsel1-RELEASE.tar.bz2</c></ti>
93 +</tr>
94 </table>
95
96 +<warn>
97 +Although we provide stages for little-endian MIPS1, support for little endian
98 +MIPS systems is still restricted to the Cobalt server range. They are provided
99 +for those who may wish to experiment with Gentoo on presently unsupported
100 +platforms, thus it is assumed that you know what you're doing.
101 +</warn>
102 +
103 <p>
104 If you need to go through a proxy, export the <c>http_proxy</c> and
105 <c>ftp_proxy</c> variables:
106 @@ -152,7 +153,8 @@
107 <p>
108 The Gentoo/MIPS netboot images provide <c>wget</c> as a means of downloading
109 files. Due to space constraints, it is not possible to provide more capable
110 -browsers on SGI netboot images. LiveCD users may use <c>elinks</c>.
111 +browsers on SGI netboot images. LiveCD users may use <c>elinks</c> or Mozilla
112 +Firefox (on the graphical LiveCD).
113 </p>
114
115 <pre caption="Fetching the tarball via wget">
116 @@ -161,12 +163,15 @@
117
118 <p>
119 If you want to check the integrity of the downloaded stage tarball, use
120 -<c>md5sum</c> and compare the output with the MD5 checksum provided on the
121 -mirror. For instance, to check the validity of the mips4 stage tarball:
122 +<c>md5sum</c> or <c>sha1sum</c> and compare the output with the MD5 checksum
123 +provided on the mirror. For instance, to check the validity of the mips4 stage
124 +tarball:
125 </p>
126
127 <pre caption="Example checking integrity of a stage tarball">
128 -# <i>md5sum -c stage3-mips4-2007.0.tar.bz2.md5</i>
129 +# <i>md5sum -c stage3-mips4-2007.0.tar.bz2.DIGESTS</i>
130 +stage3-mips4-2007.0.tar.bz2: OK
131 +# <i>sha1sum -c stage3-mips4-2007.0.tar.bz2.DIGESTS</i>
132 stage3-mips4-2007.0.tar.bz2: OK
133 </pre>
134
135 @@ -220,11 +225,11 @@
136
137 <p>
138 Go to the mountpoint where you mounted your filesystem (most likely
139 -<path>/gentoo</path>):
140 +<path>/mnt/gentoo</path>):
141 </p>
142
143 <pre caption="Going to the Gentoo mountpoint">
144 -# <i>cd /gentoo</i>
145 +# <i>cd /mnt/gentoo</i>
146 </pre>
147
148 <p>
149 @@ -235,7 +240,7 @@
150 </p>
151
152 <pre caption="Extracting the Portage snapshot">
153 -# <i>tar -xjf portage-*.tar.bz2 -C /gentoo/usr</i>
154 +# <i>tar -xjf portage-*.tar.bz2 -C /mnt/gentoo/usr</i>
155 </pre>
156
157 </body>
158 @@ -258,7 +263,7 @@
159
160 <note>
161 A commented listing of all possible variables can be found in
162 -<path>/gentoo/etc/make.conf.example</path>. For a successful Gentoo
163 +<path>/mnt/gentoo/etc/make.conf.example</path>. For a successful Gentoo
164 installation you'll only need to set the variables which are mentioned beneath.
165 </note>
166
167 @@ -269,7 +274,7 @@
168 </p>
169
170 <pre caption="Opening /etc/make.conf">
171 -# <i>nano -w /gentoo/etc/make.conf</i>
172 +# <i>nano -w /mnt/gentoo/etc/make.conf</i>
173 </pre>
174
175 <p>
176 @@ -343,13 +348,13 @@
177 </pre>
178
179 <p>
180 -A very important setting in the MIPS world, is the <c>-mabi=</c> flag. MIPS has
181 -3 different ABIs; <c>32</c> (pure 32-bit, aka <c>o32</c>), <c>64</c> (full
182 +A very important setting in the MIPS world is the <c>-mabi=</c> flag. MIPS has
183 +3 different ABIs: <c>32</c> (pure 32-bit, aka <c>o32</c>), <c>64</c> (full
184 64-bit, aka <c>n64</c>) and <c>n32</c>
185 (a mix of 32-bit data structures with 64-bit instructions). This
186 flag selects which of these you wish to use. Note you need libraries for the
187 ABI you select. In layman's terms, this means, for example, you can't use
188 -<c>-mabi=64</c> on a 32-bit userland (or even a <c>n32</c> userland).
189 +<c>-mabi=64</c> on a 32-bit userland (or even an <c>n32</c> userland).
190 </p>
191
192 <p>
193 @@ -396,7 +401,7 @@
194 <body>
195
196 <p>
197 -Update your <path>/gentoo/etc/make.conf</path> to your own preference and
198 +Update your <path>/mnt/gentoo/etc/make.conf</path> to your own preference and
199 save (<c>nano</c> users would hit <c>Ctrl-X</c>). You are now ready to continue
200 with <uri link="?part=1&amp;chap=6">Installing the Gentoo Base System</uri>.
201 </p>
202
203
204
205 --
206 gentoo-doc-cvs@g.o mailing list