jkt 10/09/27 11:06:12 Modified: altinstall.xml Log: #337836, fix some stupid copy-paste errors which got introduced while I tested the command. Oh well. Thanks to Xavier Miller for reporting.
Revision Changes Path 1.81 xml/htdocs/doc/en/altinstall.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.81&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.81&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.80&r2=1.81 Index: altinstall.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v retrieving revision 1.80 retrieving revision 1.81 diff -u -r1.80 -r1.81 --- altinstall.xml 26 Sep 2010 22:59:23 -0000 1.80 +++ altinstall.xml 27 Sep 2010 11:06:12 -0000 1.81 @@ -1,5 +1,5 @@ <?xml version='1.0' encoding="UTF-8"?> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.80 2010/09/26 22:59:23 jkt Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.81 2010/09/27 11:06:12 jkt Exp $ --> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> <guide> @@ -59,8 +59,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>5</version> -<date>2010-09-26</date> +<version>6</version> +<date>2010-09-27</date> <chapter> <title>About this document</title> @@ -247,7 +247,7 @@ <pre caption="Chrooting into the new environment"> <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>chroot /mnt/gentoo /bin/env -i TERM=$TERM /bin/bash</i> # <i>env-update</i> # <i>source /etc/profile</i> # <i>export PS1="(chroot) $PS1"</i>