Gentoo Archives: gentoo-commits

From: "Joshua Saddler (nightmorph)" <nightmorph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo commit in xml/htdocs/proj/en/base/amd64/howtos: chroot.xml
Date: Fri, 26 Dec 2008 19:36:20
Message-Id: E1LGITp-00042x-8x@stork.gentoo.org
1 nightmorph 08/12/26 19:36:17
2
3 Modified: chroot.xml
4 Log:
5 fixed amd64 doc to use util-linux rather than setarch, bug 207395
6
7 Revision Changes Path
8 1.13 xml/htdocs/proj/en/base/amd64/howtos/chroot.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/amd64/howtos/chroot.xml?rev=1.13&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/amd64/howtos/chroot.xml?rev=1.13&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/proj/en/base/amd64/howtos/chroot.xml?r1=1.12&r2=1.13
13
14 Index: chroot.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/amd64/howtos/chroot.xml,v
17 retrieving revision 1.12
18 retrieving revision 1.13
19 diff -u -r1.12 -r1.13
20 --- chroot.xml 1 Jun 2007 01:54:23 -0000 1.12
21 +++ chroot.xml 26 Dec 2008 19:36:17 -0000 1.13
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/amd64/howtos/chroot.xml,v 1.12 2007/06/01 01:54:23 angelos Exp $ -->
26 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/proj/en/base/amd64/howtos/chroot.xml,v 1.13 2008/12/26 19:36:17 nightmorph Exp $ -->
27
28 <!-- The content of this document is licensed under the CC-BY-SA license -->
29 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
30 @@ -17,8 +17,8 @@
31
32 <license/>
33
34 -<version>1.0</version>
35 -<date>2006-09-16</date>
36 +<version>1.1</version>
37 +<date>2008-12-26</date>
38
39 <chapter>
40 <title>Introduction</title>
41 @@ -118,8 +118,8 @@
42 Now we're ready to switch inside the chroot.
43 </p>
44 <pre caption="Changing inside the chroot">
45 -<i>(Only perform this step if you don't have setarch already installed)</i>
46 -# emerge setarch
47 +<i>(Only perform this step if you don't have util-linux already installed)</i>
48 +# emerge util-linux
49 # linux32 chroot /mnt/gentoo32 /bin/bash
50 <i>(Make sure we have a i686 setup)</i>
51 # uname -m