| 1 | <?xml version='1.0' encoding="UTF-8"?> |
1 | <?xml version='1.0' encoding="UTF-8"?> |
| 2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
2 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.26 2008/05/21 20:26:03 swift Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.27 2011/03/16 07:47:44 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/gentoo-x86-tipsntricks.xml"> |
5 | <guide> |
| 6 | <title>Gentoo/x86 Installation Tips & Tricks</title> |
6 | <title>Gentoo/x86 Installation Tips & Tricks</title> |
| 7 | |
7 | |
| 8 | <author title="Author"> |
8 | <author title="Author"> |
| 9 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
9 | <mail link="swift@gentoo.org">Sven Vermeulen</mail> |
| 10 | </author> |
10 | </author> |
| 11 | <author title="Editor"> |
11 | <author title="Editor"> |
| 12 | <mail link="neysx@gentoo.org">Xavier Neys</mail> |
12 | <mail link="neysx@gentoo.org">Xavier Neys</mail> |
| 13 | </author> |
13 | </author> |
|
|
14 | <author title="Editor"> |
|
|
15 | <mail link="nightmorph"/> |
|
|
16 | </author> |
| 14 | |
17 | |
| 15 | <abstract> |
18 | <abstract> |
| 16 | The Gentoo installation allows for very flexible approaches to the various |
19 | The Gentoo installation allows for very flexible approaches to the various |
| 17 | installation methods. As it is almost impossible to insert every single tip or |
20 | installation methods. As it is almost impossible to insert every single tip or |
| 18 | trick in the installation instructions this document tries to deal with all |
21 | trick in the installation instructions this document tries to deal with all |
| … | |
… | |
| 21 | |
24 | |
| 22 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
25 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 23 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
26 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 24 | <license/> |
27 | <license/> |
| 25 | |
28 | |
| 26 | <version>1.15</version> |
29 | <version>2</version> |
| 27 | <date>2007-09-18</date> |
30 | <date>2011-03-16</date> |
| 28 | |
31 | |
| 29 | <chapter> |
32 | <chapter> |
| 30 | <title>Introduction</title> |
33 | <title>Introduction</title> |
| 31 | <section> |
34 | <section> |
| 32 | <title>Preliminary</title> |
35 | <title>Preliminary</title> |
| … | |
… | |
| 200 | Before chrooting, bind-mount the <path>/dev</path> structure in the new |
203 | Before chrooting, bind-mount the <path>/dev</path> structure in the new |
| 201 | environment: |
204 | environment: |
| 202 | </p> |
205 | </p> |
| 203 | |
206 | |
| 204 | <pre caption="Bind-mounting /dev"> |
207 | <pre caption="Bind-mounting /dev"> |
| 205 | # <i>mount -o bind /dev /mnt/gentoo/dev</i> |
208 | # <i>mount --rbind /dev /mnt/gentoo/dev</i> |
| 206 | </pre> |
209 | </pre> |
| 207 | |
210 | |
| 208 | <p> |
211 | <p> |
| 209 | When configuring your kernel, make sure you enable support for your ATA RAID |
212 | When configuring your kernel, make sure you enable support for your ATA RAID |
| 210 | chipset and options. For instance, a popular ATA RAID system is a <e>Promise |
213 | chipset and options. For instance, a popular ATA RAID system is a <e>Promise |
| … | |
… | |
| 478 | certain cases will you need to redo the subsequent installation steps. |
481 | certain cases will you need to redo the subsequent installation steps. |
| 479 | </p> |
482 | </p> |
| 480 | |
483 | |
| 481 | </body> |
484 | </body> |
| 482 | </section> |
485 | </section> |
| 483 | |
|
|
| 484 | </chapter> |
486 | </chapter> |
| 485 | |
|
|
| 486 | </guide> |
487 | </guide> |