From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1OzzG7-0006Ac-IS for garchives@archives.gentoo.org; Sun, 26 Sep 2010 21:59:47 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F565E098A; Sun, 26 Sep 2010 21:59:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E86A4E098A for ; Sun, 26 Sep 2010 21:59:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 46D8F1B400B for ; Sun, 26 Sep 2010 21:59:43 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 977) id DCFC12004C; Sun, 26 Sep 2010 21:59:41 +0000 (UTC) From: "Jan Kundrat (jkt)" To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml X-VCS-Repository: gentoo X-VCS-Files: altinstall.xml X-VCS-Directories: xml/htdocs/doc/en X-VCS-Committer: jkt X-VCS-Committer-Name: Jan Kundrat Content-Type: text/plain; charset=utf8 Message-Id: <20100926215941.DCFC12004C@flycatcher.gentoo.org> Date: Sun, 26 Sep 2010 21:59:41 +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 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 09ed08fa-bd2e-45ea-a00d-2051aa83f38e X-Archives-Hash: dbd7da29db81056d098cd11a62ef4671 jkt 10/09/26 21:59:41 Modified: altinstall.xml Log: #337836, make chroot instructions more robust Revision Changes Path 1.79 xml/htdocs/doc/en/altinstall.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alti= nstall.xml?rev=3D1.79&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alti= nstall.xml?rev=3D1.79&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/alti= nstall.xml?r1=3D1.78&r2=3D1.79 Index: altinstall.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v retrieving revision 1.78 retrieving revision 1.79 diff -u -r1.78 -r1.79 --- altinstall.xml 15 Jun 2010 06:14:16 -0000 1.78 +++ altinstall.xml 26 Sep 2010 21:59:41 -0000 1.79 @@ -1,5 +1,5 @@ - + =20 @@ -59,8 +59,8 @@ =20 -3 -2010-06-14 +4 +2010-09-26 =20 About this document @@ -245,8 +245,7 @@

=20
-# chroot /mnt/gentoo /bin/bash
-# su -
+# chroot / /bin/env -i TERM=3D"${TERM}" /bin/bash
 # env-update
 # source /etc/profile
 # export PS1=3D"(chroot) $PS1"