| 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.22 2007/01/23 06:49:10 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.23 2007/04/10 06:48:59 nightmorph Exp $ --> |
| 4 | |
4 | |
| 5 | <guide link="/doc/en/gentoo-x86-tipsntricks.xml"> |
5 | <guide link="/doc/en/gentoo-x86-tipsntricks.xml"> |
| 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"> |
| … | |
… | |
| 21 | |
21 | |
| 22 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
22 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 23 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
23 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 24 | <license/> |
24 | <license/> |
| 25 | |
25 | |
| 26 | <version>1.12</version> |
26 | <version>1.13</version> |
| 27 | <date>2006-10-04</date> |
27 | <date>2007-04-09</date> |
| 28 | |
28 | |
| 29 | <chapter> |
29 | <chapter> |
| 30 | <title>Introduction</title> |
30 | <title>Introduction</title> |
| 31 | <section> |
31 | <section> |
| 32 | <title>Preliminary</title> |
32 | <title>Preliminary</title> |
| … | |
… | |
| 274 | cdimage ~# <i>mkdir -p /mnt/gentoo/lib/modules</i> |
274 | cdimage ~# <i>mkdir -p /mnt/gentoo/lib/modules</i> |
| 275 | cdiamge ~# <i>cp -Rp /lib/modules/`uname -r` /mnt/gentoo/lib/modules</i> |
275 | cdiamge ~# <i>cp -Rp /lib/modules/`uname -r` /mnt/gentoo/lib/modules</i> |
| 276 | </pre> |
276 | </pre> |
| 277 | |
277 | |
| 278 | <p> |
278 | <p> |
| 279 | Make sure you <c>emerge hotplug</c> and have it added to the boot runlevel. To |
|
|
| 280 | have all modules that are currently running (from the Installation CD) loaded during |
279 | To have all modules that are currently running (from the Installation CD) loaded |
| 281 | bootup of your Gentoo system, run the following command from within the chrooted |
280 | during bootup of your Gentoo system, run the following command from within the |
| 282 | environment: |
281 | chrooted environment: |
| 283 | </p> |
282 | </p> |
| 284 | |
283 | |
| 285 | <pre caption="Adding all running modules to the modules.conf file"> |
284 | <pre caption="Adding all running modules to the modules.conf file"> |
| 286 | # <i>cat /proc/modules | cut -d ' ' -f 1 >> \</i> |
285 | # <i>cat /proc/modules | cut -d ' ' -f 1 >> \</i> |
| 287 | <i>/etc/modules.autoload.d/kernel-`uname -r | cut -d . -f -2`</i> |
286 | <i>/etc/modules.autoload.d/kernel-`uname -r | cut -d . -f -2`</i> |