| … | |
… | |
| 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.118 2011/03/16 07:43:58 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.119 2011/08/03 08:24:04 jkt 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>10.6</version> |
17 | <version>11</version> |
| 18 | <date>2011-03-16</date> |
18 | <date>2011-08-03</date> |
| 19 | |
19 | |
| 20 | <section> |
20 | <section> |
| 21 | <title>Chrooting</title> |
21 | <title>Chrooting</title> |
| 22 | <subsection> |
22 | <subsection> |
| 23 | <title>Optional: Selecting Mirrors</title> |
23 | <title>Optional: Selecting Mirrors</title> |
| … | |
… | |
| 28 | mirror. Portage will look in your <path>make.conf</path> file for the |
28 | mirror. Portage will look in your <path>make.conf</path> file for the |
| 29 | GENTOO_MIRRORS variable and use the mirrors listed therein. You can surf to |
29 | GENTOO_MIRRORS variable and use the mirrors listed therein. You can surf to |
| 30 | our <uri link="/main/en/mirrors.xml">mirror list</uri> and search |
30 | our <uri link="/main/en/mirrors.xml">mirror list</uri> and search |
| 31 | for a mirror (or mirrors) close to you (as those are most frequently the |
31 | for a mirror (or mirrors) close to you (as those are most frequently the |
| 32 | fastest ones), but we provide a nice tool called <c>mirrorselect</c> which |
32 | fastest ones), but we provide a nice tool called <c>mirrorselect</c> which |
| 33 | provides you with a nice interface to select the mirrors you want. |
33 | provides you with a nice interface to select the mirrors you want. Just |
|
|
34 | navigate to the mirrors of choice and press spacebar to select one or more |
|
|
35 | mirrors. |
| 34 | </p> |
36 | </p> |
| 35 | |
37 | |
| 36 | <pre caption="Using mirrorselect for the GENTOO_MIRRORS variable"> |
38 | <pre caption="Using mirrorselect for the GENTOO_MIRRORS variable"> |
| 37 | # <i>mirrorselect -i -o >> /mnt/gentoo/etc/make.conf</i> |
39 | # <i>mirrorselect -i -o >> /mnt/gentoo/etc/make.conf</i> |
| 38 | </pre> |
40 | </pre> |
| … | |
… | |
| 85 | </body> |
87 | </body> |
| 86 | </subsection> |
88 | </subsection> |
| 87 | <subsection test="not(func:keyval('arch')='IA64')"> |
89 | <subsection test="not(func:keyval('arch')='IA64')"> |
| 88 | <title>Mounting the /proc and /dev Filesystems</title> |
90 | <title>Mounting the /proc and /dev Filesystems</title> |
| 89 | <body> |
91 | <body> |
|
|
92 | |
|
|
93 | <p> |
|
|
94 | In a few moments, we will change the Linux root towards the new location. To |
|
|
95 | make sure that the new environment works properly, we need to make certain file |
|
|
96 | systems available there as well. |
|
|
97 | </p> |
| 90 | |
98 | |
| 91 | <p> |
99 | <p> |
| 92 | Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to |
100 | Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to |
| 93 | allow the installation to use the kernel-provided information within the |
101 | allow the installation to use the kernel-provided information within the |
| 94 | chrooted environment, and then mount-bind the <path>/dev</path> filesystem. |
102 | chrooted environment, and then mount-bind the <path>/dev</path> filesystem. |