From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9FBE913825B for ; Wed, 2 Jan 2013 19:33:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DD0721C076 for ; Wed, 2 Jan 2013 19:33:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E363021C069 for ; Wed, 2 Jan 2013 19:28:54 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D214633DC85 for ; Wed, 2 Jan 2013 19:28:53 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 617) id 96F082171D; Wed, 2 Jan 2013 19:28:52 +0000 (UTC) From: "Sven Vermeulen (swift)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en/handbook: hb-install-mips-system.xml hb-install-system.xml X-VCS-Repository: gentoo X-VCS-Files: hb-install-mips-system.xml hb-install-system.xml X-VCS-Directories: xml/htdocs/doc/en/handbook X-VCS-Committer: swift X-VCS-Committer-Name: Sven Vermeulen Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130102192852.96F082171D@flycatcher.gentoo.org> Date: Wed, 2 Jan 2013 19:28:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@lists.gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 55bd63b0-cef0-49b0-89fa-1038a31a6099 X-Archives-Hash: 0f56cfc12d044edc122426fcb03a22e8 swift 13/01/02 19:28:52 Modified: hb-install-mips-system.xml hb-install-system.xml Log: Fix bug #449192 - remove env-update instructions as they are now obsolete Revision Changes Path 1.12 xml/htdocs/doc/en/handbook/hb-install-mips-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml?r1=1.11&r2=1.12 Index: hb-install-mips-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-mips-system.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- hb-install-mips-system.xml 29 Jun 2012 16:12:20 -0000 1.11 +++ hb-install-mips-system.xml 2 Jan 2013 19:28:52 -0000 1.12 @@ -4,12 +4,12 @@ - + -11 -2012-06-29 +13 +2013-01-03
Chrooting @@ -66,15 +66,12 @@

This chrooting is done in three steps. First we will change the root from / (on the installation medium) to /mnt/gentoo -(on your partitions) using chroot. Then we will create a new environment -using env-update, which essentially creates environment variables. -Finally, we load those variables into memory using source. +(on your partitions) using chroot. Then we will reload some settings, as +provided by /etc/profile, in memory using source.

 # chroot /mnt/gentoo /bin/bash
-# env-update
->> Regenerating /etc/ld.so.cache...
 # source /etc/profile
 # export PS1="(chroot) $PS1"
 
1.129 xml/htdocs/doc/en/handbook/hb-install-system.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.129&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.129&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml?r1=1.128&r2=1.129 Index: hb-install-system.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v retrieving revision 1.128 retrieving revision 1.129 diff -u -r1.128 -r1.129 --- hb-install-system.xml 9 Dec 2012 20:14:14 -0000 1.128 +++ hb-install-system.xml 2 Jan 2013 19:28:52 -0000 1.129 @@ -4,7 +4,7 @@ - + @@ -14,8 +14,8 @@ to progress to that state. -20 -2012-12-09 +21 +2013-01-03
Chrooting @@ -145,15 +145,12 @@

This chrooting is done in three steps. First we will change the root from / (on the installation medium) to /mnt/gentoo -(on your partitions) using chroot. Then we will create a new environment -using env-update, which essentially creates environment variables. -Finally, we load those variables into memory using source. +(on your partitions) using chroot. Then we will reload some settings, as +provided by /etc/profile, in memory using source.

 # chroot /mnt/gentoo /bin/bash
-# env-update
->> Regenerating /etc/ld.so.cache...
 # source /etc/profile
 # export PS1="(chroot) $PS1"