Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (fauli)" <fauli@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/x86: chroot.xml
Date: Wed, 29 Apr 2009 18:24:14
Message-Id: E1LzES3-0000eM-4L@stork.gentoo.org
1 fauli 09/04/29 18:24:11
2
3 Modified: chroot.xml
4 Log:
5 Update part on the Xauthority transfer
6
7 Revision Changes Path
8 1.4 xml/htdocs/proj/en/base/x86/chroot.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/chroot.xml?rev=1.4&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/chroot.xml?rev=1.4&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/x86/chroot.xml?r1=1.3&r2=1.4
13
14 Index: chroot.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/chroot.xml,v
17 retrieving revision 1.3
18 retrieving revision 1.4
19 diff -u -r1.3 -r1.4
20 --- chroot.xml 2 May 2006 04:29:33 -0000 1.3
21 +++ chroot.xml 29 Apr 2009 18:24:11 -0000 1.4
22 @@ -1,6 +1,6 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
25 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/chroot.xml,v 1.3 2006/05/02 04:29:33 halcy0n Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/x86/chroot.xml,v 1.4 2009/04/29 18:24:11 fauli Exp $ -->
27
28 <guide link="/proj/en/base/x86/chroot.xml">
29 <title>Gentoo x86 Chroot Setup Guide</title>
30 @@ -27,8 +27,8 @@
31 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
32 <license/>
33
34 -<version>1.2</version>
35 -<date>2006-05-02</date>
36 +<version>1.3</version>
37 +<date>2009-04-29</date>
38
39 <chapter>
40 <title>X86 Chroot Howto</title>
41 @@ -143,8 +143,9 @@
42 your user in the chroot.
43 </p>
44
45 -<pre caption="Copying .Xauthority">
46 +<pre caption="Copying .Xauthority and misc files">
47 # <i>cp /home/user/.Xauthority /foo/home/chroot_user/</i>
48 +# <i>cp /home/user/.xauth* /foo/home/chroot_user/</i>
49 </pre>
50
51 <note>