jkt         10/09/26 22:59:23

  Modified:             altinstall.xml
  Log:
  Provide a comment about why we do crazy stuff with env, and don't be crazy 
with
  escaping. Thanks to nightmorph for suggestions.

Revision  Changes    Path
1.80                 xml/htdocs/doc/en/altinstall.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.80&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.80&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.79&r2=1.80

Index: altinstall.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- altinstall.xml      26 Sep 2010 21:59:41 -0000      1.79
+++ altinstall.xml      26 Sep 2010 22:59:23 -0000      1.80
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.79 
2010/09/26 21:59:41 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.80 
2010/09/26 22:59:23 jkt Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide>
@@ -59,7 +59,7 @@
 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
 <license/>
 
-<version>4</version>
+<version>5</version>
 <date>2010-09-26</date>
 
 <chapter>
@@ -245,7 +245,9 @@
 </p>
 
 <pre caption="Chrooting into the new environment">
-# <i>chroot / /bin/env -i TERM="${TERM}" /bin/bash</i>
+<comment>(Some LiveCDs use a funny environment setup, hence the -i option for
+cleaning it up to a reasonable state.)</comment>
+# <i>chroot / /bin/env -i TERM=TERM /bin/bash</i>
 # <i>env-update</i>
 # <i>source /etc/profile</i>
 # <i>export PS1="(chroot) $PS1"</i>




Reply via email to