| … | |
… | |
| 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/1.0 --> |
5 | <!-- See http://creativecommons.org/licenses/by-sa/1.0 --> |
| 6 | |
6 | |
| 7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.87 2006/01/05 11:54:56 rane Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/hb-install-system.xml,v 1.88 2006/01/19 21:48:10 neysx Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>2.14</version> |
11 | <version>2.15</version> |
| 12 | <date>2006-01-05</date> |
12 | <date>2006-01-19</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Chrooting</title> |
15 | <title>Chrooting</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Optional: Selecting Mirrors</title> |
17 | <title>Optional: Selecting Mirrors</title> |
| … | |
… | |
| 72 | </pre> |
72 | </pre> |
| 73 | |
73 | |
| 74 | </body> |
74 | </body> |
| 75 | </subsection> |
75 | </subsection> |
| 76 | <subsection> |
76 | <subsection> |
| 77 | <title>Mounting the proc Filesystem</title> |
77 | <title>Mounting the /proc and /dev Filesystems</title> |
| 78 | <body> |
78 | <body> |
| 79 | |
79 | |
| 80 | <p> |
80 | <p> |
| 81 | Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to |
81 | Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to |
| 82 | allow the installation to use the kernel-provided information even within the |
82 | allow the installation to use the kernel-provided information within the |
| 83 | chrooted environment. |
83 | chrooted environment, and then mount-bind the <path>/dev</path> filesystem. |
| 84 | </p> |
84 | </p> |
| 85 | |
85 | |
| 86 | <pre caption="Mounting /proc"> |
86 | <pre caption="Mounting /proc and /dev"> |
| 87 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
87 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
|
|
88 | # <i>mount -o bind /dev /mnt/gentoo/dev</i> |
| 88 | </pre> |
89 | </pre> |
| 89 | |
90 | |
| 90 | </body> |
91 | </body> |
| 91 | </subsection> |
92 | </subsection> |
| 92 | <subsection> |
93 | <subsection> |