| … | |
… | |
| 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.8 2010/06/07 09:01:11 nightmorph Exp $ --> |
7 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/handbook/Attic/hb-install-mips-system.xml,v 1.9 2011/03/16 07:43:58 nightmorph Exp $ --> |
| 8 | |
8 | |
| 9 | <sections> |
9 | <sections> |
| 10 | |
10 | |
| 11 | <version>9.1</version> |
11 | <version>9.2</version> |
| 12 | <date>2010-06-07</date> |
12 | <date>2011-03-16</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> |
| … | |
… | |
| 42 | chrooted environment, and then mount-bind the <path>/dev</path> filesystem. |
42 | chrooted environment, and then mount-bind the <path>/dev</path> filesystem. |
| 43 | </p> |
43 | </p> |
| 44 | |
44 | |
| 45 | <pre caption="Mounting /proc and /dev"> |
45 | <pre caption="Mounting /proc and /dev"> |
| 46 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
46 | # <i>mount -t proc none /mnt/gentoo/proc</i> |
| 47 | # <i>mount -o bind /dev /mnt/gentoo/dev</i> |
47 | # <i>mount --rbind /dev /mnt/gentoo/dev</i> |
| 48 | </pre> |
48 | </pre> |
| 49 | |
49 | |
| 50 | </body> |
50 | </body> |
| 51 | </subsection> |
51 | </subsection> |
| 52 | <subsection> |
52 | <subsection> |