| … | |
… | |
| 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/Attic/hb-install-mips-system.xml,v 1.10 2011/08/22 16:58:02 swift Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/Attic/hb-install-mips-system.xml,v 1.11 2012/06/29 16:12:20 swift Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>10</version> |
11 | <version>11</version> |
| 12 | <date>2011-08-22</date> |
12 | <date>2012-06-29</date> |
| 13 | |
13 | |
| 14 | <section> |
14 | <section> |
| 15 | <title>Chrooting</title> |
15 | <title>Chrooting</title> |
| 16 | <subsection> |
16 | <subsection> |
| 17 | <title>Copy DNS Info</title> |
17 | <title>Copy DNS Info</title> |
| … | |
… | |
| 31 | </pre> |
31 | </pre> |
| 32 | |
32 | |
| 33 | </body> |
33 | </body> |
| 34 | </subsection> |
34 | </subsection> |
| 35 | <subsection> |
35 | <subsection> |
| 36 | <title>Mounting the /proc and /dev Filesystems</title> |
36 | <title>Mounting the necessary Filesystems</title> |
| 37 | <body> |
37 | <body> |
| 38 | |
38 | |
| 39 | <p> |
39 | <p> |
| 40 | Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to |
40 | Mount the <path>/proc</path> filesystem on <path>/mnt/gentoo/proc</path> to |
| 41 | allow the installation to use the kernel-provided information within the |
41 | allow the installation to use the kernel-provided information within the |
| 42 | chrooted environment, and then mount-bind the <path>/dev</path> filesystem. |
42 | chrooted environment, and then mount-bind the <path>/dev</path> and |
|
|
43 | <path>/sys</path> filesystems. |
| 43 | </p> |
44 | </p> |
| 44 | |
45 | |
| 45 | <pre caption="Mounting /proc and /dev"> |
46 | <pre caption="Mounting /proc and /dev"> |
| 46 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
47 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
|
|
48 | # <i>mount --rbind /sys /mnt/gentoo/sys</i> |
| 47 | # <i>mount --rbind /dev /mnt/gentoo/dev</i> |
49 | # <i>mount --rbind /dev /mnt/gentoo/dev</i> |
| 48 | </pre> |
50 | </pre> |
| 49 | |
51 | |
| 50 | </body> |
52 | </body> |
| 51 | </subsection> |
53 | </subsection> |