Gentoo Archives: gentoo-doc-cvs

From: swift <swift@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml
Date: Thu, 08 Dec 2005 19:28:55
Message-Id: 200512081928.jB8JSeND001598@robin.gentoo.org
1 swift 05/12/08 19:28:40
2
3 Modified: xml/htdocs/doc/en/handbook hb-install-system.xml
4 Log:
5 Use no-nptl profile for 2.4
6
7 Revision Changes Path
8 1.86 +6 -6 xml/htdocs/doc/en/handbook/hb-install-system.xml
9
10 file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.86&content-type=text/x-cvsweb-markup&cvsroot=gentoo
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml?rev=1.86&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/handbook/hb-install-system.xml.diff?r1=1.85&r2=1.86&cvsroot=gentoo
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v
17 retrieving revision 1.85
18 retrieving revision 1.86
19 diff -u -r1.85 -r1.86
20 --- hb-install-system.xml 11 Nov 2005 17:27:15 -0000 1.85
21 +++ hb-install-system.xml 8 Dec 2005 19:28:39 -0000 1.86
22 @@ -4,12 +4,12 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/1.0 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.85 2005/11/11 17:27:15 swift Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.86 2005/12/08 19:28:39 swift Exp $ -->
28
29 <sections>
30
31 -<version>2.12</version>
32 -<date>2005-11-11</date>
33 +<version>2.13</version>
34 +<date>2005-12-08</date>
35
36 <section>
37 <title>Chrooting</title>
38 @@ -203,8 +203,8 @@
39 </p>
40
41 <pre caption="Finding out if an additional profile exists">
42 -# <i>ls -d /usr/portage/profiles/default-linux/x86/2005.1/2.4</i>
43 -/usr/portage/profiles/default-linux/x86/2005.1/2.4
44 +# <i>ls -d /usr/portage/profiles/default-linux/x86/no-nptl/2.4</i>
45 +/usr/portage/profiles/default-linux/x86/no-nptl/2.4
46 </pre>
47
48 <p>
49 @@ -215,7 +215,7 @@
50
51 <pre caption="Switching to a 2.4 profile">
52 <comment>(Make sure you use the right architecture, the example below is for x86)</comment>
53 -# <i>ln -snf /usr/portage/profiles/default-linux/x86/2005.1/2.4 /etc/make.profile</i>
54 +# <i>ln -snf /usr/portage/profiles/default-linux/x86/no-nptl/2.4 /etc/make.profile</i>
55 <comment>(List the files in the 2.4 profile)</comment>
56 # <i>ls -FGg /etc/make.profile/</i>
57 total 12
58
59
60
61 --
62 gentoo-doc-cvs@g.o mailing list