From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from ) id 1Hl7h7-00076F-L2 for garchives@archives.gentoo.org; Mon, 07 May 2007 18:12:23 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l47IBnxH030948; Mon, 7 May 2007 18:11:49 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l47IBjAh030873 for ; Mon, 7 May 2007 18:11:47 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 6BA0C64BE9 for ; Mon, 7 May 2007 18:11:46 +0000 (UTC) Received: from nightmorph by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1Hl7gS-0007WF-Rp for gentoo-doc-cvs@lists.gentoo.org; Mon, 07 May 2007 18:11:40 +0000 To: gentoo-doc-cvs@lists.gentoo.org 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 Message-Id: From: Josh Saddler Date: Mon, 07 May 2007 18:11:40 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: af2c20ff-fcaa-4421-ab45-5349e69838f9 X-Archives-Hash: 8e681ea7e25364df66c763b884cd0213 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 @@ - + @@ -20,8 +20,8 @@ -1.14 -2007-02-26 +1.15 +2007-05-07 Sparc Quick Install Reference @@ -40,9 +40,7 @@ Mirrors. 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 vi instead of -nano when netbooting). +packages for GRP installs.

@@ -131,10 +129,19 @@ Next we set up the necessary information:

-
-(Set timezone information)
-# cp /usr/share/zoneinfo/<path to time zone file> /etc/localtime
-(Edit fstab file)
+
+(List available timezones)
+# ls /usr/share/zoneinfo
+(Using Brussels as an example)
+# nano -w /etc/conf.d/clock
+TIMEZONE="Europe/Brussels"
+
+ +

+Next, edit /etc/fstab: +

+ +
 # nano -w /etc/fstab
 
@@ -164,14 +171,10 @@ # cd /usr/src/linux; make menuconfig ( (2) Include shmfs, procfs, devfs if not using udev) ( (3) Compile your kernel) -( - 2.4 kernels on sparc32) # make dep && make clean vmlinux modules modules_install ( - 2.4 kernels on sparc64) # make dep && make clean vmlinux image modules modules_install -( - 2.6 kernels on sparc32 # make && make modules_install ( - 2.6 kernels on sparc64 # make && make image modules_install ( (4) Copy over the kernel) -( - 2.4 kernels on sparc32) # cp vmlinux /boot/image ( - 2.4 kernels on sparc64) # cp arch/sparc64/boot/image /boot -( - 2.6 kernels on sparc32) # cp arch/sparc/boot/image /boot ( - 2.6 kernels on sparc64) # cp arch/sparc64/boot/image /boot
@@ -246,15 +249,15 @@ (GRP-users only) ( (1) Mount CD2) # mount /dev/cdroms/cdrom0 /mnt/cdrom ( (2) Copy over packages) # cp -a /mnt/cdrom/packages/* /usr/portage/packages/ -( (3) Install extra software) # USE="bindist" emerge -k xorg-x11 gnome kde -( (4) Configure your Xserver) # $EDITOR /etc/X11/XF86Config +( (3) Install extra software) # emerge -k xorg-x11 gnome kde +( (4) Configure your Xserver) # nano -w /etc/X11/xorg.conf

You can get more information from the Gentoo -Documentation. +link="http://www.gentoo.org/doc/en/index.xml">Gentoo Documentation.

+
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 @@ - + Gentoo Upgrading Guide @@ -11,6 +11,9 @@ Chris Gianelloni + + Joshua Saddler + This document explains how new Gentoo releases affect existing installs. @@ -20,8 +23,8 @@ -2.7 -2007-01-09 +2.8 +2007-05-05 Gentoo and Upgrades @@ -102,8 +105,8 @@ The profile in use is determined by the symbolic link /etc/make.profile, which points to a subdirectory of /usr/portage/profiles which holds the profile files. For -instance, the default x86 2006.1 profile can be found -at /usr/portage/profiles/default-linux/x86/2006.1. +instance, the default x86 2007.0 profile can be found +at /usr/portage/profiles/default-linux/x86/2007.0. 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 cascaded profiles. @@ -155,7 +158,7 @@

