| … | |
… | |
| 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.117 2010/11/14 15:41:26 nightmorph Exp $ --> |
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 $ --> |
| 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.5</version> |
17 | <version>10.6</version> |
| 18 | <date>2010-11-14</date> |
18 | <date>2011-03-16</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> |
| … | |
… | |
| 94 | chrooted environment, and then mount-bind the <path>/dev</path> filesystem. |
94 | chrooted environment, and then mount-bind the <path>/dev</path> filesystem. |
| 95 | </p> |
95 | </p> |
| 96 | |
96 | |
| 97 | <pre caption="Mounting /proc and /dev"> |
97 | <pre caption="Mounting /proc and /dev"> |
| 98 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
98 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
| 99 | # <i>mount -o bind /dev /mnt/gentoo/dev</i> |
99 | # <i>mount --rbind /dev /mnt/gentoo/dev</i> |
| 100 | </pre> |
100 | </pre> |
| 101 | |
101 | |
| 102 | </body> |
102 | </body> |
| 103 | </subsection> |
103 | </subsection> |
| 104 | <subsection test="func:keyval('arch')='IA64'"> |
104 | <subsection test="func:keyval('arch')='IA64'"> |
| … | |
… | |
| 112 | <path>/sys</path> filesystems. |
112 | <path>/sys</path> filesystems. |
| 113 | </p> |
113 | </p> |
| 114 | |
114 | |
| 115 | <pre caption="Mounting /proc /sys and /dev"> |
115 | <pre caption="Mounting /proc /sys and /dev"> |
| 116 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
116 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
| 117 | # <i>mount -o bind /dev /mnt/gentoo/dev</i> |
117 | # <i>mount --rbind /dev /mnt/gentoo/dev</i> |
| 118 | # <i>mount -o bind /sys /mnt/gentoo/sys</i> |
118 | # <i>mount --rbind /sys /mnt/gentoo/sys</i> |
| 119 | </pre> |
119 | </pre> |
| 120 | |
120 | |
| 121 | </body> |
121 | </body> |
| 122 | </subsection> |
122 | </subsection> |
| 123 | <subsection> |
123 | <subsection> |