Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-hppa-medium.xml
Date: Wed, 10 Aug 2005 11:14:02
Message-Id: 200508101113.j7ABD9Ro014058@robin.gentoo.org
1 swift 05/08/10 11:13:38
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-hppa-medium.xml
4 Log:
5 Removing networkless-only description and use the current ones instead. Based of
6 hb-install-hppa-medium.xml for 2004.3, substituted 2004.3 with 2005.1 and livecd
7 with installation cd.
8
9 Revision Changes Path
10 1.32 +295 -45 xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml
11
12 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.32&content-type=text/x-cvsweb-markup&cvsroot=gentoo
13 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml?rev=1.32&content-type=text/plain&cvsroot=gentoo
14 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml.diff?r1=1.31&r2=1.32&cvsroot=gentoo
15
16 Index: hb-install-hppa-medium.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v
19 retrieving revision 1.31
20 retrieving revision 1.32
21 diff -u -r1.31 -r1.32
22 --- hb-install-hppa-medium.xml 9 Aug 2005 09:43:58 -0000 1.31
23 +++ hb-install-hppa-medium.xml 10 Aug 2005 11:13:37 -0000 1.32
24 @@ -4,12 +4,12 @@
25 <!-- The content of this document is licensed under the CC-BY-SA license -->
26 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
27
28 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v 1.31 2005/08/09 09:43:58 swift Exp $ -->
29 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-hppa-medium.xml,v 1.32 2005/08/10 11:13:37 swift Exp $ -->
30
31 <sections>
32
33 -<version>1.25</version>
34 -<date>2005-08-08</date>
35 +<version>1.26</version>
36 +<date>2005-08-10</date>
37
38 <section>
39 <title>Hardware Requirements</title>
40 @@ -56,75 +56,318 @@
41 <!-- Copy/paste from hb-install-x86-medium.xml -->
42 <!-- START -->
43 <section>
44 -<title>The Gentoo Universal Installation CD</title>
45 +<title>The Gentoo Installation Approaches</title>
46 <subsection>
47 <title>Introduction</title>
48 <body>
49
50 <p>
51 -Gentoo Linux can be installed using one of three <e>stage</e> tarball files. A
52 -stage file is a tarball (compressed archive) that contains a minimal
53 +Gentoo Linux can be installed using one of three <e>stage</e> tarball files.
54 +A stage file is a tarball (compressed archive) that contains a minimal
55 environment.
56 </p>
57
58 <ul>
59 <li>
60 - A stage1 file contains nothing more than a compiler, Portage (Gentoo's
61 - software management system) and a couple of packages on which the
62 - compiler or Portage depends.
63 - </li>
64 - <li>
65 - A stage2 file contains a so-called bootstrapped system, a minimal
66 - environment from which one can start building all other necessary
67 - applications that make a Gentoo environment complete.
68 - </li>
69 - <li>
70 - A stage3 file contains a prebuilt minimal system which is almost fully
71 - deployable. It only lacks a few applications where you, the Gentoo user,
72 - needs to choose which one you want to install.
73 - </li>
74 + A stage1 file contains nothing more than a compiler, Portage (Gentoo's
75 + software management system) and a couple of packages on which the compiler
76 + or Portage depends.
77 + </li>
78 + <li>
79 + A stage2 file contains a so-called bootstrapped system, a minimal
80 + environment from which one can start building all other necessary
81 + applications that make a Gentoo environment complete.
82 + </li>
83 + <li>
84 + A stage3 file contains a prebuilt minimal system which is almost fully
85 + deployable. It only lacks a few applications where you, the Gentoo user,
86 + needs to choose which one you want to install.
87 + </li>
88 </ul>
89
90 <p>
91 -We will opt for a stage3 installation throughout this document. If you want to
92 -perform a Gentoo installation using the stage1 or stage2 files, please use the
93 -installation instructions in the <uri
94 -link="/doc/en/handbook/handbook-hppa.xml">Gentoo Handbook</uri>. They do
95 -require a working Internet connection though.
96 +To help you decide what stage file you want to use, we have written down the
97 +major advantages and disadvantages of each stage file.
98 +</p>
99 +
100 +</body>
101 +</subsection>
102 +<subsection>
103 +<title>A Stage1 Approach</title>
104 +<body>
105 +
106 +<p>
107 +A <e>stage1</e> is used when you want to bootstrap and build the entire system
108 +from scratch.
109 </p>
110
111 +<p>
112 +Starting from a stage1 allows you to have total control over the
113 +optimization settings and optional build-time functionality that is
114 +initially enabled on your system. This makes <e>stage1</e> installs good for
115 +power users who know what they are doing. It is also a great
116 +installation method for those who would like to know more about the
117 +inner workings of Gentoo Linux.
118 +</p>
119 +
120 +<table>
121 +<tr>
122 + <th>Stage1</th>
123 + <th>Pros and Cons</th>
124 +</tr>
125 +<tr>
126 + <th>+</th>
127 + <ti>
128 + Allows you to have total control over the optimization settings and optional
129 + build-time functionality that is initially enabled on your system
130 + </ti>
131 +</tr>
132 +<tr>
133 + <th>+</th>
134 + <ti>Suitable for powerusers that know what they are doing</ti>
135 +</tr>
136 +<tr>
137 + <th>+</th>
138 + <ti>Allows you to learn more about the inner workings of Gentoo</ti>
139 +</tr>
140 +<tr>
141 + <th>-</th>
142 + <ti>Takes a long time to finish the installation</ti>
143 +</tr>
144 +<tr>
145 + <th>-</th>
146 + <ti>
147 + If you don't intend to tweak the settings, it is a waste of time
148 + </ti>
149 +</tr>
150 +</table>
151 +
152 </body>
153 </subsection>
154 <subsection>
155 -<title>Gentoo Universal Installation CD</title>
156 +<title>A Stage2 Approach</title>
157 <body>
158
159 <p>
160 -An Installation CD is a bootable medium which contains a self-sustained Gentoo
161 -environment. It allows you to boot Linux from the CD. During the boot process
162 -your hardware is detected and the appropriate drivers are loaded. The Gentoo
163 -Installation CDs are maintained by Gentoo developers.
164 +A <e>stage2</e> is used for building the entire system from a bootstrapped
165 +"semi-compiled" state.
166 </p>
167
168 <p>
169 -There currently are two Installation CDs available:
170 +Stage2 installs allow you to skip the bootstrap process; doing this
171 +is fine if you are happy with the optimization settings that we chose
172 +for your particular stage2 tarball.
173 +</p>
174 +
175 +<table>
176 +<tr>
177 + <th>Stage2</th>
178 + <th>Pros and Cons</th>
179 +</tr>
180 +<tr>
181 + <th>+</th>
182 + <ti>You don't need to bootstrap</ti>
183 +</tr>
184 +<tr>
185 + <th>+</th>
186 + <ti>Faster than starting with stage1</ti>
187 +</tr>
188 +<tr>
189 + <th>+</th>
190 + <ti>You can still tweak your settings</ti>
191 +</tr>
192 +<tr>
193 + <th>-</th>
194 + <ti>You cannot tweak as much as with a stage1</ti>
195 +</tr>
196 +<tr>
197 + <th>-</th>
198 + <ti>It's still not the fastest way to install Gentoo</ti>
199 +</tr>
200 +<tr>
201 + <th>-</th>
202 + <ti>You have to accept the optimizations we chose for the bootstrap</ti>
203 +</tr>
204 +</table>
205 +
206 +</body>
207 +</subsection>
208 +<subsection>
209 +<title>A Stage3 Approach</title>
210 +<body>
211 +
212 +<p>
213 +A <e>stage3</e> installation contains a basic Gentoo Linux system that has been
214 +built for you. You will only need to build a few packages of which we can't
215
216
217
218 --
219 gentoo-doc-cvs@g.o mailing list