-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.

@@ -195,122 +198,14 @@

-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 emerge eselect and then run the following +command:

- - - - - - - - - default-linux/alpha/2006.1 - - 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 - - - - - default-linux/arm/2004.3 - - - - - default-linux/amd64/2006.1 - - 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 - - - - - default-linux/hppa/2006.1 - default-linux/hppa/2005.0 - - - - default-linux/ia64/2006.0 - default-linux/ia64/2005.0 - - - - default-linux/ppc/ppc32/2006.1, default-linux/ppc/ppc64/2006.1 - - 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 - - - - - default-linux/mips/2006.1 - - 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 - - - - - 2006.0 - 2004.3 - - - - default-linux/sh/2006.1 - - - - - - default-linux/sparc/sparc64/2006.1, default-linux/sparc/sparc64/2006.1/2.4 - - - default-linux/sparc/sparc64/2006.0, default-linux/sparc/sparc64/2006.0/2.4 - - - - - - default-linux/x86/2006.1, default-linux/x86/no-nptl, - default-linux/x86/no-nptl/2.4 - - - default-linux/x86/2006.1/desktop, default-linux/x86/2006.1/server, - default-linux/x86/2006.0 - - -
ArchitectureMost recent profilesOther supported profiles
alpha
arm
amd64
hppa
ia64
ppc
mips
s390
sh
sparc
x86
+
+# eselect profile list
+
@@ -318,12 +213,51 @@ Profile updating instructions +
+General instructions + + + +Make sure your Portage is updated before performing any profile changes. + + +

+First, run emerge eselect. The eselect utility will let you view +and select profiles easily, without needing to create or remove symlinks by +hand. +

+ +
+(View available profiles)
+# eselect profile list
+
+(Select the number of your desired profile from the list)
+# eselect profile set <number>
+
+ +

+If you'd still prefer to change profiles manually, then simply do the following: +

+ +
+# rm /etc/make.profile
+# ln -s ../usr/portage/profiles/<selected profile> /etc/make.profile
+
+ + +There are desktop and server subprofiles for most architectures. +Examine these profiles carefully, as they may serve your needs better than the +extremely minimal default profiles. + + + +
-Updating to 2006.1 +Updating to 2007.0 or 2006.1

-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 /etc/rc.conf. For this to work, you must have created a Unicode locale for your system to use. Please read our emerge -a baselayout -

-To switch to the 2006.1 profile, point the /etc/make.profile -symlink to the new location. Make sure your Portage is updated before you -change your profile. -

- -
-# rm /etc/make.profile
-# ln -s ../usr/portage/profiles/<selected profile> /etc/make.profile
-
+ +If you are updating to a 2007.0 profile on the Sparc architecture, then you will +need to follow the GCC Upgrading +Guide, as gcc-4 is the default compiler. +

-Please note that the alpha/2006.1, amd64/2006.1 and -x86/2006.1 profiles are very minimal. They all have a desktop -sub-profile that is likely what you want on a desktop machine. +Finally, follow the general instructions for updating +your profile.

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 @@ - + @@ -25,8 +25,8 @@ -7 -2007-04-11 +8 +2007-05-07 Introduction @@ -182,7 +182,7 @@
 livecd root # ifconfig eth0 192.168.1.10/24
-livecd root # route add default gw 192.168.1.1
+livecd root # route add default via 192.168.1.1
 livecd root # echo nameserver 192.168.1.1 > /etc/resolv.conf
 
