public inbox for gentoo-doc-cvs@lists.gentoo.org
 help / color / mirror / Atom feed
* [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
@ 2007-05-07 18:11 Josh Saddler
  0 siblings, 0 replies; only message in thread
From: Josh Saddler @ 2007-05-07 18:11 UTC (permalink / raw
  To: gentoo-doc-cvs

nightmorph    07/05/07 18:11:40

  Modified:             gentoo-sparc-quickinstall.xml gentoo-upgrading.xml
                        gentoo-x86+raid+lvm2-quickinstall.xml
                        gentoo-x86-quickinstall.xml guide-localization.xml
                        metadoc.xml
  Log:
  2007.0 release is here; final changes and new docs

Revision  Changes    Path
1.22                 xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml?r1=1.21&r2=1.22

Index: gentoo-sparc-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- gentoo-sparc-quickinstall.xml	26 Feb 2007 08:58:04 -0000	1.21
+++ gentoo-sparc-quickinstall.xml	7 May 2007 18:11:40 -0000	1.22
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.21 2007/02/26 08:58:04 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-sparc-quickinstall.xml,v 1.22 2007/05/07 18:11:40 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -20,8 +20,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>1.14</version>
-<date>2007-02-26</date>
+<version>1.15</version>
+<date>2007-05-07</date>
 
 <chapter>
 <title>Sparc Quick Install Reference</title>
@@ -40,9 +40,7 @@
 Mirrors</uri>. The 'universal' and 'minimal' CDs are bootable and contain
 the tools necessary to install Gentoo. The 'universal' CD also contains
 stages and some distfiles. The 'packages' CD contains additional precompiled
-packages for GRP installs. The netboot images contain no stages and a subset of
-the standard toolset (note that you will have to use <c>vi</c> instead of
-<c>nano</c> when netbooting).
+packages for GRP installs.
 </p>
 
 <p>
@@ -131,10 +129,19 @@
 Next we set up the necessary information:
 </p>
 
-<pre caption = "Setting up Configuration Files">
-<comment>(Set timezone information)</comment>
-# <i>cp /usr/share/zoneinfo/<comment>&lt;path to time zone file&gt;</comment> /etc/localtime</i>
-<comment>(Edit fstab file)</comment>
+<pre caption="Setting timezone">
+<comment>(List available timezones)</comment>
+# <i>ls /usr/share/zoneinfo</i>
+<comment>(Using Brussels as an example)</comment>
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="Europe/Brussels"
+</pre>
+
+<p>
+Next, edit <path>/etc/fstab</path>:
+</p>
+
+<pre caption="Setting fstab">
 # <i>nano -w /etc/fstab</i>
 </pre>
 
@@ -164,14 +171,10 @@
                                                            # <i>cd /usr/src/linux; make menuconfig</i>
 (   (2) Include shmfs, procfs, devfs if not using udev)
 (   (3) Compile your kernel)
-(       - 2.4 kernels on sparc32)                          # <i>make dep &amp;&amp; make clean vmlinux modules modules_install</i>
 (       - 2.4 kernels on sparc64)                          # <i>make dep &amp;&amp; make clean vmlinux image modules modules_install</i>
-(       - 2.6 kernels on sparc32                           # <i>make &amp;&amp; make modules_install</i>
 (       - 2.6 kernels on sparc64                           # <i>make &amp;&amp; make image modules_install</i>
 (   (4) Copy over the kernel)
-(       - 2.4 kernels on sparc32)                          # <i>cp vmlinux /boot/image</i>
 (       - 2.4 kernels on sparc64)                          # <i>cp arch/sparc64/boot/image /boot</i>
-(       - 2.6 kernels on sparc32)                          # <i>cp arch/sparc/boot/image /boot</i>
 (       - 2.6 kernels on sparc64)                          # <i>cp arch/sparc64/boot/image /boot</i>
 </pre>
 
@@ -246,15 +249,15 @@
 (GRP-users only)
 (  (1) Mount CD2)                               # <i>mount /dev/cdroms/cdrom0 /mnt/cdrom</i>  
 (  (2) Copy over packages)                      # <i>cp -a /mnt/cdrom/packages/* /usr/portage/packages/</i>
-(  (3) Install extra software)                  # <i>USE="bindist" emerge -k xorg-x11 gnome kde</i>
-(  (4) Configure your Xserver)                  # <i>$EDITOR /etc/X11/XF86Config</i>
+(  (3) Install extra software)                  # <i>emerge -k xorg-x11 gnome kde</i>
+(  (4) Configure your Xserver)                  # <i>nano -w /etc/X11/xorg.conf</i>
 </pre>
 
 <p>
 You can get more information from the <uri
-link="http://www.gentoo.org/doc/en/index.xml">Gentoo
-Documentation</uri>.
+link="http://www.gentoo.org/doc/en/index.xml">Gentoo Documentation</uri>.
 </p>
+
 </body>
 </section>
 </chapter>



1.37                 xml/htdocs/doc/en/gentoo-upgrading.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml?r1=1.36&r2=1.37

Index: gentoo-upgrading.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- gentoo-upgrading.xml	10 Jan 2007 07:29:40 -0000	1.36
+++ gentoo-upgrading.xml	7 May 2007 18:11:40 -0000	1.37
@@ -1,6 +1,6 @@
 <?xml version='1.0' encoding="UTF-8"?>
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.36 2007/01/10 07:29:40 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v 1.37 2007/05/07 18:11:40 nightmorph Exp $ -->
 
 <guide link="/doc/en/gentoo-upgrading.xml">
 <title>Gentoo Upgrading Guide</title>
@@ -11,6 +11,9 @@
 <author title="Editor">
   <mail link="wolf31o2@gentoo.org">Chris Gianelloni</mail>
 </author>
+<author title="Editor">
+  <mail link="nightmorph@gentoo.org">Joshua Saddler</mail>
+</author>
 
 <abstract>
 This document explains how new Gentoo releases affect existing installs.
@@ -20,8 +23,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>2.7</version>
-<date>2007-01-09</date>
+<version>2.8</version>
+<date>2007-05-05</date>
 
 <chapter>
 <title>Gentoo and Upgrades</title>
@@ -102,8 +105,8 @@
 The profile in use is determined by the symbolic link
 <path>/etc/make.profile</path>, which points to a subdirectory of
 <path>/usr/portage/profiles</path> which holds the profile files.  For 
-instance, the default x86 2006.1 profile can be found 
-at <path>/usr/portage/profiles/default-linux/x86/2006.1</path>.
+instance, the default x86 2007.0 profile can be found 
+at <path>/usr/portage/profiles/default-linux/x86/2007.0</path>.
 The files in the parent directories are part of the profile as well (and 
 are therefore shared by different subprofiles). This is why we call these
 <e>cascaded profiles</e>.
@@ -155,7 +158,7 @@
 <body>
 
 <p>
-If a release (such as 2006.1 for x86) introduces a new profile, you have the
+If a release (such as 2007.0 for x86) introduces a new profile, you have the
 choice to migrate to the new profile.
 </p>
 
@@ -195,122 +198,14 @@
 <body>
 
 <p>
-The following profiles are officially supported by Gentoo developers:
+You can view the list of profiles on your architecture officially supported by
+Gentoo developers when you <c>emerge eselect</c> and then run the following
+command:
 </p>
 
-<table>
-<tr>
-  <th>Architecture</th>
-  <th>Most recent profiles</th>
-  <th>Other supported profiles</th>
-</tr>
-<tr>
-  <th>alpha</th>
-  <ti>default-linux/alpha/2006.1</ti>
-  <ti>
-    default-linux/alpha/2006.0, default-linux/alpha/2006.1/desktop,
-    default-linux/alpha/2006.1/server, default-linux/alpha/no-nptl,
-    default-linux/alpha/no-nptl/2.4
-  </ti>
-</tr>
-<tr>
-  <th>arm</th>
-  <ti>default-linux/arm/2004.3</ti>
-  <ti></ti>
-</tr>
-<tr>
-  <th>amd64</th>
-  <ti>default-linux/amd64/2006.1</ti>
-  <ti>
-    default-linux/amd64/2006.0, default-linux/amd64/2006.0/no-multilib,
-    default-linux/amd64/2006.1/desktop, default-linux/amd64/2006.1/server,
-    default-linux/amd64/2006.1/no-multilib
-  </ti>
-</tr>
-<tr>
-  <th>hppa</th>
-  <ti>default-linux/hppa/2006.1</ti>
-  <ti>default-linux/hppa/2005.0</ti>
-</tr>
-<tr>
-  <th>ia64</th>
-  <ti>default-linux/ia64/2006.0</ti>
-  <ti>default-linux/ia64/2005.0</ti>
-</tr>
-<tr>
-  <th>ppc</th>
-  <ti>default-linux/ppc/ppc32/2006.1, default-linux/ppc/ppc64/2006.1</ti>
-  <ti>
-    default-linux/ppc/ppc32/2006.0, default-linux/ppc/ppc64,2006.0,
-    default-linux/ppc/ppc32/2006.0/G3,
-    default-linux/ppc/ppc32/2006.0/G3/Pegasos,
-    default-linux/ppc/ppc32/2006.0/G4,
-    default-linux/ppc/ppc32/2006.0/G4/Pegasos,
-    default-linux/ppc/ppc32/2006,1/G3,
-    default-linux/ppc/ppc32/2006.1/G3/Pegasos,
-    default-linux/ppc/ppc32/2006.1/G4,
-    default-linux/ppc/ppc32/2006.1/G4/Pegasos,
-    default-linux/ppc/ppc64/2006.0/32bit-userland,
-    default-linux/ppc/ppc64/2006.0/32bit-userland/970,
-    default-linux/ppc/ppc64/2006.0/32bit-userland/power3,
-    default-linux/ppc/ppc64/2006.0/32bit-userland/power4,
-    default-linux/ppc/ppc64/2006.0/32bit-userland/power5,
-    default-linux/ppc/ppc64/2006.0/64bit-userland/970,
-    default-linux/ppc/ppc64/2006.0/64bit-userland/power3,
-    default-linux/ppc/ppc64/2006.0/64bit-userland/power4,
-    default-linux/ppc/ppc64/2006.0/64bit-userland/power5,
-    default-linux/ppc/ppc64/2006.1/32bit-userland,
-    default-linux/ppc/ppc64/2006.1/32bit-userland/970,
-    default-linux/ppc/ppc64/2006.1/32bit-userland/power3,
-    default-linux/ppc/ppc64/2006.1/32bit-userland/power4,
-    default-linux/ppc/ppc64/2006.1/32bit-userland/power5,
-    default-linux/ppc/ppc64/2006.1/64bit-userland/970,
-    default-linux/ppc/ppc64/2006.1/64bit-userland/power3,
-    default-linux/ppc/ppc64/2006.1/64bit-userland/power4,
-    default-linux/ppc/ppc64/2006.1/64bit-userland/power5
-  </ti>
-</tr>
-<tr>
-  <th>mips</th>
-  <ti>default-linux/mips/2006.1</ti>
-  <ti>
-    default-linux/mips/2006.1/cobalt/o32,
-    default-linux/mips/2006.1/generic-be/o32,
-    default-linux/mips/2006.1/ip27/o32, default-linux/mips/2006.1/ip28/o32,
-    default-linux/mips/2006.1/ip30/o32
-  </ti>
-</tr>
-<tr>
-  <th>s390</th>
-  <ti>2006.0</ti>
-  <ti>2004.3</ti>
-</tr>
-<tr>
-  <th>sh</th>
-  <ti>default-linux/sh/2006.1</ti>
-  <ti></ti>
-</tr>
-<tr>
-  <th>sparc</th>
-  <ti>
-    default-linux/sparc/sparc64/2006.1, default-linux/sparc/sparc64/2006.1/2.4
-  </ti>
-  <ti>
-    default-linux/sparc/sparc64/2006.0, default-linux/sparc/sparc64/2006.0/2.4
-  </ti>
-</tr>
-<tr>
-  <th>x86</th>
-  <ti>
-    default-linux/x86/2006.1, default-linux/x86/no-nptl,
-    default-linux/x86/no-nptl/2.4
-  </ti>
-  <ti>
-    default-linux/x86/2006.1/desktop, default-linux/x86/2006.1/server,
-    default-linux/x86/2006.0
-  </ti>
-</tr>
-</table>
+<pre caption="Viewing supported profiles">
+# <i>eselect profile list</i>
+</pre>
 
 </body>
 </section>
@@ -318,12 +213,51 @@
 
 <chapter id="instructions">
 <title>Profile updating instructions</title>
+<section id="general">
+<title>General instructions</title>
+<body>
+
+<impo>
+Make sure your Portage is updated before performing any profile changes.
+</impo>
+
+<p>
+First, run <c>emerge eselect</c>. The <c>eselect</c> utility will let you view
+and select profiles easily, without needing to create or remove symlinks by
+hand.
+</p>
+
+<pre caption="Profile selection with eselect">
+<comment>(View available profiles)</comment>
+# <i>eselect profile list</i>
+
+<comment>(Select the number of your desired profile from the list)</comment>
+# <i>eselect profile set &lt;number&gt;</i>
+</pre>
+
+<p>
+If you'd still prefer to change profiles manually, then simply do the following:
+</p>
+
+<pre caption="Changing profiles manually">
+# <i>rm /etc/make.profile</i>
+# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/make.profile</i>
+</pre>
+
+<note>
+There are <b>desktop</b> and <b>server</b> subprofiles for most architectures.
+Examine these profiles carefully, as they may serve your needs better than the
+extremely minimal default profiles.
+</note>
+
+</body>
+</section>
 <section>
-<title>Updating to 2006.1</title>
+<title>Updating to 2007.0 or 2006.1</title>
 <body>
 
 <p>
-If you intend to upgrade to this profile, you should be aware that it expects
+If you intend to upgrade to these profiles, you should be aware that they expect
 the system to be set to a Unicode locale by default; specifically that
 UNICODE="yes" is set in <path>/etc/rc.conf</path>. For this to work, you must
 have created a Unicode locale for your system to use. Please read our <uri
@@ -351,21 +285,15 @@
 # <i>emerge -a baselayout</i>
 </pre>
 
-<p>
-To switch to the 2006.1 profile, point the <path>/etc/make.profile</path>
-symlink to the new location. Make sure your Portage is updated before you
-change your profile.
-</p>
-
-<pre caption="Changing to a 2006.1 profile">
-# <i>rm /etc/make.profile</i>
-# <i>ln -s ../usr/portage/profiles/</i>&lt;selected profile&gt;<i> /etc/make.profile</i>
-</pre>
+<note>
+If you are updating to a 2007.0 profile on the Sparc architecture, then you will
+need to follow the <uri link="/doc/en/gcc-upgrading.xml">GCC Upgrading
+Guide</uri>, as <c>gcc-4</c> is the default compiler.
+</note>
 
 <p>
-Please note that the <b>alpha</b>/2006.1, <b>amd64</b>/2006.1 and
-<b>x86</b>/2006.1 profiles are very minimal. They all have a <c>desktop</c>
-sub-profile that is likely what you want on a desktop machine.
+Finally, follow the <uri link="#general">general instructions</uri> for updating
+your profile.
 </p>
 
 </body>



1.13                 xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?rev=1.13&view=markup
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
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml?r1=1.12&r2=1.13

Index: gentoo-x86+raid+lvm2-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gentoo-x86+raid+lvm2-quickinstall.xml	11 Apr 2007 10:17:50 -0000	1.12
+++ gentoo-x86+raid+lvm2-quickinstall.xml	7 May 2007 18:11:40 -0000	1.13
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $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 $ -->
+<!-- $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 $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -25,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>7</version>
-<date>2007-04-11</date>
+<version>8</version>
+<date>2007-05-07</date>
 
 <chapter>
 <title>Introduction</title>
@@ -182,7 +182,7 @@
 
 <pre caption="Configure networking the manual way">
 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
-livecd root # <i>route add default gw 192.168.1.1</i>
+livecd root # <i>route add default via 192.168.1.1</i>
 livecd root # <i>echo nameserver 192.168.1.1 > /etc/resolv.conf</i>
 </pre>
 
@@ -471,16 +471,16 @@
 livecd ~ # <i>mke2fs /dev/md1</i>
 
 <comment>(Let's use ext3 on the root partition)</comment>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/md3</i>
+livecd ~ # <i>mke2fs -j /dev/md3</i>
 
 <comment>(Create file systems on logical volumes)</comment>
 livecd ~ # <i>mke2fs -b 4096 -T largefile /dev/vg/distfiles</i>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/home</i>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/opt</i>
+livecd ~ # <i>mke2fs -j /dev/vg/home</i>
+livecd ~ # <i>mke2fs -j /dev/vg/opt</i>
 livecd ~ # <i>mke2fs -b 1024 -N 200000 /dev/vg/portage</i>
 livecd ~ # <i>mke2fs /dev/vg/tmp</i>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/usr</i>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/vg/var</i>
+livecd ~ # <i>mke2fs -j /dev/vg/usr</i>
+livecd ~ # <i>mke2fs -j /dev/vg/var</i>
 livecd ~ # <i>mke2fs /dev/vg/vartmp</i>
 
 <comment>(Create and activate swap)</comment>
@@ -614,13 +614,16 @@
 <body>
 
 <p>
-Set your time zone information by copying the correct file from
-<path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file.
+Set your time zone information by using the correct listing in
+<path>/usr/share/zoneinfo</path>.
 </p>
 
-<pre caption="Copy your timezone file">
+<pre caption="Setting your timezone">
+livecd / # <i>ls /usr/share/zoneinfo</i>
 <comment>(Using Brussels as an example)</comment>
-livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+livecd / # <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="Europe/Brussels"
+
 livecd / # <i>date</i>
 Wed Mar  8 00:46:05 CET 2006
 </pre>
@@ -765,16 +768,6 @@
 </pre>
 
 <p>
-Edit <path>/etc/conf.d/clock</path> to define the time zone you used
-previously.
-</p>
-
-<pre caption="Edit /etc/conf.d/clock">
-livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="Europe/Brussels"
-</pre>
-
-<p>
 Check the system configuration in <path>/etc/rc.conf</path>,
 <path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
 those files if required.
@@ -833,7 +826,7 @@
 livecd conf.d # <i>emerge jfsutils</i>           <comment>(If you use the JFS file system)</comment>
 livecd conf.d # <i>emerge reiserfsprogs</i>      <comment>(If you use the Reiser file system)</comment>
 livecd conf.d # <i>emerge dhcpcd</i>             <comment>(If you need a DHCP client)</comment>
-livecd conf.d # <i>USE="-X" emerge rp-pppoe</i>  <comment>(If you need PPPoE ADSL connectivity)</comment>
+livecd conf.d # <i>emerge ppp</i>  <comment>(If you need PPPoE ADSL connectivity)</comment>
 </pre>
 
 </body>



1.74                 xml/htdocs/doc/en/gentoo-x86-quickinstall.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.74&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?rev=1.74&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml?r1=1.73&r2=1.74

Index: gentoo-x86-quickinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- gentoo-x86-quickinstall.xml	11 Apr 2007 10:17:50 -0000	1.73
+++ gentoo-x86-quickinstall.xml	7 May 2007 18:11:40 -0000	1.74
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.73 2007/04/11 10:17:50 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-quickinstall.xml,v 1.74 2007/05/07 18:11:40 nightmorph Exp $ -->
 
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
@@ -25,8 +25,8 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>16</version>
-<date>2007-04-11</date>
+<version>17</version>
+<date>2007-05-07</date>
 
 <chapter>
 <title>Introduction</title>
@@ -172,7 +172,7 @@
 
 <pre caption="Configure networking the manual way">
 livecd root # <i>ifconfig eth0 192.168.1.10/24</i>
-livecd root # <i>route add default gw 192.168.1.1</i>
+livecd root # <i>route add default via 192.168.1.1</i>
 livecd root # <i>echo nameserver 192.168.1.1 &gt; /etc/resolv.conf</i>
 </pre>
 
@@ -276,7 +276,7 @@
 livecd ~ # <i>mke2fs /dev/sda1</i>
 
 <comment>(Let's use ext3 on the main partition)</comment>
-livecd ~ # <i>mke2fs -j -O dir_index /dev/sda3</i>
+livecd ~ # <i>mke2fs -j /dev/sda3</i>
 
 <comment>(Create and activate swap)</comment>
 livecd ~ # <i>mkswap /dev/sda2 &amp;&amp; swapon /dev/sda2</i>
@@ -392,13 +392,16 @@
 <body>
 
 <p>
-Set your time zone information by copying the correct file from
-<path>/usr/share/zoneinfo</path> over the <path>/etc/localtime</path> file.
+Set your time zone information by using the correct listing in
+<path>/usr/share/zoneinfo</path>.
 </p>
 
 <pre caption="Setting your timezone">
+livecd / # <i>ls /usr/share/zoneinfo</i>
 <comment>(Using Brussels as an example)</comment>
-livecd / # <i>cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime</i>
+livecd / # <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="Europe/Brussels"
+
 livecd / # <i>date</i>
 Wed Mar  8 00:46:05 CET 2006
 </pre>
@@ -488,7 +491,7 @@
 <pre caption="Configure networking">
 livecd etc # <i>cd conf.d</i>
 livecd conf.d # <i>echo 'config_eth0=( "192.168.1.10/24" )' >> net</i>
-livecd conf.d # <i>echo 'routes_eth0=( "default gw 192.168.1.1" )' >> net</i>
+livecd conf.d # <i>echo 'routes_eth0=( "default via 192.168.1.1" )' >> net</i>
 livecd conf.d # <i>rc-update add net.eth0 default</i>
 <comment>(If you compiled your network card driver as a module,
 add it to /etc/modules.autoload.d/kernel-2.6)</comment>
@@ -513,16 +516,6 @@
 </pre>
 
 <p>
-Edit <path>/etc/conf.d/clock</path> to define the time zone you used
-previously.
-</p>
-
-<pre caption="Edit /etc/conf.d/clock">
-livecd conf.d # <i>nano -w /etc/conf.d/clock</i>
-TIMEZONE="Europe/Brussels"
-</pre>
-
-<p>
 Check the system configuration in <path>/etc/rc.conf</path>,
 <path>/etc/conf.d/rc</path>, <path>/etc/conf.d/keymaps</path> and edit any of
 those files if required.
@@ -573,7 +566,7 @@
 livecd conf.d # <i>emerge jfsutils</i>           <comment>(If you use the JFS file system)</comment>
 livecd conf.d # <i>emerge reiserfsprogs</i>      <comment>(If you use the Reiser file system)</comment>
 livecd conf.d # <i>emerge dhcpcd</i>             <comment>(If you need a DHCP client)</comment>
-livecd conf.d # <i>USE="-X" emerge ppp</i>  <comment>(If you need PPPoE ADSL connectivity)</comment>
+livecd conf.d # <i>emerge ppp</i>  <comment>(If you need PPPoE ADSL connectivity)</comment>
 </pre>
 
 </body>



1.46                 xml/htdocs/doc/en/guide-localization.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/guide-localization.xml?r1=1.45&r2=1.46

Index: guide-localization.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- guide-localization.xml	10 Nov 2006 21:24:14 -0000	1.45
+++ guide-localization.xml	7 May 2007 18:11:40 -0000	1.46
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.45 2006/11/10 21:24:14 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/guide-localization.xml,v 1.46 2007/05/07 18:11:40 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/guide-localization.xml">
@@ -29,8 +29,8 @@
 the German doc. Includes configuration for use of the euro currency symbol.
 </abstract>
 
-<version>1.33</version>
-<date>2006-11-10</date>
+<version>1.34</version>
+<date>2007-05-07</date>
 
 <chapter>
 <title>Time zone</title>
@@ -38,17 +38,22 @@
 <body>
 
 <p>
-In order to keep time properly, <path>/etc/localtime</path> must contain the
-correct time zone data. Look around in <path>/usr/share/zoneinfo/</path>
-and pick your timezone or a near-by big city.  Please avoid the
+In order to keep time properly, you need to select your timezone so that your
+system knows where it is located. Look for your timezone in
+<path>/usr/share/zoneinfo</path>. You then set your timezone in
+<path>/etc/conf.d/clock</path>. Please avoid the
 <path>/usr/share/zoneinfo/Etc/GMT*</path> timezones as their names do not
 indicate the expected zones. For instance, <path>GMT-8</path> is in fact GMT+8.
 </p>
 
-<pre caption="Setting the timezone">
-# <i>cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime</i>
+<pre caption="Setting the timezone information">
+# <i>ls /usr/share/zoneinfo</i>
+<comment>(Suppose you want to use Brussels)</comment>
+# <i>nano -w /etc/conf.d/clock</i>
+TIMEZONE="Europe/Brussels"
+
 # <i>date</i>
-Sun Feb 16 08:26:44 CET 2003
+Wed Mar  8 00:46:05 CET 2006
 </pre>
 
 <note>



1.179                xml/htdocs/doc/en/metadoc.xml

file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/metadoc.xml?r1=1.178&r2=1.179

Index: metadoc.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- metadoc.xml	30 Apr 2007 16:24:50 -0000	1.178
+++ metadoc.xml	7 May 2007 18:11:40 -0000	1.179
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.178 2007/04/30 16:24:50 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/metadoc.xml,v 1.179 2007/05/07 18:11:40 nightmorph Exp $ -->
 <!DOCTYPE metadoc SYSTEM "/dtd/metadoc.dtd">
 
 <metadoc lang="en">
-<version>1.103</version>
+<version>1.104</version>
   <members>
     <lead>neysx</lead>
     <member>fox2mike</member>
@@ -128,22 +128,33 @@
     <file id="gentoo-amd64-faq">/doc/en/gentoo-amd64-faq.xml</file>
     <file id="handbook-alpha">/doc/en/handbook/handbook-alpha.xml</file>
     <file id="handbook-amd64">/doc/en/handbook/handbook-amd64.xml</file>
+    <file id="handbook-arm">/doc/en/handbook/handbook-arm.xml</file>
     <file id="handbook-hppa">/doc/en/handbook/handbook-hppa.xml</file>
+    <file id="handbook-ia64">/doc/en/handbook/handbook-ia64.xml</file>
     <file id="handbook-mips">/doc/en/handbook/handbook-mips.xml</file>
     <file id="handbook-ppc">/doc/en/handbook/handbook-ppc.xml</file>
+    <file id="handbook-ppc64">/doc/en/handbook/handbook-ppc64.xml</file>
+    <file id="handbook-sparc">/doc/en/handbook/handbook-sparc.xml</file>
+    <file id="handbook-x86">/doc/en/handbook/handbook-x86.xml</file>
     <file id="hb-portage-branches">/doc/en/handbook/hb-portage-branches.xml</file>
     <file id="hb-install-about">/doc/en/handbook/hb-install-about.xml</file>
     <file id="hb-install-alpha-bootloader">/doc/en/handbook/hb-install-alpha-bootloader.xml</file>
     <file id="hb-install-alpha-disk">/doc/en/handbook/hb-install-alpha-disk.xml</file>
     <file id="hb-install-alpha-kernel">/doc/en/handbook/hb-install-alpha-kernel.xml</file>
     <file id="hb-install-alpha-medium">/doc/en/handbook/hb-install-alpha-medium.xml</file>
-    <file id="handbook-ppc64">/doc/en/handbook/handbook-ppc64.xml</file>
+    <file id="hb-install-arm-bootloader">/doc/en/handbook/hb-install-arm-bootloader.xml</file>
+    <file id="hb-install-arm-disk">/doc/en/handbook/hb-install-arm-disk.xml</file>
+    <file id="hb-install-arm-kernel">/doc/en/handbook/hb-install-arm-kernel.xml</file>
+    <file id="hb-install-arm-medium">/doc/en/handbook/hb-install-arm-medium.xml</file>
     <file id="hb-install-config">/doc/en/handbook/hb-install-config.xml</file>
     <file id="hb-install-finalise">/doc/en/handbook/hb-install-finalise.xml</file>
     <file id="hb-install-hppa-bootloader">/doc/en/handbook/hb-install-hppa-bootloader.xml</file>
     <file id="hb-install-hppa-disk">/doc/en/handbook/hb-install-hppa-disk.xml</file>
     <file id="hb-install-hppa-kernel">/doc/en/handbook/hb-install-hppa-kernel.xml</file>
     <file id="hb-install-hppa-medium">/doc/en/handbook/hb-install-hppa-medium.xml</file>
+    <file id="hb-install-ia64-disk">/doc/en/handbook/hb-install-ia64-disk.xml</file>
+    <file id="hb-install-ia64-kernel">/doc/en/handbook/hb-install-ia64-kernel.xml</file>
+    <file id="hb-install-ia64-medium">/doc/en/handbook/hb-install-ia64-medium.xml</file>
     <file id="hb-install-mips-bootloader">/doc/en/handbook/hb-install-mips-bootloader.xml</file>
     <file id="hb-install-mips-disk">/doc/en/handbook/hb-install-mips-disk.xml</file>
     <file id="hb-install-mips-kernel">/doc/en/handbook/hb-install-mips-kernel.xml</file>
@@ -156,12 +167,15 @@
     <file id="hb-install-ppc-disk">/doc/en/handbook/hb-install-ppc-disk.xml</file>
     <file id="hb-install-ppc-kernel">/doc/en/handbook/hb-install-ppc-kernel.xml</file>
     <file id="hb-install-ppc-medium">/doc/en/handbook/hb-install-ppc-medium.xml</file>
+    <file id="hb-install-ppc64-bootloader">/doc/en/handbook/hb-install-ppc64-bootloader.xml</file>
+    <file id="hb-install-ppc64-disk">/doc/en/handbook/hb-install-ppc64-disk.xml</file>
+    <file id="hb-install-ppc64-kernel">/doc/en/handbook/hb-install-ppc64-kernel.xml</file>
+    <file id="hb-install-ppc64-medium">/doc/en/handbook/hb-install-ppc64-medium.xml</file>
     <file id="hb-install-sparc-bootloader">/doc/en/handbook/hb-install-sparc-bootloader.xml</file>
     <file id="hb-install-sparc-disk">/doc/en/handbook/hb-install-sparc-disk.xml</file>
     <file id="hb-install-sparc-kernel">/doc/en/handbook/hb-install-sparc-kernel.xml</file>
     <file id="hb-install-sparc-medium">/doc/en/handbook/hb-install-sparc-medium.xml</file>
     <file id="hb-install-stage">/doc/en/handbook/hb-install-stage.xml</file>
-    <file id="handbook-x86">/doc/en/handbook/handbook-x86.xml</file>
     <file id="hb-install-tools">/doc/en/handbook/hb-install-tools.xml</file>
     <file id="hb-install-x86+amd64-bootloader">/doc/en/handbook/hb-install-x86+amd64-bootloader.xml</file>
     <file id="hb-install-x86+amd64-disk">/doc/en/handbook/hb-install-x86+amd64-disk.xml</file>
@@ -173,11 +187,6 @@
     <file id="hb-working-use">/doc/en/handbook/hb-working-use.xml</file>
     <file id="hb-working-variables">/doc/en/handbook/hb-working-variables.xml</file>
     <file id="handbook_index">/doc/en/handbook/index.xml</file>
-    <file id="hb-install-ppc64-bootloader">/doc/en/handbook/hb-install-ppc64-bootloader.xml</file>
-    <file id="handbook-sparc">/doc/en/handbook/handbook-sparc.xml</file>
-    <file id="hb-install-ppc64-disk">/doc/en/handbook/hb-install-ppc64-disk.xml</file>
-    <file id="hb-install-ppc64-kernel">/doc/en/handbook/hb-install-ppc64-kernel.xml</file>
-    <file id="hb-install-ppc64-medium">/doc/en/handbook/hb-install-ppc64-medium.xml</file>
     <file id="hb-install-system">/doc/en/handbook/hb-install-system.xml</file>
     <file id="hb-portage-configuration">/doc/en/handbook/hb-portage-configuration.xml</file>
     <file id="hb-portage-diverttree">/doc/en/handbook/hb-portage-diverttree.xml</file>
@@ -189,46 +198,45 @@
     <file id="hb-net-modules">/doc/en/handbook/hb-net-modules.xml</file>
     <file id="hb-net-start">/doc/en/handbook/hb-net-start.xml</file>
     <file id="hb-net-wireless">/doc/en/handbook/hb-net-wireless.xml</file>
-    <file id="2006.1-handbook-alpha">/doc/en/handbook/2006.1/handbook-alpha.xml</file>
-    <file id="2006.1-handbook-amd64">/doc/en/handbook/2006.1/handbook-amd64.xml</file>
-    <file id="2006.1-handbook-hppa">/doc/en/handbook/2006.1/handbook-hppa.xml</file>
-    <file id="2006.1-handbook-ppc64">/doc/en/handbook/2006.1/handbook-ppc64.xml</file>
-    <file id="2006.1-handbook-ppc">/doc/en/handbook/2006.1/handbook-ppc.xml</file>
-    <file id="2006.1-handbook-sparc">/doc/en/handbook/2006.1/handbook-sparc.xml</file>
-    <file id="2006.1-handbook-x86">/doc/en/handbook/2006.1/handbook-x86.xml</file>
-    <file id="2006.1-hb-install-about">/doc/en/handbook/2006.1/hb-install-about.xml</file>
-    <file id="2006.1-hb-installer-about">/doc/en/handbook/2006.1/hb-installer-about.xml</file>
-    <file id="2006.1-hb-install-alpha-bootloader">/doc/en/handbook/2006.1/hb-install-alpha-bootloader.xml</file>
-    <file id="2006.1-hb-install-alpha-disk">/doc/en/handbook/2006.1/hb-install-alpha-disk.xml</file>
-    <file id="2006.1-hb-install-alpha-kernel">/doc/en/handbook/2006.1/hb-install-alpha-kernel.xml</file>
-    <file id="2006.1-hb-install-alpha-medium">/doc/en/handbook/2006.1/hb-install-alpha-medium.xml</file>
-    <file id="2006.1-hb-install-config">/doc/en/handbook/2006.1/hb-install-config.xml</file>
-    <file id="2006.1-hb-install-finalise">/doc/en/handbook/2006.1/hb-install-finalise.xml</file>
-    <file id="2006.1-hb-install-hppa-bootloader">/doc/en/handbook/2006.1/hb-install-hppa-bootloader.xml</file>
-    <file id="2006.1-hb-install-hppa-disk">/doc/en/handbook/2006.1/hb-install-hppa-disk.xml</file>
-    <file id="2006.1-hb-install-hppa-kernel">/doc/en/handbook/2006.1/hb-install-hppa-kernel.xml</file>
-    <file id="2006.1-hb-install-hppa-medium">/doc/en/handbook/2006.1/hb-install-hppa-medium.xml</file>
-    <file id="2006.1-hb-install-network">/doc/en/handbook/2006.1/hb-install-network.xml</file>
-    <file id="2006.1-hb-install-next">/doc/en/handbook/2006.1/hb-install-next.xml</file>
-    <file id="2006.1-hb-install-ppc64-bootloader">/doc/en/handbook/2006.1/hb-install-ppc64-bootloader.xml</file>
-    <file id="2006.1-hb-install-ppc64-disk">/doc/en/handbook/2006.1/hb-install-ppc64-disk.xml</file>
-    <file id="2006.1-hb-install-ppc64-kernel">/doc/en/handbook/2006.1/hb-install-ppc64-kernel.xml</file>
-    <file id="2006.1-hb-install-ppc64-medium">/doc/en/handbook/2006.1/hb-install-ppc64-medium.xml</file>
-    <file id="2006.1-hb-install-ppc-bootloader">/doc/en/handbook/2006.1/hb-install-ppc-bootloader.xml</file>
-    <file id="2006.1-hb-install-ppc-disk">/doc/en/handbook/2006.1/hb-install-ppc-disk.xml</file>
-    <file id="2006.1-hb-install-ppc-kernel">/doc/en/handbook/2006.1/hb-install-ppc-kernel.xml</file>
-    <file id="2006.1-hb-install-ppc-medium">/doc/en/handbook/2006.1/hb-install-ppc-medium.xml</file>
-    <file id="2006.1-hb-install-sparc-bootloader">/doc/en/handbook/2006.1/hb-install-sparc-bootloader.xml</file>
-    <file id="2006.1-hb-install-sparc-disk">/doc/en/handbook/2006.1/hb-install-sparc-disk.xml</file>
-    <file id="2006.1-hb-install-sparc-kernel">/doc/en/handbook/2006.1/hb-install-sparc-kernel.xml</file>
-    <file id="2006.1-hb-install-sparc-medium">/doc/en/handbook/2006.1/hb-install-sparc-medium.xml</file>
-    <file id="2006.1-hb-install-stage">/doc/en/handbook/2006.1/hb-install-stage.xml</file>
-    <file id="2006.1-hb-install-system">/doc/en/handbook/2006.1/hb-install-system.xml</file>
-    <file id="2006.1-hb-install-tools">/doc/en/handbook/2006.1/hb-install-tools.xml</file>
-    <file id="2006.1-hb-install-gli-dialog">/doc/en/handbook/2006.1/hb-install-gli-dialog.xml</file>
-    <file id="2006.1-hb-install-gli-medium">/doc/en/handbook/2006.1/hb-install-gli-medium.xml</file>
-    <file id="2006.1-hb-install-gtkfe">/doc/en/handbook/2006.1/hb-install-gtkfe.xml</file>
-    <file id="2006.1-index">/doc/en/handbook/2006.1/index.xml</file>
+    <file id="2007.0-handbook-alpha">/doc/en/handbook/2007.0/handbook-alpha.xml</file>
+    <file id="2007.0-handbook-amd64">/doc/en/handbook/2007.0/handbook-amd64.xml</file>
+    <file id="2007.0-handbook-hppa">/doc/en/handbook/2007.0/handbook-hppa.xml</file>
+    <file id="2007.0-handbook-ppc64">/doc/en/handbook/2007.0/handbook-ppc64.xml</file>
+    <file id="2007.0-handbook-ppc">/doc/en/handbook/2007.0/handbook-ppc.xml</file>
+    <file id="2007.0-handbook-sparc">/doc/en/handbook/2007.0/handbook-sparc.xml</file>
+    <file id="2007.0-handbook-x86">/doc/en/handbook/2007.0/handbook-x86.xml</file>
+    <file id="2007.0-hb-install-about">/doc/en/handbook/2007.0/hb-install-about.xml</file>
+    <file id="2007.0-hb-install-alpha-bootloader">/doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml</file>
+    <file id="2007.0-hb-install-alpha-disk">/doc/en/handbook/2007.0/hb-install-alpha-disk.xml</file>
+    <file id="2007.0-hb-install-alpha-kernel">/doc/en/handbook/2007.0/hb-install-alpha-kernel.xml</file>
+    <file id="2007.0-hb-install-alpha-medium">/doc/en/handbook/2007.0/hb-install-alpha-medium.xml</file>
+    <file id="2007.0-hb-install-config">/doc/en/handbook/2007.0/hb-install-config.xml</file>
+    <file id="2007.0-hb-install-finalise">/doc/en/handbook/2007.0/hb-install-finalise.xml</file>
+    <file id="2007.0-hb-install-hppa-bootloader">/doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml</file>
+    <file id="2007.0-hb-install-hppa-disk">/doc/en/handbook/2007.0/hb-install-hppa-disk.xml</file>
+    <file id="2007.0-hb-install-hppa-kernel">/doc/en/handbook/2007.0/hb-install-hppa-kernel.xml</file>
+    <file id="2007.0-hb-install-hppa-medium">/doc/en/handbook/2007.0/hb-install-hppa-medium.xml</file>
+    <file id="2007.0-hb-install-network">/doc/en/handbook/2007.0/hb-install-network.xml</file>
+    <file id="2007.0-hb-install-next">/doc/en/handbook/2007.0/hb-install-next.xml</file>
+    <file id="2007.0-hb-install-ppc64-bootloader">/doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml</file>
+    <file id="2007.0-hb-install-ppc64-disk">/doc/en/handbook/2007.0/hb-install-ppc64-disk.xml</file>
+    <file id="2007.0-hb-install-ppc64-kernel">/doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml</file>
+    <file id="2007.0-hb-install-ppc64-medium">/doc/en/handbook/2007.0/hb-install-ppc64-medium.xml</file>
+    <file id="2007.0-hb-install-ppc-bootloader">/doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml</file>
+    <file id="2007.0-hb-install-ppc-disk">/doc/en/handbook/2007.0/hb-install-ppc-disk.xml</file>
+    <file id="2007.0-hb-install-ppc-kernel">/doc/en/handbook/2007.0/hb-install-ppc-kernel.xml</file>
+    <file id="2007.0-hb-install-ppc-medium">/doc/en/handbook/2007.0/hb-install-ppc-medium.xml</file>
+    <file id="2007.0-hb-install-sparc-bootloader">/doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml</file>
+    <file id="2007.0-hb-install-sparc-disk">/doc/en/handbook/2007.0/hb-install-sparc-disk.xml</file>
+    <file id="2007.0-hb-install-sparc-kernel">/doc/en/handbook/2007.0/hb-install-sparc-kernel.xml</file>
+    <file id="2007.0-hb-install-sparc-medium">/doc/en/handbook/2007.0/hb-install-sparc-medium.xml</file>
+    <file id="2007.0-hb-install-stage">/doc/en/handbook/2007.0/hb-install-stage.xml</file>
+    <file id="2007.0-hb-install-system">/doc/en/handbook/2007.0/hb-install-system.xml</file>
+    <file id="2007.0-hb-install-tools">/doc/en/handbook/2007.0/hb-install-tools.xml</file>
+    <file id="2007.0-hb-install-gli-dialog">/doc/en/handbook/2007.0/hb-install-gli-dialog.xml</file>
+    <file id="2007.0-hb-install-gli-medium">/doc/en/handbook/2007.0/hb-install-gli-medium.xml</file>
+    <file id="2007.0-hb-install-gtkfe">/doc/en/handbook/2007.0/hb-install-gtkfe.xml</file>
+    <file id="2007.0-index">/doc/en/handbook/2007.0/index.xml</file>
     <file id="lvm2">/doc/en/lvm2.xml</file>
     <file id="gentoo-kernel">/doc/en/gentoo-kernel.xml</file>
     <file id="gentoo-ppc-faq">/doc/en/gentoo-ppc-faq.xml</file>
@@ -609,9 +617,9 @@
       <memberof>install_guides</memberof>
       <fileid>handbook_index</fileid>
     </doc>
-    <doc id="2006.1-index">
+    <doc id="2007.0-index">
       <memberof>install_guides</memberof>
-      <fileid>2006.1-index</fileid>
+      <fileid>2007.0-index</fileid>
     </doc>
     <doc id="gentoo-x86-quickinstall">
       <memberof>install_guides</memberof>



-- 
gentoo-doc-cvs@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-05-07 18:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-07 18:11 [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 Josh Saddler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox