| 1 | <?xml version="1.0" encoding="UTF-8"?> |
1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.33 2010/12/07 12:24:29 nightmorph Exp $ --> |
2 | <!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.34 2010/12/07 20:49:23 nightmorph Exp $ --> |
| 3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
3 | <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> |
| 4 | |
4 | |
| 5 | <guide disclaimer="obsolete"> |
5 | <guide disclaimer="obsolete"> |
| 6 | <title>Gentoo Linux Genkernel Guide</title> |
6 | <title>Gentoo Linux Genkernel Guide</title> |
| 7 | |
7 | |
| … | |
… | |
| 30 | |
30 | |
| 31 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
31 | <!-- The content of this document is licensed under the CC-BY-SA license --> |
| 32 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
32 | <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> |
| 33 | <license/> |
33 | <license/> |
| 34 | |
34 | |
| 35 | <version>3</version> |
35 | <version>4</version> |
| 36 | <date>2010-12-06</date> |
36 | <date>2010-12-07</date> |
| 37 | |
37 | |
| 38 | <chapter> |
38 | <chapter> |
| 39 | <title>Introduction</title> |
39 | <title>Introduction</title> |
| 40 | <section> |
40 | <section> |
| 41 | <title>Rationale</title> |
41 | <title>Rationale</title> |
| … | |
… | |
| 506 | <ul> |
506 | <ul> |
| 507 | <li> |
507 | <li> |
| 508 | <c>all</c>: Builds all stages — the initrd, kernel image and modules. |
508 | <c>all</c>: Builds all stages — the initrd, kernel image and modules. |
| 509 | </li> |
509 | </li> |
| 510 | <li><c>bzImage</c>: Only builds the kernel image</li> |
510 | <li><c>bzImage</c>: Only builds the kernel image</li> |
|
|
511 | <li><c>kernel</c>: Only builds the kernel image and modules</li> |
| 511 | <li><c>initramfs</c>: Only builds the initramfs/ramdisk image</li> |
512 | <li><c>initramfs</c>: Only builds the initramfs/ramdisk image</li> |
| 512 | <li><c>kernel</c>: Only builds the kernel image and modules</li> |
|
|
| 513 | <li><c>ramdisk</c>: Only builds the initramfs/ramdisk image</li> |
513 | <li><c>ramdisk</c>: Only builds the initramfs/ramdisk image</li> |
| 514 | </ul> |
514 | </ul> |
| 515 | |
515 | |
| 516 | <p> |
516 | <p> |
| 517 | The last action, <c>all</c>, is recommended for most users since it builds the |
517 | The first action, <c>all</c>, is recommended for most users since it builds the |
| 518 | stages required for a functional kernel. Remember, an <e>action</e> simply |
518 | stages required for a functional kernel. Remember, an <e>action</e> simply |
| 519 | tells genkernel what to <e>build</e>, not <e>install</e>. |
519 | tells genkernel what to <e>build</e>, not <e>install</e>. |
| 520 | </p> |
520 | </p> |
| 521 | |
521 | |
| 522 | </body> |
522 | </body> |