@@ -471,16 +471,16 @@ livecd ~ # mke2fs /dev/md1 (Let's use ext3 on the root partition) -livecd ~ # mke2fs -j -O dir_index /dev/md3 +livecd ~ # mke2fs -j /dev/md3 (Create file systems on logical volumes) livecd ~ # mke2fs -b 4096 -T largefile /dev/vg/distfiles -livecd ~ # mke2fs -j -O dir_index /dev/vg/home -livecd ~ # mke2fs -j -O dir_index /dev/vg/opt +livecd ~ # mke2fs -j /dev/vg/home +livecd ~ # mke2fs -j /dev/vg/opt livecd ~ # mke2fs -b 1024 -N 200000 /dev/vg/portage livecd ~ # mke2fs /dev/vg/tmp -livecd ~ # mke2fs -j -O dir_index /dev/vg/usr -livecd ~ # mke2fs -j -O dir_index /dev/vg/var +livecd ~ # mke2fs -j /dev/vg/usr +livecd ~ # mke2fs -j /dev/vg/var livecd ~ # mke2fs /dev/vg/vartmp (Create and activate swap) @@ -614,13 +614,16 @@

-Set your time zone information by copying the correct file from -/usr/share/zoneinfo over the /etc/localtime file. +Set your time zone information by using the correct listing in +/usr/share/zoneinfo.

-
+
+livecd / # ls /usr/share/zoneinfo
 (Using Brussels as an example)
-livecd / # cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime
+livecd / # nano -w /etc/conf.d/clock
+TIMEZONE="Europe/Brussels"
+
 livecd / # date
 Wed Mar  8 00:46:05 CET 2006
 
@@ -765,16 +768,6 @@

-Edit /etc/conf.d/clock to define the time zone you used -previously. -

- -
-livecd conf.d # nano -w /etc/conf.d/clock
-TIMEZONE="Europe/Brussels"
-
- -

Check the system configuration in /etc/rc.conf, /etc/conf.d/rc, /etc/conf.d/keymaps and edit any of those files if required. @@ -833,7 +826,7 @@ livecd conf.d # emerge jfsutils (If you use the JFS file system) livecd conf.d # emerge reiserfsprogs (If you use the Reiser file system) livecd conf.d # emerge dhcpcd (If you need a DHCP client) -livecd conf.d # USE="-X" emerge rp-pppoe (If you need PPPoE ADSL connectivity) +livecd conf.d # emerge ppp (If you need PPPoE ADSL connectivity) 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 @@ - + @@ -25,8 +25,8 @@ -16 -2007-04-11 +17 +2007-05-07 Introduction @@ -172,7 +172,7 @@

 livecd root # ifconfig eth0 192.168.1.10/24
-livecd root # route add default gw 192.168.1.1
+livecd root # route add default via 192.168.1.1
 livecd root # echo nameserver 192.168.1.1 > /etc/resolv.conf
 
@@ -276,7 +276,7 @@ livecd ~ # mke2fs /dev/sda1 (Let's use ext3 on the main partition) -livecd ~ # mke2fs -j -O dir_index /dev/sda3 +livecd ~ # mke2fs -j /dev/sda3 (Create and activate swap) livecd ~ # mkswap /dev/sda2 && swapon /dev/sda2 @@ -392,13 +392,16 @@

-Set your time zone information by copying the correct file from -/usr/share/zoneinfo over the /etc/localtime file. +Set your time zone information by using the correct listing in +/usr/share/zoneinfo.

+livecd / # ls /usr/share/zoneinfo
 (Using Brussels as an example)
-livecd / # cp /usr/share/zoneinfo/Europe/Brussels /etc/localtime
+livecd / # nano -w /etc/conf.d/clock
+TIMEZONE="Europe/Brussels"
+
 livecd / # date
 Wed Mar  8 00:46:05 CET 2006
 
@@ -488,7 +491,7 @@
 livecd etc # cd conf.d
 livecd conf.d # echo 'config_eth0=( "192.168.1.10/24" )' >> net
-livecd conf.d # echo 'routes_eth0=( "default gw 192.168.1.1" )' >> net
+livecd conf.d # echo 'routes_eth0=( "default via 192.168.1.1" )' >> net
 livecd conf.d # rc-update add net.eth0 default
 (If you compiled your network card driver as a module,
 add it to /etc/modules.autoload.d/kernel-2.6)
