Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: gentoo-sparc-quickinstall.xml gentoo-upgrading.xml gentoo-x86+raid+lvm2-quickinstall.xml gentoo-x86-quickinstall.xml guide-localization.xml metadoc.xml
Date: Mon, 07 May 2007 18:12:23
Message-Id: E1Hl7gS-0007WF-Rp@stork.gentoo.org
1 nightmorph 07/05/07 18:11:40
2
3 Modified: gentoo-sparc-quickinstall.xml gentoo-upgrading.xml
4 gentoo-x86+raid+lvm2-quickinstall.xml
5 gentoo-x86-quickinstall.xml guide-localization.xml
6 metadoc.xml
7 Log:
8 2007.0 release is here; final changes and new docs
9
10 Revision Changes Path
11 1.22 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.22&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.22&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?r1=1.21&r2=1.22
16
17 Index: gentoo-sparc-quickinstall.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
20 retrieving revision 1.21
21 retrieving revision 1.22
22 diff -u -r1.21 -r1.22
23 --- gentoo-sparc-quickinstall.xml 26 Feb 2007 08:58:04 -0000 1.21
24 +++ gentoo-sparc-quickinstall.xml 7 May 2007 18:11:40 -0000 1.22
25 @@ -1,5 +1,5 @@
26 <?xml version='1.0' encoding="UTF-8"?>
27 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.21 2007/02/26 08:58:04 nightmorph Exp $ -->
28 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.22 2007/05/07 18:11:40 nightmorph Exp $ -->
29
30 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
31
32 @@ -20,8 +20,8 @@
33 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
34 <license/>
35
36 -<version>1.14</version>
37 -<date>2007-02-26</date>
38 +<version>1.15</version>
39 +<date>2007-05-07</date>
40
41 <chapter>
42 <title>Sparc Quick Install Reference</title>
43 @@ -40,9 +40,7 @@
44 Mirrors</uri>. The 'universal' and 'minimal' CDs are bootable and contain
45 the tools necessary to install Gentoo. The 'universal' CD also contains
46 stages and some distfiles. The 'packages' CD contains additional precompiled
47 -packages for GRP installs. The netboot images contain no stages and a subset of
48 -the standard toolset (note that you will have to use <c>vi</c> instead of
49 -<c>nano</c> when netbooting).
50 +packages for GRP installs.
51 </p>
52
53 <p>
54 @@ -131,10 +129,19 @@
55 Next we set up the necessary information:
56 </p>
57
58 -<pre caption = "Setting up Configuration Files">
59 -<comment>(Set timezone information)</comment>
60 -# <i>cp /usr/share/zoneinfo/<comment>&lt;path to time zone file&gt;</comment> /etc/localtime</i>
61 -<comment>(Edit fstab file)</comment>
62 +<pre caption="Setting timezone">
63 +<comment>(List available timezones)</comment>
64 +# <i>ls /usr/share/zoneinfo</i>
65 +<comment>(Using Brussels as an example)</comment>
66 +# <i>nano -w /etc/conf.d/clock</i>
67 +TIMEZONE="Europe/Brussels"
68 +</pre>
69 +
70 +<p>
71 +Next, edit <path>/etc/fstab</path>:
72 +</p>
73 +
74 +<pre caption="Setting fstab">
75 # <i>nano -w /etc/fstab</i>
76 </pre>
77
78 @@ -164,14 +171,10 @@
79 # <i>cd /usr/src/linux; make menuconfig</i>
80 ( (2) Include shmfs, procfs, devfs if not using udev)
81 ( (3) Compile your kernel)
82 -( - 2.4 kernels on sparc32) # <i>make dep &amp;&amp; make clean vmlinux modules modules_install</i>
83 ( - 2.4 kernels on sparc64) # <i>make dep &amp;&amp; make clean vmlinux image modules modules_install</i>
84 -( - 2.6 kernels on sparc32 # <i>make &amp;&amp; make modules_install</i>
85 ( - 2.6 kernels on sparc64 # <i>make &amp;&amp; make image modules_install</i>
86 ( (4) Copy over the kernel)
87 -( - 2.4 kernels on sparc32) # <i>cp vmlinux /boot/image</i>
88 ( - 2.4 kernels on sparc64) # <i>cp arch/sparc64/boot/image /boot</i>
89 -( - 2.6 kernels on sparc32) # <i>cp arch/sparc/boot/image /boot</i>
90 ( - 2.6 kernels on sparc64) # <i>cp arch/sparc64/boot/image /boot</i>
91 </pre>
92
93 @@ -246,15 +249,15 @@
94 (GRP-users only)
95 ( (1) Mount CD2) # <i>mount /dev/cdroms/cdrom0 /mnt/cdrom</i>
96 ( (2) Copy over packages) # <i>cp -a /mnt/cdrom/packages/* /usr/portage/packages/</i>
97 -( (3) Install extra software) # <i>USE="bindist" emerge -k xorg-x11 gnome kde</i>
98 -( (4) Configure your Xserver) # <i>$EDITOR /etc/X11/XF86Config</i>
99 +( (3) Install extra software) # <i>emerge -k xorg-x11 gnome kde</i>
100 +( (4) Configure your Xserver) # <i>nano -w /etc/X11/xorg.conf</i>
101 </pre>
102
103 <p>
104 You can get more information from the <uri
105 -link="http://www.gentoo.org/doc/en/index.xml">Gentoo
106 -Documentation</uri>.
107 +link="http://www.gentoo.org/doc/en/index.xml">Gentoo Documentation</uri>.
108 </p>
109 +
110 </body>
111 </section>
112 </chapter>
113
114
115
116 1.37 xml/htdocs/doc/en/gentoo-upgrading.xml
117
118 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.37&view=markup
119 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.37&content-type=text/plain
120 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?r1=1.36&r2=1.37
121
122 Index: gentoo-upgrading.xml
123 ===================================================================
124 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v
125 retrieving revision 1.36
126 retrieving revision 1.37
127 diff -u -r1.36 -r1.37
128 --- gentoo-upgrading.xml 10 Jan 2007 07:29:40 -0000 1.36
129 +++ gentoo-upgrading.xml 7 May 2007 18:11:40 -0000 1.37
130 @@ -1,6 +1,6 @@
131 <?xml version='1.0' encoding="UTF-8"?>
132 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
133 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.36 2007/01/10 07:29:40 nightmorph Exp $ -->
134 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.37 2007/05/07 18:11:40 nightmorph Exp $ -->
135
136 <guide link="/doc/en/gentoo-upgrading.xml">
137 <title>Gentoo Upgrading Guide</title>
138 @@ -11,6 +11,9 @@
139 <author title="Editor">
140 <mail link="wolf31o2@g.o">Chris Gianelloni</mail>
141 </author>
142 +<author title="Editor">
143 + <mail link="nightmorph@g.o">Joshua Saddler</mail>
144 +</author>
145
146 <abstract>
147 This document explains how new Gentoo releases affect existing installs.
148 @@ -20,8 +23,8 @@
149 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
150 <license/>
151
152 -<version>2.7</version>
153 -<date>2007-01-09</date>
154 +<version>2.8</version>
155 +<date>2007-05-05</date>
156
157 <chapter>
158 <title>Gentoo and Upgrades</title>
159 @@ -102,8 +105,8 @@
160 The profile in use is determined by the symbolic link
161 <path>/etc/make.profile</path>, which points to a subdirectory of
162 <path>/usr/portage/profiles</path> which holds the profile files. For
163 -instance, the default x86 2006.1 profile can be found
164 -at <path>/usr/portage/profiles/default-linux/x86/2006.1</path>.
165 +instance, the default x86 2007.0 profile can be found
166 +at <path>/usr/portage/profiles/default-linux/x86/2007.0</path>.
167 The files in the parent directories are part of the profile as well (and
168 are therefore shared by different subprofiles). This is why we call these
169 <e>cascaded profiles</e>.
170 @@ -155,7 +158,7 @@
171 <body>
172
173 <p>
174 -If a release (such as 2006.1 for x86) introduces a new profile, you have the
175 +If a release (such as 2007.0 for x86) introduces a new profile, you have the
176 choice to migrate to the new profile.
177 </p>
178
179 @@ -195,122 +198,14 @@
180 <body>
181
182 <p>
183 -The following profiles are officially supported by Gentoo developers:
184 +You can view the list of profiles on your architecture officially supported by
185 +Gentoo developers when you <c>emerge eselect</c> and then run the following
186 +command:
187 </p>
188
189 -<table>
190 -<tr>
191 - <th>Architecture</th>
192 - <th>Most recent profiles</th>
193 - <th>Other supported profiles</th>
194 -</tr>
195 -<tr>
196 - <th>alpha</th>
197 - <ti>default-linux/alpha/2006.1</ti>
198 - <ti>
199 - default-linux/alpha/2006.0, default-linux/alpha/2006.1/desktop,
200 - default-linux/alpha/2006.1/server, default-linux/alpha/no-nptl,
201 - default-linux/alpha/no-nptl/2.4
202 - </ti>
203 -</tr>
204 -<tr>
205 - <th>arm</th>
206 - <ti>default-linux/arm/2004.3</ti>
207 - <ti></ti>
208 -</tr>
209 -<tr>
210 - <th>amd64</th>
211 - <ti>default-linux/amd64/2006.1</ti>
212 - <ti>
213 - default-linux/amd64/2006.0, default-linux/amd64/2006.0/no-multilib,
214 - default-linux/amd64/2006.1/desktop, default-linux/amd64/2006.1/server,
215 - default-linux/amd64/2006.1/no-multilib
216 - </ti>
217 -</tr>
218 -<tr>
219 - <th>hppa</th>
220 - <ti>default-linux/hppa/2006.1</ti>
221 - <ti>default-linux/hppa/2005.0</ti>
222 -</tr>
223 -<tr>
224 - <th>ia64</th>
225 - <ti>default-linux/ia64/2006.0</ti>
226 - <ti>default-linux/ia64/2005.0</ti>
227 -</tr>
228 -<tr>
229 - <th>ppc</th>
230 - <ti>default-linux/ppc/ppc32/2006.1, default-linux/ppc/ppc64/2006.1</ti>
231 - <ti>
232 - default-linux/ppc/ppc32/2006.0, default-linux/ppc/ppc64,2006.0,
233 - default-linux/ppc/ppc32/2006.0/G3,
234 - default-linux/ppc/ppc32/2006.0/G3/Pegasos,
235 - default-linux/ppc/ppc32/2006.0/G4,
236 - default-linux/ppc/ppc32/2006.0/G4/Pegasos,
237 - default-linux/ppc/ppc32/2006,1/G3,
238 - default-linux/ppc/ppc32/2006.1/G3/Pegasos,
239 - default-linux/ppc/ppc32/2006.1/G4,
240 - default-linux/ppc/ppc32/2006.1/G4/Pegasos,
241 - default-linux/ppc/ppc64/2006.0/32bit-userland,
242 - default-linux/ppc/ppc64/2006.0/32bit-userland/970,
243 - default-linux/ppc/ppc64/2006.0/32bit-userland/power3,
244 - default-linux/ppc/ppc64/2006.0/32bit-userland/power4,
245 - default-linux/ppc/ppc64/2006.0/32bit-userland/power5,
246 - default-linux/ppc/ppc64/2006.0/64bit-userland/970,
247 - default-linux/ppc/ppc64/2006.0/64bit-userland/power3,
248 - default-linux/ppc/ppc64/2006.0/64bit-userland/power4,
249 - default-linux/ppc/ppc64/2006.0/64bit-userland/power5,
250 - default-linux/ppc/ppc64/2006.1/32bit-userland,
251 - default-linux/ppc/ppc64/2006.1/32bit-userland/970,
252 - default-linux/ppc/ppc64/2006.1/32bit-userland/power3,
253 - default-linux/ppc/ppc64/2006.1/32bit-userland/power4,
254 - default-linux/ppc/ppc64/2006.1/32bit-userland/power5,
255 - default-linux/ppc/ppc64/2006.1/64bit-userland/970,
256 - default-linux/ppc/ppc64/2006.1/64bit-userland/power3,
257 - default-linux/ppc/ppc64/2006.1/64bit-userland/power4,
258 - default-linux/ppc/ppc64/2006.1/64bit-userland/power5
259 - </ti>
260 -</tr>
261 -<tr>
262 - <th>mips</th>
263 - <ti>default-linux/mips/2006.1</ti>
264 - <ti>
265 - default-linux/mips/2006.1/cobalt/o32,
266 - default-linux/mips/2006.1/generic-be/o32,
267 - default-linux/mips/2006.1/ip27/o32, default-linux/mips/2006.1/ip28/o32,
268 - default-linux/mips/2006.1/ip30/o32
269 - </ti>
270 -</tr>
271 -<tr>
272 - <th>s390</th>
273 - <ti>2006.0</ti>
274 - <ti>2004.3</ti>
275 -</tr>
276 -<tr>
277 - <th>sh</th>
278 - <ti>default-linux/sh/2006.1</ti>
279 - <ti></ti>
280 -</tr>
281 -<tr>
282 - <th>sparc</th>
283 - <ti>
284 - default-linux/sparc/sparc64/2006.1, default-linux/sparc/sparc64/2006.1/2.4
285 - </ti>
286 - <ti>
287 - default-linux/sparc/sparc64/2006.0, default-linux/sparc/sparc64/2006.0/2.4
288 - </ti>
289 -</tr>
290 -<tr>
291 - <th>x86</th>
292 - <ti>
293 - default-linux/x86/2006.1, default-linux/x86/no-nptl,
294 - default-linux/x86/no-nptl/2.4
295 - </ti>
296 - <ti>
297 - default-linux/x86/2006.1/desktop, default-linux/x86/2006.1/server,
298 - default-linux/x86/2006.0
299 - </ti>
300 -</tr>
301 -</table>
302 +<pre caption="Viewing supported profiles">
303 +# <i>eselect profile list</i>
304 +</pre>
305
306 </body>
307 </section>
308 @@ -318,12 +213,51 @@
309
310 <chapter id="instructions">
311 <title>Profile updating instructions</title>
312 +<section id="general">
313 +<title>General instructions</title>
314 +<body>
315 +
316 +<impo>
317 +Make sure your Portage is updated before performing any profile changes.
318 +</impo>
319 +
320 +<p>
321 +First, run <c>emerge eselect</c>. The <c>eselect</c> utility will let you view
322 +and select profiles easily, without needing to create or remove symlinks by
323 +hand.
324 +</p>
325 +
326 +<pre caption="Profile selection with eselect">
327 +<comment>(View available profiles)</comment>
328 +# <i>eselect profile list</i>
329 +
330 +<comment>(Select the number of your desired profile from the list)</comment>
331 +# <i>eselect profile set &lt;number&gt;</i>
332 +</pre>
333 +
334 +<p>
335 +If you'd still prefer to change profiles manually, then simply do the following:
336 +</p>
337 +
338 +<pre caption="Changing profiles manually">
339 +# <i>rm /etc/make.profile</i>
340 +# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/make.profile</i>
341 +</pre>
342 +
343 +<note>
344 +There are <b>desktop</b> and <b>server</b> subprofiles for most architectures.
345 +Examine these profiles carefully, as they may serve your needs better than the
346 +extremely minimal default profiles.
347 +</note>
348 +
349 +</body>
350 +</section>
351 <section>
352 -<title>Updating to 2006.1</title>
353 +<title>Updating to 2007.0 or 2006.1</title>
354 <body>
355
356 <p>
357 -If you intend to upgrade to this profile, you should be aware that it expects
358 +If you intend to upgrade to these profiles, you should be aware that they expect
359 the system to be set to a Unicode locale by default; specifically that
360 UNICODE="yes" is set in <path>/etc/rc.conf</path>. For this to work, you must
361 have created a Unicode locale for your system to use. Please read our <uri
362 @@ -351,21 +285,15 @@
363 # <i>emerge -a baselayout</i>
364 </pre>
365
366 -<p>
367 -To switch to the 2006.1 profile, point the <path>/etc/make.profile</path>
368 -symlink to the new location. Make sure your Portage is updated before you
369 -change your profile.
370 -</p>
371 -
372 -<pre caption="Changing to a 2006.1 profile">
373 -# <i>rm /etc/make.profile</i>
374 -# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/make.profile</i>
375 -</pre>
376 +<note>
377 +If you are updating to a 2007.0 profile on the Sparc architecture, then you will
378 +need to follow the <uri link="/doc/en/gcc-upgrading.xml">GCC Upgrading
379 +Guide</uri>, as <c>gcc-4</c> is the default compiler.
380 +</note>
381
382 <p>
383 -Please note that the <b>alpha</b>/2006.1, <b>amd64</b>/2006.1 and
384 -<b>x86</b>/2006.1 profiles are very minimal. They all have a <c>desktop</c>
385 -sub-profile that is likely what you want on a desktop machine.
386 +Finally, follow the <uri link="#general">general instructions</uri> for updating
387 +your profile.
388 </p>
389
390 </body>
391
392
393
394 1.13 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml
395
396 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.13&view=markup
397 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.13&content-type=text/plain
398 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.12&r2=1.13
399
400 Index: gentoo-x86+raid+lvm2-quickinstall.xml
401 ===================================================================
402 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
403 retrieving revision 1.12
404 retrieving revision 1.13
405 diff -u -r1.12 -r1.13
406 --- gentoo-x86+raid+lvm2-quickinstall.xml 11 Apr 2007 10:17:50 -0000 1.12
407 +++ gentoo-x86+raid+lvm2-quickinstall.xml 7 May 2007 18:11:40 -0000 1.13
408 @@ -1,5 +1,5 @@
409 <?xml version='1.0' encoding="UTF-8"?>
410 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.12 2007/04/11 10:17:50 neysx Exp $ -->
411 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v 1.13 2007/05/07 18:11:40 nightmorph Exp $ -->
412
413 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
414
415 @@ -25,8 +25,8 @@
416 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
417 <license/>
418
419 -<version>7</version>
420 -<date>2007-04-11</date>
421 +<version>8</version>
422 +<date>2007-05-07</date>
423
424 <chapter>
425 <title>Introduction</title>
426 @@ -182,7 +182,7 @@
427
428 <pre caption="Configure networking the manual way">
429 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
430 -livecd root # <i>route add default gw 192.168.1.1</i>
431 +livecd root # <i>route add default via 192.168.1.1</i>
432 livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i>
433 </pre>
434
435 @@ -471,16 +471,16 @@
436 livecd ~ # <i>mke2fs /dev/md1</i>
437
438 <comment>(Let's use ext3 on the root partition)</comment>
439 -livecd ~ # <i>mke2fs -j -O dir_index /dev/md3</i>
440 +livecd ~ # <i>mke2fs -j /dev/md3</i>
441
442 <comment>(Create file systems on logical volumes)</comment>
443 livecd ~ # <i>mke2fs -b 4096 -T largefile /dev/vg/distfiles</i>
444 -livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/home</i>
445 -livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/opt</i>
446 +livecd ~ # <i>mke2fs -j /dev/vg/home</i>
447 +livecd ~ # <i>mke2fs -j /dev/vg/opt</i>
448 livecd ~ # <i>mke2fs -b 1024 -N 200000 /dev/vg/portage</i>
449 livecd ~ # <i>mke2fs /dev/vg/tmp</i>
450 -livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/usr</i>
451 -livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/var</i>
452 +livecd ~ # <i>mke2fs -j /dev/vg/usr</i>
453 +livecd ~ # <i>mke2fs -j /dev/vg/var</i>
454 livecd ~ # <i>mke2fs /dev/vg/vartmp</i>
455
456 <comment>(Create and activate swap)</comment>
457 @@ -614,13 +614,16 @@
458 <body>
459
460 <p>
461 -Set your time zone information by copying the correct file from
462 -<path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file.
463 +Set your time zone information by using the correct listing in
464 +<path>/usr/share/zoneinfo</path>.
465 </p>
466
467 -<pre caption="Copy your timezone file">
468 +<pre caption="Setting your timezone">
469 +livecd / # <i>ls /usr/share/zoneinfo</i>
470 <comment>(Using Brussels as an example)</comment>
471 -livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
472 +livecd / # <i>nano -w /etc/conf.d/clock</i>
473 +TIMEZONE="Europe/Brussels"
474 +
475 livecd / # <i>date</i>
476 Wed Mar 8 00:46:05 CET 2006
477 </pre>
478 @@ -765,16 +768,6 @@
479 </pre>
480
481 <p>
482 -Edit <path>/etc/conf.d/clock</path> to define the time zone you used
483 -previously.
484 -</p>
485 -
486 -<pre caption="Edit /etc/conf.d/clock">
487 -livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
488 -TIMEZONE="Europe/Brussels"
489 -</pre>
490 -
491 -<p>
492 Check the system configuration in <path>/etc/rc.conf</path>,
493 <path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
494 those files if required.
495 @@ -833,7 +826,7 @@
496 livecd conf.d # <i>emerge jfsutils</i> <comment>(If you use the JFS file system)</comment>
497 livecd conf.d # <i>emerge reiserfsprogs</i> <comment>(If you use the Reiser file system)</comment>
498 livecd conf.d # <i>emerge dhcpcd</i> <comment>(If you need a DHCP client)</comment>
499 -livecd conf.d # <i>USE="-X" emerge rp-pppoe</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
500 +livecd conf.d # <i>emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
501 </pre>
502
503 </body>
504
505
506
507 1.74 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml
508
509 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.74&view=markup
510 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.74&content-type=text/plain
511 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.73&r2=1.74
512
513 Index: gentoo-x86-quickinstall.xml
514 ===================================================================
515 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
516 retrieving revision 1.73
517 retrieving revision 1.74
518 diff -u -r1.73 -r1.74
519 --- gentoo-x86-quickinstall.xml 11 Apr 2007 10:17:50 -0000 1.73
520 +++ gentoo-x86-quickinstall.xml 7 May 2007 18:11:40 -0000 1.74
521 @@ -1,5 +1,5 @@
522 <?xml version='1.0' encoding="UTF-8"?>
523 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.73 2007/04/11 10:17:50 neysx Exp $ -->
524 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.74 2007/05/07 18:11:40 nightmorph Exp $ -->
525
526 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
527
528 @@ -25,8 +25,8 @@
529 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
530 <license/>
531
532 -<version>16</version>
533 -<date>2007-04-11</date>
534 +<version>17</version>
535 +<date>2007-05-07</date>
536
537 <chapter>
538 <title>Introduction</title>
539 @@ -172,7 +172,7 @@
540
541 <pre caption="Configure networking the manual way">
542 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
543 -livecd root # <i>route add default gw 192.168.1.1</i>
544 +livecd root # <i>route add default via 192.168.1.1</i>
545 livecd root # <i>echo nameserver 192.168.1.1 &gt; /etc/resolv.conf</i>
546 </pre>
547
548 @@ -276,7 +276,7 @@
549 livecd ~ # <i>mke2fs /dev/sda1</i>
550
551 <comment>(Let's use ext3 on the main partition)</comment>
552 -livecd ~ # <i>mke2fs -j -O dir_index /dev/sda3</i>
553 +livecd ~ # <i>mke2fs -j /dev/sda3</i>
554
555 <comment>(Create and activate swap)</comment>
556 livecd ~ # <i>mkswap /dev/sda2 &amp;&amp; swapon /dev/sda2</i>
557 @@ -392,13 +392,16 @@
558 <body>
559
560 <p>
561 -Set your time zone information by copying the correct file from
562 -<path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file.
563 +Set your time zone information by using the correct listing in
564 +<path>/usr/share/zoneinfo</path>.
565 </p>
566
567 <pre caption="Setting your timezone">
568 +livecd / # <i>ls /usr/share/zoneinfo</i>
569 <comment>(Using Brussels as an example)</comment>
570 -livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
571 +livecd / # <i>nano -w /etc/conf.d/clock</i>
572 +TIMEZONE="Europe/Brussels"
573 +
574 livecd / # <i>date</i>
575 Wed Mar 8 00:46:05 CET 2006
576 </pre>
577 @@ -488,7 +491,7 @@
578 <pre caption="Configure networking">
579 livecd etc # <i>cd conf.d</i>
580 livecd conf.d # <i>echo 'config_eth0=( "192.168.1.10/24" )' >> net</i>
581 -livecd conf.d # <i>echo 'routes_eth0=( "default gw 192.168.1.1" )' >> net</i>
582 +livecd conf.d # <i>echo 'routes_eth0=( "default via 192.168.1.1" )' >> net</i>
583 livecd conf.d # <i>rc-update add net.eth0 default</i>
584 <comment>(If you compiled your network card driver as a module,
585 add it to /etc/modules.autoload.d/kernel-2.6)</comment>
586 @@ -513,16 +516,6 @@
587 </pre>
588
589 <p>
590 -Edit <path>/etc/conf.d/clock</path> to define the time zone you used
591 -previously.
592 -</p>
593 -
594 -<pre caption="Edit /etc/conf.d/clock">
595 -livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
596 -TIMEZONE="Europe/Brussels"
597 -</pre>
598 -
599 -<p>
600 Check the system configuration in <path>/etc/rc.conf</path>,
601 <path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
602 those files if required.
603 @@ -573,7 +566,7 @@
604 livecd conf.d # <i>emerge jfsutils</i> <comment>(If you use the JFS file system)</comment>
605 livecd conf.d # <i>emerge reiserfsprogs</i> <comment>(If you use the Reiser file system)</comment>
606 livecd conf.d # <i>emerge dhcpcd</i> <comment>(If you need a DHCP client)</comment>
607 -livecd conf.d # <i>USE="-X" emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
608 +livecd conf.d # <i>emerge ppp</i> <comment>(If you need PPPoE ADSL connectivity)</comment>
609 </pre>
610
611 </body>
612
613
614
615 1.46 xml/htdocs/doc/en/guide-localization.xml
616
617 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.46&view=markup
618 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.46&content-type=text/plain
619 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.45&r2=1.46
620
621 Index: guide-localization.xml
622 ===================================================================
623 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
624 retrieving revision 1.45
625 retrieving revision 1.46
626 diff -u -r1.45 -r1.46
627 --- guide-localization.xml 10 Nov 2006 21:24:14 -0000 1.45
628 +++ guide-localization.xml 7 May 2007 18:11:40 -0000 1.46
629 @@ -1,5 +1,5 @@
630 <?xml version='1.0' encoding='UTF-8'?>
631 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.45 2006/11/10 21:24:14 nightmorph Exp $ -->
632 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.46 2007/05/07 18:11:40 nightmorph Exp $ -->
633 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
634
635 <guide link="/doc/en/guide-localization.xml">
636 @@ -29,8 +29,8 @@
637 the German doc. Includes configuration for use of the euro currency symbol.
638 </abstract>
639
640 -<version>1.33</version>
641 -<date>2006-11-10</date>
642 +<version>1.34</version>
643 +<date>2007-05-07</date>
644
645 <chapter>
646 <title>Time zone</title>
647 @@ -38,17 +38,22 @@
648 <body>
649
650 <p>
651 -In order to keep time properly, <path>/etc/localtime</path> must contain the
652 -correct time zone data. Look around in <path>/usr/share/zoneinfo/</path>
653 -and pick your timezone or a near-by big city. Please avoid the
654 +In order to keep time properly, you need to select your timezone so that your
655 +system knows where it is located. Look for your timezone in
656 +<path>/usr/share/zoneinfo</path>. You then set your timezone in
657 +<path>/etc/conf.d/clock</path>. Please avoid the
658 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
659 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
660 </p>
661
662 -<pre caption="Setting the timezone">
663 -# <i>cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
664 +<pre caption="Setting the timezone information">
665 +# <i>ls /usr/share/zoneinfo</i>
666 +<comment>(Suppose you want to use Brussels)</comment>
667 +# <i>nano -w /etc/conf.d/clock</i>
668 +TIMEZONE="Europe/Brussels"
669 +
670 # <i>date</i>
671 -Sun Feb 16 08:26:44 CET 2003
672 +Wed Mar 8 00:46:05 CET 2006
673 </pre>
674
675 <note>
676
677
678
679 1.179 xml/htdocs/doc/en/metadoc.xml
680
681 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.179&view=markup
682 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.179&content-type=text/plain
683 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?r1=1.178&r2=1.179
684
685 Index: metadoc.xml
686 ===================================================================
687 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v
688 retrieving revision 1.178
689 retrieving revision 1.179
690 diff -u -r1.178 -r1.179
691 --- metadoc.xml 30 Apr 2007 16:24:50 -0000 1.178
692 +++ metadoc.xml 7 May 2007 18:11:40 -0000 1.179
693 @@ -1,9 +1,9 @@
694 <?xml version="1.0" encoding="UTF-8"?>
695 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.178 2007/04/30 16:24:50 rane Exp $ -->
696 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.179 2007/05/07 18:11:40 nightmorph Exp $ -->
697 <!DOCTYPE metadoc SYSTEM "/dtd/metadoc.dtd">
698
699 <metadoc lang="en">
700 -<version>1.103</version>
701 +<version>1.104</version>
702 <members>
703 <lead>neysx</lead>
704 <member>fox2mike</member>
705 @@ -128,22 +128,33 @@
706 <file id="gentoo-amd64-faq">/doc/en/gentoo-amd64-faq.xml</file>
707 <file id="handbook-alpha">/doc/en/handbook/handbook-alpha.xml</file>
708 <file id="handbook-amd64">/doc/en/handbook/handbook-amd64.xml</file>
709 + <file id="handbook-arm">/doc/en/handbook/handbook-arm.xml</file>
710 <file id="handbook-hppa">/doc/en/handbook/handbook-hppa.xml</file>
711 + <file id="handbook-ia64">/doc/en/handbook/handbook-ia64.xml</file>
712 <file id="handbook-mips">/doc/en/handbook/handbook-mips.xml</file>
713 <file id="handbook-ppc">/doc/en/handbook/handbook-ppc.xml</file>
714 + <file id="handbook-ppc64">/doc/en/handbook/handbook-ppc64.xml</file>
715 + <file id="handbook-sparc">/doc/en/handbook/handbook-sparc.xml</file>
716 + <file id="handbook-x86">/doc/en/handbook/handbook-x86.xml</file>
717 <file id="hb-portage-branches">/doc/en/handbook/hb-portage-branches.xml</file>
718 <file id="hb-install-about">/doc/en/handbook/hb-install-about.xml</file>
719 <file id="hb-install-alpha-bootloader">/doc/en/handbook/hb-install-alpha-bootloader.xml</file>
720 <file id="hb-install-alpha-disk">/doc/en/handbook/hb-install-alpha-disk.xml</file>
721 <file id="hb-install-alpha-kernel">/doc/en/handbook/hb-install-alpha-kernel.xml</file>
722 <file id="hb-install-alpha-medium">/doc/en/handbook/hb-install-alpha-medium.xml</file>
723 - <file id="handbook-ppc64">/doc/en/handbook/handbook-ppc64.xml</file>
724 + <file id="hb-install-arm-bootloader">/doc/en/handbook/hb-install-arm-bootloader.xml</file>
725 + <file id="hb-install-arm-disk">/doc/en/handbook/hb-install-arm-disk.xml</file>
726 + <file id="hb-install-arm-kernel">/doc/en/handbook/hb-install-arm-kernel.xml</file>
727 + <file id="hb-install-arm-medium">/doc/en/handbook/hb-install-arm-medium.xml</file>
728 <file id="hb-install-config">/doc/en/handbook/hb-install-config.xml</file>
729 <file id="hb-install-finalise">/doc/en/handbook/hb-install-finalise.xml</file>
730 <file id="hb-install-hppa-bootloader">/doc/en/handbook/hb-install-hppa-bootloader.xml</file>
731 <file id="hb-install-hppa-disk">/doc/en/handbook/hb-install-hppa-disk.xml</file>
732 <file id="hb-install-hppa-kernel">/doc/en/handbook/hb-install-hppa-kernel.xml</file>
733 <file id="hb-install-hppa-medium">/doc/en/handbook/hb-install-hppa-medium.xml</file>
734 + <file id="hb-install-ia64-disk">/doc/en/handbook/hb-install-ia64-disk.xml</file>
735 + <file id="hb-install-ia64-kernel">/doc/en/handbook/hb-install-ia64-kernel.xml</file>
736 + <file id="hb-install-ia64-medium">/doc/en/handbook/hb-install-ia64-medium.xml</file>
737 <file id="hb-install-mips-bootloader">/doc/en/handbook/hb-install-mips-bootloader.xml</file>
738 <file id="hb-install-mips-disk">/doc/en/handbook/hb-install-mips-disk.xml</file>
739 <file id="hb-install-mips-kernel">/doc/en/handbook/hb-install-mips-kernel.xml</file>
740 @@ -156,12 +167,15 @@
741 <file id="hb-install-ppc-disk">/doc/en/handbook/hb-install-ppc-disk.xml</file>
742 <file id="hb-install-ppc-kernel">/doc/en/handbook/hb-install-ppc-kernel.xml</file>
743 <file id="hb-install-ppc-medium">/doc/en/handbook/hb-install-ppc-medium.xml</file>
744 + <file id="hb-install-ppc64-bootloader">/doc/en/handbook/hb-install-ppc64-bootloader.xml</file>
745 + <file id="hb-install-ppc64-disk">/doc/en/handbook/hb-install-ppc64-disk.xml</file>
746 + <file id="hb-install-ppc64-kernel">/doc/en/handbook/hb-install-ppc64-kernel.xml</file>
747 + <file id="hb-install-ppc64-medium">/doc/en/handbook/hb-install-ppc64-medium.xml</file>
748 <file id="hb-install-sparc-bootloader">/doc/en/handbook/hb-install-sparc-bootloader.xml</file>
749 <file id="hb-install-sparc-disk">/doc/en/handbook/hb-install-sparc-disk.xml</file>
750 <file id="hb-install-sparc-kernel">/doc/en/handbook/hb-install-sparc-kernel.xml</file>
751 <file id="hb-install-sparc-medium">/doc/en/handbook/hb-install-sparc-medium.xml</file>
752 <file id="hb-install-stage">/doc/en/handbook/hb-install-stage.xml</file>
753 - <file id="handbook-x86">/doc/en/handbook/handbook-x86.xml</file>
754 <file id="hb-install-tools">/doc/en/handbook/hb-install-tools.xml</file>
755 <file id="hb-install-x86+amd64-bootloader">/doc/en/handbook/hb-install-x86+amd64-bootloader.xml</file>
756 <file id="hb-install-x86+amd64-disk">/doc/en/handbook/hb-install-x86+amd64-disk.xml</file>
757 @@ -173,11 +187,6 @@
758 <file id="hb-working-use">/doc/en/handbook/hb-working-use.xml</file>
759 <file id="hb-working-variables">/doc/en/handbook/hb-working-variables.xml</file>
760 <file id="handbook_index">/doc/en/handbook/index.xml</file>
761 - <file id="hb-install-ppc64-bootloader">/doc/en/handbook/hb-install-ppc64-bootloader.xml</file>
762 - <file id="handbook-sparc">/doc/en/handbook/handbook-sparc.xml</file>
763 - <file id="hb-install-ppc64-disk">/doc/en/handbook/hb-install-ppc64-disk.xml</file>
764 - <file id="hb-install-ppc64-kernel">/doc/en/handbook/hb-install-ppc64-kernel.xml</file>
765 - <file id="hb-install-ppc64-medium">/doc/en/handbook/hb-install-ppc64-medium.xml</file>
766 <file id="hb-install-system">/doc/en/handbook/hb-install-system.xml</file>
767 <file id="hb-portage-configuration">/doc/en/handbook/hb-portage-configuration.xml</file>
768 <file id="hb-portage-diverttree">/doc/en/handbook/hb-portage-diverttree.xml</file>
769 @@ -189,46 +198,45 @@
770 <file id="hb-net-modules">/doc/en/handbook/hb-net-modules.xml</file>
771 <file id="hb-net-start">/doc/en/handbook/hb-net-start.xml</file>
772 <file id="hb-net-wireless">/doc/en/handbook/hb-net-wireless.xml</file>
773 - <file id="2006.1-handbook-alpha">/doc/en/handbook/2006.1/handbook-alpha.xml</file>
774 - <file id="2006.1-handbook-amd64">/doc/en/handbook/2006.1/handbook-amd64.xml</file>
775 - <file id="2006.1-handbook-hppa">/doc/en/handbook/2006.1/handbook-hppa.xml</file>
776 - <file id="2006.1-handbook-ppc64">/doc/en/handbook/2006.1/handbook-ppc64.xml</file>
777 - <file id="2006.1-handbook-ppc">/doc/en/handbook/2006.1/handbook-ppc.xml</file>
778 - <file id="2006.1-handbook-sparc">/doc/en/handbook/2006.1/handbook-sparc.xml</file>
779 - <file id="2006.1-handbook-x86">/doc/en/handbook/2006.1/handbook-x86.xml</file>
780 - <file id="2006.1-hb-install-about">/doc/en/handbook/2006.1/hb-install-about.xml</file>
781 - <file id="2006.1-hb-installer-about">/doc/en/handbook/2006.1/hb-installer-about.xml</file>
782 - <file id="2006.1-hb-install-alpha-bootloader">/doc/en/handbook/2006.1/hb-install-alpha-bootloader.xml</file>
783 - <file id="2006.1-hb-install-alpha-disk">/doc/en/handbook/2006.1/hb-install-alpha-disk.xml</file>
784 - <file id="2006.1-hb-install-alpha-kernel">/doc/en/handbook/2006.1/hb-install-alpha-kernel.xml</file>
785 - <file id="2006.1-hb-install-alpha-medium">/doc/en/handbook/2006.1/hb-install-alpha-medium.xml</file>
786 - <file id="2006.1-hb-install-config">/doc/en/handbook/2006.1/hb-install-config.xml</file>
787 - <file id="2006.1-hb-install-finalise">/doc/en/handbook/2006.1/hb-install-finalise.xml</file>
788 - <file id="2006.1-hb-install-hppa-bootloader">/doc/en/handbook/2006.1/hb-install-hppa-bootloader.xml</file>
789 - <file id="2006.1-hb-install-hppa-disk">/doc/en/handbook/2006.1/hb-install-hppa-disk.xml</file>
790 - <file id="2006.1-hb-install-hppa-kernel">/doc/en/handbook/2006.1/hb-install-hppa-kernel.xml</file>
791 - <file id="2006.1-hb-install-hppa-medium">/doc/en/handbook/2006.1/hb-install-hppa-medium.xml</file>
792 - <file id="2006.1-hb-install-network">/doc/en/handbook/2006.1/hb-install-network.xml</file>
793 - <file id="2006.1-hb-install-next">/doc/en/handbook/2006.1/hb-install-next.xml</file>
794 - <file id="2006.1-hb-install-ppc64-bootloader">/doc/en/handbook/2006.1/hb-install-ppc64-bootloader.xml</file>
795 - <file id="2006.1-hb-install-ppc64-disk">/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml</file>
796 - <file id="2006.1-hb-install-ppc64-kernel">/doc/en/handbook/2006.1/hb-install-ppc64-kernel.xml</file>
797 - <file id="2006.1-hb-install-ppc64-medium">/doc/en/handbook/2006.1/hb-install-ppc64-medium.xml</file>
798 - <file id="2006.1-hb-install-ppc-bootloader">/doc/en/handbook/2006.1/hb-install-ppc-bootloader.xml</file>
799 - <file id="2006.1-hb-install-ppc-disk">/doc/en/handbook/2006.1/hb-install-ppc-disk.xml</file>
800 - <file id="2006.1-hb-install-ppc-kernel">/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml</file>
801 - <file id="2006.1-hb-install-ppc-medium">/doc/en/handbook/2006.1/hb-install-ppc-medium.xml</file>
802 - <file id="2006.1-hb-install-sparc-bootloader">/doc/en/handbook/2006.1/hb-install-sparc-bootloader.xml</file>
803 - <file id="2006.1-hb-install-sparc-disk">/doc/en/handbook/2006.1/hb-install-sparc-disk.xml</file>
804 - <file id="2006.1-hb-install-sparc-kernel">/doc/en/handbook/2006.1/hb-install-sparc-kernel.xml</file>
805 - <file id="2006.1-hb-install-sparc-medium">/doc/en/handbook/2006.1/hb-install-sparc-medium.xml</file>
806 - <file id="2006.1-hb-install-stage">/doc/en/handbook/2006.1/hb-install-stage.xml</file>
807 - <file id="2006.1-hb-install-system">/doc/en/handbook/2006.1/hb-install-system.xml</file>
808 - <file id="2006.1-hb-install-tools">/doc/en/handbook/2006.1/hb-install-tools.xml</file>
809 - <file id="2006.1-hb-install-gli-dialog">/doc/en/handbook/2006.1/hb-install-gli-dialog.xml</file>
810 - <file id="2006.1-hb-install-gli-medium">/doc/en/handbook/2006.1/hb-install-gli-medium.xml</file>
811 - <file id="2006.1-hb-install-gtkfe">/doc/en/handbook/2006.1/hb-install-gtkfe.xml</file>
812 - <file id="2006.1-index">/doc/en/handbook/2006.1/index.xml</file>
813 + <file id="2007.0-handbook-alpha">/doc/en/handbook/2007.0/handbook-alpha.xml</file>
814 + <file id="2007.0-handbook-amd64">/doc/en/handbook/2007.0/handbook-amd64.xml</file>
815 + <file id="2007.0-handbook-hppa">/doc/en/handbook/2007.0/handbook-hppa.xml</file>
816 + <file id="2007.0-handbook-ppc64">/doc/en/handbook/2007.0/handbook-ppc64.xml</file>
817 + <file id="2007.0-handbook-ppc">/doc/en/handbook/2007.0/handbook-ppc.xml</file>
818 + <file id="2007.0-handbook-sparc">/doc/en/handbook/2007.0/handbook-sparc.xml</file>
819 + <file id="2007.0-handbook-x86">/doc/en/handbook/2007.0/handbook-x86.xml</file>
820 + <file id="2007.0-hb-install-about">/doc/en/handbook/2007.0/hb-install-about.xml</file>
821 + <file id="2007.0-hb-install-alpha-bootloader">/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml</file>
822 + <file id="2007.0-hb-install-alpha-disk">/doc/en/handbook/2007.0/hb-install-alpha-disk.xml</file>
823 + <file id="2007.0-hb-install-alpha-kernel">/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml</file>
824 + <file id="2007.0-hb-install-alpha-medium">/doc/en/handbook/2007.0/hb-install-alpha-medium.xml</file>
825 + <file id="2007.0-hb-install-config">/doc/en/handbook/2007.0/hb-install-config.xml</file>
826 + <file id="2007.0-hb-install-finalise">/doc/en/handbook/2007.0/hb-install-finalise.xml</file>
827 + <file id="2007.0-hb-install-hppa-bootloader">/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml</file>
828 + <file id="2007.0-hb-install-hppa-disk">/doc/en/handbook/2007.0/hb-install-hppa-disk.xml</file>
829 + <file id="2007.0-hb-install-hppa-kernel">/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml</file>
830 + <file id="2007.0-hb-install-hppa-medium">/doc/en/handbook/2007.0/hb-install-hppa-medium.xml</file>
831 + <file id="2007.0-hb-install-network">/doc/en/handbook/2007.0/hb-install-network.xml</file>
832 + <file id="2007.0-hb-install-next">/doc/en/handbook/2007.0/hb-install-next.xml</file>
833 + <file id="2007.0-hb-install-ppc64-bootloader">/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml</file>
834 + <file id="2007.0-hb-install-ppc64-disk">/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml</file>
835 + <file id="2007.0-hb-install-ppc64-kernel">/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml</file>
836 + <file id="2007.0-hb-install-ppc64-medium">/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml</file>
837 + <file id="2007.0-hb-install-ppc-bootloader">/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml</file>
838 + <file id="2007.0-hb-install-ppc-disk">/doc/en/handbook/2007.0/hb-install-ppc-disk.xml</file>
839 + <file id="2007.0-hb-install-ppc-kernel">/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml</file>
840 + <file id="2007.0-hb-install-ppc-medium">/doc/en/handbook/2007.0/hb-install-ppc-medium.xml</file>
841 + <file id="2007.0-hb-install-sparc-bootloader">/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml</file>
842 + <file id="2007.0-hb-install-sparc-disk">/doc/en/handbook/2007.0/hb-install-sparc-disk.xml</file>
843 + <file id="2007.0-hb-install-sparc-kernel">/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml</file>
844 + <file id="2007.0-hb-install-sparc-medium">/doc/en/handbook/2007.0/hb-install-sparc-medium.xml</file>
845 + <file id="2007.0-hb-install-stage">/doc/en/handbook/2007.0/hb-install-stage.xml</file>
846 + <file id="2007.0-hb-install-system">/doc/en/handbook/2007.0/hb-install-system.xml</file>
847 + <file id="2007.0-hb-install-tools">/doc/en/handbook/2007.0/hb-install-tools.xml</file>
848 + <file id="2007.0-hb-install-gli-dialog">/doc/en/handbook/2007.0/hb-install-gli-dialog.xml</file>
849 + <file id="2007.0-hb-install-gli-medium">/doc/en/handbook/2007.0/hb-install-gli-medium.xml</file>
850 + <file id="2007.0-hb-install-gtkfe">/doc/en/handbook/2007.0/hb-install-gtkfe.xml</file>
851 + <file id="2007.0-index">/doc/en/handbook/2007.0/index.xml</file>
852 <file id="lvm2">/doc/en/lvm2.xml</file>
853 <file id="gentoo-kernel">/doc/en/gentoo-kernel.xml</file>
854 <file id="gentoo-ppc-faq">/doc/en/gentoo-ppc-faq.xml</file>
855 @@ -609,9 +617,9 @@
856 <memberof>install_guides</memberof>
857 <fileid>handbook_index</fileid>
858 </doc>
859 - <doc id="2006.1-index">
860 + <doc id="2007.0-index">
861 <memberof>install_guides</memberof>
862 - <fileid>2006.1-index</fileid>
863 + <fileid>2007.0-index</fileid>
864 </doc>
865 <doc id="gentoo-x86-quickinstall">
866 <memberof>install_guides</memberof>
867
868
869
870 --
871 gentoo-doc-cvs@g.o mailing list