| 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.28 2011/05/09 20:15:47 nightmorph Exp $ --> |
3 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-tipsntricks.xml,v 1.29 2011/09/11 08:43:18 swift Exp $ --> |
| 4 | |
4 | |
| 5 | <guide> |
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"> |
| … | |
… | |
| 24 | |
24 | |
| 25 | <!-- 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 --> |
| 26 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
26 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 27 | <license/> |
27 | <license/> |
| 28 | |
28 | |
| 29 | <version>3</version> |
29 | <version>4</version> |
| 30 | <date>2011-05-09</date> |
30 | <date>2011-09-11</date> |
| 31 | |
31 | |
| 32 | <chapter> |
32 | <chapter> |
| 33 | <title>Introduction</title> |
33 | <title>Introduction</title> |
| 34 | <section> |
34 | <section> |
| 35 | <title>Preliminary</title> |
35 | <title>Preliminary</title> |
| … | |
… | |
| 285 | To have all modules that are currently running (from the Installation CD) loaded |
285 | To have all modules that are currently running (from the Installation CD) loaded |
| 286 | during bootup of your Gentoo system, run the following command from within the |
286 | during bootup of your Gentoo system, run the following command from within the |
| 287 | chrooted environment: |
287 | chrooted environment: |
| 288 | </p> |
288 | </p> |
| 289 | |
289 | |
| 290 | <pre caption="Adding all running modules to the modules.conf file"> |
290 | <pre caption="Adding all running modules to the /etc/conf.d/modules file"> |
|
|
291 | # <i>printf "modules\"" >> /etc/conf.d/modules</i> |
| 291 | # <i>cat /proc/modules | cut -d ' ' -f 1 >> \</i> |
292 | # <i>cat /proc/modules | cut -d ' ' -f 1 >> /etc/conf.d/modules</i> |
| 292 | <i>/etc/modules.autoload.d/kernel-`uname -r | cut -d . -f -2`</i> |
293 | # <i>printf "\"\n" >> /etc/conf.d/modules</i> |
| 293 | # <i>update-modules</i> |
294 | </pre> |
|
|
295 | |
|
|
296 | <p> |
|
|
297 | Verify the <path>/etc/conf.d/modules</path> content and update appropriately. |
| 294 | </pre> |
298 | </p> |
| 295 | |
299 | |
| 296 | </body> |
300 | </body> |
| 297 | </section> |
301 | </section> |
| 298 | </chapter> |
302 | </chapter> |
| 299 | |
303 | |