@@ -513,16 +516,6 @@
 

-Edit /etc/conf.d/clock to define the time zone you used -previously. -

- -
-livecd conf.d # nano -w /etc/conf.d/clock
-TIMEZONE="Europe/Brussels"
-
- -

Check the system configuration in /etc/rc.conf, /etc/conf.d/rc, /etc/conf.d/keymaps and edit any of those files if required. @@ -573,7 +566,7 @@ livecd conf.d # emerge jfsutils (If you use the JFS file system) livecd conf.d # emerge reiserfsprogs (If you use the Reiser file system) livecd conf.d # emerge dhcpcd (If you need a DHCP client) -livecd conf.d # USE="-X" emerge ppp (If you need PPPoE ADSL connectivity) +livecd conf.d # emerge ppp (If you need PPPoE ADSL connectivity) 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 @@ - + @@ -29,8 +29,8 @@ the German doc. Includes configuration for use of the euro currency symbol. -1.33 -2006-11-10 +1.34 +2007-05-07 Time zone @@ -38,17 +38,22 @@

-In order to keep time properly, /etc/localtime must contain the -correct time zone data. Look around in /usr/share/zoneinfo/ -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 +/usr/share/zoneinfo. You then set your timezone in +/etc/conf.d/clock. Please avoid the /usr/share/zoneinfo/Etc/GMT* timezones as their names do not indicate the expected zones. For instance, GMT-8 is in fact GMT+8.

-
-# cp /usr/share/zoneinfo/Europe/Berlin /etc/localtime
+
+# ls /usr/share/zoneinfo
+(Suppose you want to use Brussels)
+# nano -w /etc/conf.d/clock
+TIMEZONE="Europe/Brussels"
+
 # date
