Gentoo Archives: gentoo-doc-cvs

From: "Jan Kundrat (jkt)" <jkt@g.o>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] gentoo commit in xml/htdocs/doc/en: altinstall.xml
Date: Sun, 26 Sep 2010 21:59:47
Message-Id: 20100926215941.DCFC12004C@flycatcher.gentoo.org
1 jkt 10/09/26 21:59:41
2
3 Modified: altinstall.xml
4 Log:
5 #337836, make chroot instructions more robust
6
7 Revision Changes Path
8 1.79 xml/htdocs/doc/en/altinstall.xml
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.79&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.79&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.78&r2=1.79
13
14 Index: altinstall.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
17 retrieving revision 1.78
18 retrieving revision 1.79
19 diff -u -r1.78 -r1.79
20 --- altinstall.xml 15 Jun 2010 06:14:16 -0000 1.78
21 +++ altinstall.xml 26 Sep 2010 21:59:41 -0000 1.79
22 @@ -1,5 +1,5 @@
23 <?xml version='1.0' encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.78 2010/06/15 06:14:16 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.79 2010/09/26 21:59:41 jkt Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide>
29 @@ -59,8 +59,8 @@
30 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
31 <license/>
32
33 -<version>3</version>
34 -<date>2010-06-14</date>
35 +<version>4</version>
36 +<date>2010-09-26</date>
37
38 <chapter>
39 <title>About this document</title>
40 @@ -245,8 +245,7 @@
41 </p>
42
43 <pre caption="Chrooting into the new environment">
44 -# <i>chroot /mnt/gentoo /bin/bash</i>
45 -# <i>su -</i>
46 +# <i>chroot / /bin/env -i TERM="${TERM}" /bin/bash</i>
47 # <i>env-update</i>
48 # <i>source /etc/profile</i>
49 # <i>export PS1="(chroot) $PS1"</i>