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.43) id 1E3Wn3-00033c-2D for garchives@archives.gentoo.org; Fri, 12 Aug 2005 10:29:29 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7CASMZd026067; Fri, 12 Aug 2005 10:28:22 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7CASMJa030638 for ; Fri, 12 Aug 2005 10:28:22 GMT Message-Id: <200508121028.j7CASMJa030638@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1E3Wmv-0008EI-9A for gentoo-doc-cvs@lists.gentoo.org; Fri, 12 Aug 2005 10:29:21 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Fri, 12 Aug 2005 10:29:12 +0000 From: "Xavier Neys" Date: Fri, 12 Aug 2005 10:29:12 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: gentoo-upgrading.xml 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: df816ac2-82b5-4f6d-b9cc-b38b125b2287 X-Archives-Hash: de0def029124a29b645cbe7e4af07940 neysx 05/08/12 10:29:12 Modified: xml/htdocs/doc/en gentoo-upgrading.xml Log: #102212 Upgrade to 2005.1 Revision Changes Path 1.24 +48 -20 xml/htdocs/doc/en/gentoo-upgrading.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.24&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-upgrading.xml?rev=1.24&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-upgrading.xml.diff?r1=1.23&r2=1.24&cvsroot=gentoo Index: gentoo-upgrading.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-upgrading.xml,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- gentoo-upgrading.xml 27 Jun 2005 00:27:17 -0000 1.23 +++ gentoo-upgrading.xml 12 Aug 2005 10:29:12 -0000 1.24 @@ -1,6 +1,6 @@ - + Gentoo Upgrading Guide @@ -14,11 +14,11 @@ - + -2.12 -2005-06-27 +2.13 +2005-08-12 Gentoo and Upgrades @@ -99,8 +99,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 2005.0 profile can be found -at /usr/portage/profiles/default-linux/x86/2005.0. +instance, the default x86 2005.1 profile can be found +at /usr/portage/profiles/default-linux/x86/2005.1. 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. @@ -120,8 +120,7 @@ new versions of core packages (such as baselayout, gcc, or glibc) that are incompatible with previous versions, a change in the default USE flags or in the virtual mappings, or maybe a change in -system-wide settings (such as defining udev to be the default manager -for /dev instead of devfs). +system-wide settings.

@@ -153,8 +152,8 @@

-If a release (such as 2005.0) introduces a new profile, you have the choice -to migrate to the new profile. +If a release (such as 2005.1 for x86) introduces a new profile, you have the +choice to migrate to the new profile.

@@ -205,17 +204,17 @@ alpha 2005.0, 2005.0/2.4 - 2004.3 + arm - 2005.0 2004.3 + amd64 - 2005.0, 2005.0/no-multilib - 2004.3 + 2005.1, 2005.1/no-multilib + 2005.0, 2005.0/no-multilib, 2004.3 hppa @@ -225,12 +224,12 @@ ia64 2005.0 - + 2004.3 ppc - 2005.0 - 2004.3, 2004.0 + 2005.1 + 2005.0, 2004.3, 2004.0 mips @@ -239,18 +238,18 @@ s390 - 2005.0 2004.3 + sparc + 2005.1 2005.0 - 2004.3, 2004.0 x86 + 2005.1, 2005.1/2.4 2005.0, 2005.0/2.4 - 2004.3, 2004.2, 2004.0 @@ -261,6 +260,35 @@ Profile updating instructions

+Updating to 2005.1 + + +

+To switch to the 2005.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
+
+ +

+All archs - There are no fundamental changes in this profile. No +specific action needs to be performed. +

+ +

+ppc - With the 2005.1 release, the ppc and ppc64 profiles were merged +and a number of subprofiles for specific subarchitectures were created. Make +sure you choose the correct subprofile for your system when migrating to a +2005.1 profile. +

+ + +
+
Updating to 2005.0 -- gentoo-doc-cvs@gentoo.org mailing list