| … | |
… | |
| 2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
2 | <!DOCTYPE sections SYSTEM "/dtd/book.dtd"> |
| 3 | |
3 | |
| 4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
4 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.102 2006/11/01 21:40:28 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.103 2006/11/02 07:27:24 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <abstract> |
11 | <abstract> |
| 12 | After installing and configuring a stage3, the eventual result is that you |
12 | After installing and configuring a stage3, the eventual result is that you |
| 13 | have a Gentoo base system at your disposal. This chapter describes how |
13 | have a Gentoo base system at your disposal. This chapter describes how |
| 14 | to progress to that state. |
14 | to progress to that state. |
| 15 | </abstract> |
15 | </abstract> |
| 16 | |
16 | |
| 17 | <version>7.4</version> |
17 | <version>7.5</version> |
| 18 | <date>2006-11-01</date> |
18 | <date>2006-11-01</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Chrooting</title> |
21 | <title>Chrooting</title> |
| 22 | <subsection> |
22 | <subsection> |
| … | |
… | |
| 210 | There are also <c>desktop</c> and <c>server</c> subprofiles available for some |
210 | There are also <c>desktop</c> and <c>server</c> subprofiles available for some |
| 211 | architectures. Look inside the <path>2006.1/</path> profile to see if there is |
211 | architectures. Look inside the <path>2006.1/</path> profile to see if there is |
| 212 | one available for your architecture. You may wish to view the <c>desktop</c> |
212 | one available for your architecture. You may wish to view the <c>desktop</c> |
| 213 | profile's <path>make.defaults</path> to determine if it fits your needs. |
213 | profile's <path>make.defaults</path> to determine if it fits your needs. |
| 214 | </p> |
214 | </p> |
|
|
215 | |
|
|
216 | <p test="func:keyval('arch')=AMD64'"> |
|
|
217 | If you want to have a pure 64-bit environment, with no 32-bit applications or |
|
|
218 | libraries, you should use a non-multilib profile: |
|
|
219 | </p> |
|
|
220 | |
|
|
221 | <pre test="func:keyval('arch')=AMD64'" caption="Switching to a non-multilib profile"> |
|
|
222 | # <i>ln -snf /usr/portage/profiles/default-linux/amd64/2006.1/no-multilib /etc/make.profile</i> |
|
|
223 | </pre> |
| 215 | |
224 | |
| 216 | <p> |
225 | <p> |
| 217 | Some users may wish to install a system based on the older Linux 2.4 profile. |
226 | Some users may wish to install a system based on the older Linux 2.4 profile. |
| 218 | If you have good reason to do this, then you should first check that an |
227 | If you have good reason to do this, then you should first check that an |
| 219 | additional profile exists. On x86, we can do this with the following command: |
228 | additional profile exists. On x86, we can do this with the following command: |