Gentoo Archives: gentoo-doc-cvs

From: Josh Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: hb-install-system.xml
Date: Mon, 19 Mar 2007 12:08:55
Message-Id: E1HTGB3-000848-5O@stork.gentoo.org
1 nightmorph 07/03/19 11:37:25
2
3 Modified: hb-install-system.xml
4 Log:
5 removing 2.4 profiles as they don't exist anymore, also adding a small all-arches example of how to switch profiles
6
7 Revision Changes Path
8 1.29 xml/htdocs/doc/en/handbook/draft/hb-install-system.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml?rev=1.29&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml?rev=1.29&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml?r1=1.28&r2=1.29
13
14 Index: hb-install-system.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v
17 retrieving revision 1.28
18 retrieving revision 1.29
19 diff -u -r1.28 -r1.29
20 --- hb-install-system.xml 19 Mar 2007 09:37:55 -0000 1.28
21 +++ hb-install-system.xml 19 Mar 2007 11:37:25 -0000 1.29
22 @@ -4,7 +4,7 @@
23 <!-- The content of this document is licensed under the CC-BY-SA license -->
24 <!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
25
26 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v 1.28 2007/03/19 09:37:55 nightmorph Exp $ -->
27 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/draft/hb-install-system.xml,v 1.29 2007/03/19 11:37:25 nightmorph Exp $ -->
28
29 <sections>
30
31 @@ -210,7 +210,7 @@
32
33 <pre caption="Verifying system profile">
34 # <i>ls -FGg /etc/make.profile</i>
35 -lrwxrwxrwx 1 48 Apr 8 18:51 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2006.1/
36 +lrwxrwxrwx 1 48 Apr 8 18:51 /etc/make.profile -> ../usr/portage/profiles/default-linux/x86/2007.0/
37 </pre>
38
39 <p>
40 @@ -220,46 +220,27 @@
41
42 <p>
43 There are also <c>desktop</c> and <c>server</c> subprofiles available for some
44 -architectures. Look inside the <path>2006.1/</path> profile to see if there is
45 +architectures. Look inside the <path>2007.0/</path> profile to see if there is
46 one available for your architecture. You may wish to view the <c>desktop</c>
47 profile's <path>make.defaults</path> to determine if it fits your needs.
48 </p>
49
50 -<p test="func:keyval('arch')='AMD64'">
51 -If you want to have a pure 64-bit environment, with no 32-bit applications or
52 -libraries, you should use a non-multilib profile:
53 -</p>
54 -
55 -<pre test="func:keyval('arch')='AMD64'" caption="Switching to a non-multilib profile">
56 -# <i>ln -snf /usr/portage/profiles/default-linux/amd64/2006.1/no-multilib /etc/make.profile</i>
57 -</pre>
58 -
59 <p>
60 -Some users may wish to install a system based on the older Linux 2.4 profile.
61 -If you have good reason to do this, then you should first check that an
62 -additional profile exists. On x86, we can do this with the following command:
63 +After viewing the available profiles for your architecture in
64 +<path>/usr/portage/profiles/</path>, you can use a different one if you wish:
65 </p>
66
67 -<pre caption="Finding out if an additional profile exists">
68 -# <i>ls -d /usr/portage/profiles/default-linux/x86/no-nptl/2.4</i>
69 -/usr/portage/profiles/default-linux/x86/no-nptl/2.4
70 +<pre caption="Changing profiles">
71 +# <i>ln -snf /usr/portage/profiles/&lt;profile name&gt; /etc/make.profile</i>
72 </pre>
73
74 -<p>
75 -The above example shows that the additional 2.4 profile exists (i.e. it didn't
76 -complain about missing file or directory). It is recommended that you stay with
77 -the default, but if you wish to switch, you can do so as follows:
78 +<p test="func:keyval('arch')='AMD64'">
79 +If you want to have a pure 64-bit environment, with no 32-bit applications or
80 +libraries, you should use a non-multilib profile:
81 </p>
82
83 -<pre caption="Switching to a 2.4 profile">
84 -<comment>(Make sure you use the right architecture, the example below is for x86)</comment>
85 -# <i>ln -snf /usr/portage/profiles/default-linux/x86/no-nptl/2.4 /etc/make.profile</i>
86 -<comment>(List the files in the 2.4 profile)</comment>
87 -# <i>ls -FGg /etc/make.profile/</i>
88 -total 12
89 --rw-r--r-- 1 939 Dec 10 14:06 packages
90 --rw-r--r-- 1 347 Dec 3 2004 parent
91 --rw-r--r-- 1 573 Dec 3 2004 virtuals
92 +<pre test="func:keyval('arch')='AMD64'" caption="Switching to a non-multilib profile">
93 +# <i>ln -snf /usr/portage/profiles/default-linux/amd64/2006.1/no-multilib /etc/make.profile</i>
94 </pre>
95
96 <!--
97
98
99
100 --
101 gentoo-doc-cvs@g.o mailing list