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: Mon, 27 Sep 2010 11:06:18
Message-Id: 20100927110612.DCE9820051@flycatcher.gentoo.org
1 jkt 10/09/27 11:06:12
2
3 Modified: altinstall.xml
4 Log:
5 #337836, fix some stupid copy-paste errors which got introduced while I tested the command. Oh well.
6
7 Thanks to Xavier Miller for reporting.
8
9 Revision Changes Path
10 1.81 xml/htdocs/doc/en/altinstall.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.81&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?rev=1.81&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/altinstall.xml?r1=1.80&r2=1.81
15
16 Index: altinstall.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v
19 retrieving revision 1.80
20 retrieving revision 1.81
21 diff -u -r1.80 -r1.81
22 --- altinstall.xml 26 Sep 2010 22:59:23 -0000 1.80
23 +++ altinstall.xml 27 Sep 2010 11:06:12 -0000 1.81
24 @@ -1,5 +1,5 @@
25 <?xml version='1.0' encoding="UTF-8"?>
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.80 2010/09/26 22:59:23 jkt Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/altinstall.xml,v 1.81 2010/09/27 11:06:12 jkt Exp $ -->
28 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
29
30 <guide>
31 @@ -59,8 +59,8 @@
32 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
33 <license/>
34
35 -<version>5</version>
36 -<date>2010-09-26</date>
37 +<version>6</version>
38 +<date>2010-09-27</date>
39
40 <chapter>
41 <title>About this document</title>
42 @@ -247,7 +247,7 @@
43 <pre caption="Chrooting into the new environment">
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>chroot /mnt/gentoo /bin/env -i TERM=$TERM /bin/bash</i>
48 # <i>env-update</i>
49 # <i>source /etc/profile</i>
50 # <i>export PS1="(chroot) $PS1"</i>