-Sun Feb 16 08:26:44 CET 2003
+Wed Mar  8 00:46:05 CET 2006
 
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 @@ - + -1.103 +1.104 neysx fox2mike @@ -128,22 +128,33 @@ /doc/en/gentoo-amd64-faq.xml /doc/en/handbook/handbook-alpha.xml /doc/en/handbook/handbook-amd64.xml + /doc/en/handbook/handbook-arm.xml /doc/en/handbook/handbook-hppa.xml + /doc/en/handbook/handbook-ia64.xml /doc/en/handbook/handbook-mips.xml /doc/en/handbook/handbook-ppc.xml + /doc/en/handbook/handbook-ppc64.xml + /doc/en/handbook/handbook-sparc.xml + /doc/en/handbook/handbook-x86.xml /doc/en/handbook/hb-portage-branches.xml /doc/en/handbook/hb-install-about.xml /doc/en/handbook/hb-install-alpha-bootloader.xml /doc/en/handbook/hb-install-alpha-disk.xml /doc/en/handbook/hb-install-alpha-kernel.xml /doc/en/handbook/hb-install-alpha-medium.xml - /doc/en/handbook/handbook-ppc64.xml + /doc/en/handbook/hb-install-arm-bootloader.xml + /doc/en/handbook/hb-install-arm-disk.xml + /doc/en/handbook/hb-install-arm-kernel.xml + /doc/en/handbook/hb-install-arm-medium.xml /doc/en/handbook/hb-install-config.xml /doc/en/handbook/hb-install-finalise.xml /doc/en/handbook/hb-install-hppa-bootloader.xml /doc/en/handbook/hb-install-hppa-disk.xml /doc/en/handbook/hb-install-hppa-kernel.xml /doc/en/handbook/hb-install-hppa-medium.xml + /doc/en/handbook/hb-install-ia64-disk.xml + /doc/en/handbook/hb-install-ia64-kernel.xml + /doc/en/handbook/hb-install-ia64-medium.xml /doc/en/handbook/hb-install-mips-bootloader.xml /doc/en/handbook/hb-install-mips-disk.xml /doc/en/handbook/hb-install-mips-kernel.xml @@ -156,12 +167,15 @@ /doc/en/handbook/hb-install-ppc-disk.xml /doc/en/handbook/hb-install-ppc-kernel.xml /doc/en/handbook/hb-install-ppc-medium.xml + /doc/en/handbook/hb-install-ppc64-bootloader.xml + /doc/en/handbook/hb-install-ppc64-disk.xml + /doc/en/handbook/hb-install-ppc64-kernel.xml + /doc/en/handbook/hb-install-ppc64-medium.xml /doc/en/handbook/hb-install-sparc-bootloader.xml /doc/en/handbook/hb-install-sparc-disk.xml /doc/en/handbook/hb-install-sparc-kernel.xml /doc/en/handbook/hb-install-sparc-medium.xml /doc/en/handbook/hb-install-stage.xml - /doc/en/handbook/handbook-x86.xml /doc/en/handbook/hb-install-tools.xml /doc/en/handbook/hb-install-x86+amd64-bootloader.xml /doc/en/handbook/hb-install-x86+amd64-disk.xml @@ -173,11 +187,6 @@ /doc/en/handbook/hb-working-use.xml /doc/en/handbook/hb-working-variables.xml /doc/en/handbook/index.xml - /doc/en/handbook/hb-install-ppc64-bootloader.xml - /doc/en/handbook/handbook-sparc.xml - /doc/en/handbook/hb-install-ppc64-disk.xml - /doc/en/handbook/hb-install-ppc64-kernel.xml - /doc/en/handbook/hb-install-ppc64-medium.xml /doc/en/handbook/hb-install-system.xml /doc/en/handbook/hb-portage-configuration.xml /doc/en/handbook/hb-portage-diverttree.xml @@ -189,46 +198,45 @@ /doc/en/handbook/hb-net-modules.xml /doc/en/handbook/hb-net-start.xml /doc/en/handbook/hb-net-wireless.xml - /doc/en/handbook/2006.1/handbook-alpha.xml - /doc/en/handbook/2006.1/handbook-amd64.xml - /doc/en/handbook/2006.1/handbook-hppa.xml - /doc/en/handbook/2006.1/handbook-ppc64.xml - /doc/en/handbook/2006.1/handbook-ppc.xml - /doc/en/handbook/2006.1/handbook-sparc.xml - /doc/en/handbook/2006.1/handbook-x86.xml - /doc/en/handbook/2006.1/hb-install-about.xml - /doc/en/handbook/2006.1/hb-installer-about.xml - /doc/en/handbook/2006.1/hb-install-alpha-bootloader.xml - /doc/en/handbook/2006.1/hb-install-alpha-disk.xml - /doc/en/handbook/2006.1/hb-install-alpha-kernel.xml - /doc/en/handbook/2006.1/hb-install-alpha-medium.xml - /doc/en/handbook/2006.1/hb-install-config.xml - /doc/en/handbook/2006.1/hb-install-finalise.xml - /doc/en/handbook/2006.1/hb-install-hppa-bootloader.xml - /doc/en/handbook/2006.1/hb-install-hppa-disk.xml - /doc/en/handbook/2006.1/hb-install-hppa-kernel.xml - /doc/en/handbook/2006.1/hb-install-hppa-medium.xml - /doc/en/handbook/2006.1/hb-install-network.xml - /doc/en/handbook/2006.1/hb-install-next.xml - /doc/en/handbook/2006.1/hb-install-ppc64-bootloader.xml - /doc/en/handbook/2006.1/hb-install-ppc64-disk.xml - /doc/en/handbook/2006.1/hb-install-ppc64-kernel.xml - /doc/en/handbook/2006.1/hb-install-ppc64-medium.xml - /doc/en/handbook/2006.1/hb-install-ppc-bootloader.xml - /doc/en/handbook/2006.1/hb-install-ppc-disk.xml - /doc/en/handbook/2006.1/hb-install-ppc-kernel.xml - /doc/en/handbook/2006.1/hb-install-ppc-medium.xml - /doc/en/handbook/2006.1/hb-install-sparc-bootloader.xml - /doc/en/handbook/2006.1/hb-install-sparc-disk.xml - /doc/en/handbook/2006.1/hb-install-sparc-kernel.xml - /doc/en/handbook/2006.1/hb-install-sparc-medium.xml - /doc/en/handbook/2006.1/hb-install-stage.xml - /doc/en/handbook/2006.1/hb-install-system.xml - /doc/en/handbook/2006.1/hb-install-tools.xml - /doc/en/handbook/2006.1/hb-install-gli-dialog.xml - /doc/en/handbook/2006.1/hb-install-gli-medium.xml - /doc/en/handbook/2006.1/hb-install-gtkfe.xml - /doc/en/handbook/2006.1/index.xml + /doc/en/handbook/2007.0/handbook-alpha.xml + /doc/en/handbook/2007.0/handbook-amd64.xml + /doc/en/handbook/2007.0/handbook-hppa.xml + /doc/en/handbook/2007.0/handbook-ppc64.xml + /doc/en/handbook/2007.0/handbook-ppc.xml + /doc/en/handbook/2007.0/handbook-sparc.xml + /doc/en/handbook/2007.0/handbook-x86.xml + /doc/en/handbook/2007.0/hb-install-about.xml + /doc/en/handbook/2007.0/hb-install-alpha-bootloader.xml + /doc/en/handbook/2007.0/hb-install-alpha-disk.xml + /doc/en/handbook/2007.0/hb-install-alpha-kernel.xml + /doc/en/handbook/2007.0/hb-install-alpha-medium.xml + /doc/en/handbook/2007.0/hb-install-config.xml + /doc/en/handbook/2007.0/hb-install-finalise.xml + /doc/en/handbook/2007.0/hb-install-hppa-bootloader.xml + /doc/en/handbook/2007.0/hb-install-hppa-disk.xml + /doc/en/handbook/2007.0/hb-install-hppa-kernel.xml + /doc/en/handbook/2007.0/hb-install-hppa-medium.xml + /doc/en/handbook/2007.0/hb-install-network.xml + /doc/en/handbook/2007.0/hb-install-next.xml + /doc/en/handbook/2007.0/hb-install-ppc64-bootloader.xml + /doc/en/handbook/2007.0/hb-install-ppc64-disk.xml + /doc/en/handbook/2007.0/hb-install-ppc64-kernel.xml + /doc/en/handbook/2007.0/hb-install-ppc64-medium.xml + /doc/en/handbook/2007.0/hb-install-ppc-bootloader.xml + /doc/en/handbook/2007.0/hb-install-ppc-disk.xml + /doc/en/handbook/2007.0/hb-install-ppc-kernel.xml + /doc/en/handbook/2007.0/hb-install-ppc-medium.xml + /doc/en/handbook/2007.0/hb-install-sparc-bootloader.xml + /doc/en/handbook/2007.0/hb-install-sparc-disk.xml + /doc/en/handbook/2007.0/hb-install-sparc-kernel.xml + /doc/en/handbook/2007.0/hb-install-sparc-medium.xml + /doc/en/handbook/2007.0/hb-install-stage.xml + /doc/en/handbook/2007.0/hb-install-system.xml + /doc/en/handbook/2007.0/hb-install-tools.xml + /doc/en/handbook/2007.0/hb-install-gli-dialog.xml + /doc/en/handbook/2007.0/hb-install-gli-medium.xml + /doc/en/handbook/2007.0/hb-install-gtkfe.xml + /doc/en/handbook/2007.0/index.xml /doc/en/lvm2.xml /doc/en/gentoo-kernel.xml /doc/en/gentoo-ppc-faq.xml @@ -609,9 +617,9 @@ install_guides handbook_index - + install_guides - 2006.1-index + 2007.0-index install_guides -- gentoo-doc-cvs@gentoo.org mailing list