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 1EE3ab-0004hp-5x for garchives@archives.gentoo.org; Sat, 10 Sep 2005 11:32:09 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j8ABS1Bb007126; Sat, 10 Sep 2005 11:28:01 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 j8ABS0jA032131 for ; Sat, 10 Sep 2005 11:28:01 GMT Message-Id: <200509101128.j8ABS0jA032131@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 1EE3aT-00001S-Gl for gentoo-doc-cvs@lists.gentoo.org; Sat, 10 Sep 2005 11:32:01 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Sat, 10 Sep 2005 11:31:51 +0000 From: "Alin Dobre" Date: Sat, 10 Sep 2005 11:31:51 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: migration-to-2.6.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: d6f83bf6-7168-473a-88e9-d34608507a31 X-Archives-Hash: 2bd6ea84a57918a573e6400ad9cb562b alin 05/09/10 11:31:51 Modified: xml/htdocs/doc/en migration-to-2.6.xml Log: Fixed typo: /etc/make.profile instead of /etc/make.profiles Revision Changes Path 1.22 +4 -4 xml/htdocs/doc/en/migration-to-2.6.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.22&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/migration-to-2.6.xml?rev=1.22&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/migration-to-2.6.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo Index: migration-to-2.6.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/migration-to-2.6.xml,v retrieving revision 1.21 retrieving revision 1.22 diff -u -r1.21 -r1.22 --- migration-to-2.6.xml 8 Sep 2005 10:32:09 -0000 1.21 +++ migration-to-2.6.xml 10 Sep 2005 11:31:51 -0000 1.22 @@ -1,7 +1,7 @@ - + @@ -28,8 +28,8 @@ 2.6, devfs to udev, OSS to ALSA, and LVM to LVM2. -0.2.9 -2005-09-08 +0.2.10 +2005-09-10 Introduction @@ -80,7 +80,7 @@

From the 2005.0 release of Gentoo Linux, the default kernel is the latest 2.6 series kernel. The default profile of the system is picked up from -/etc/make.profiles which on 2005.0 or above would be a symlink to +/etc/make.profile which on 2005.0 or above would be a symlink to /usr/portage/profiles/default-linux/x86/2005.0 under which various important settings are taken care of.

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