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 22:59:33
Message-Id: 20100926225923.B35BB2004C@flycatcher.gentoo.org
1 jkt 10/09/26 22:59:23
2
3 Modified: altinstall.xml
4 Log:
5 Provide a comment about why we do crazy stuff with env, and don't be crazy with
6 escaping. Thanks to nightmorph for suggestions.
7
8 Revision Changes Path
9 1.80 xml/htdocs/doc/en/altinstall.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.80&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.80&content-type=text/plain
13 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.79&r2=1.80
14
15 Index: altinstall.xml
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
18 retrieving revision 1.79
19 retrieving revision 1.80
20 diff -u -r1.79 -r1.80
21 --- altinstall.xml 26 Sep 2010 21:59:41 -0000 1.79
22 +++ altinstall.xml 26 Sep 2010 22:59:23 -0000 1.80
23 @@ -1,5 +1,5 @@
24 <?xml version='1.0' encoding="UTF-8"?>
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.79 2010/09/26 21:59:41 jkt Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.80 2010/09/26 22:59:23 jkt Exp $ -->
27 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
28
29 <guide>
30 @@ -59,7 +59,7 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>4</version>
35 +<version>5</version>
36 <date>2010-09-26</date>
37
38 <chapter>
39 @@ -245,7 +245,9 @@
40 </p>
41
42 <pre caption="Chrooting into the new environment">
43 -# <i>chroot / /bin/env -i TERM="${TERM}" /bin/bash</i>
44 +<comment>(Some LiveCDs use a funny environment setup, hence the -i option for
45 +cleaning it up to a reasonable state.)</comment>
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>