Re: [PATCH] Corrections to doc/en/genkernel.xml
Sebastian Pipping <[email protected]>
| Newsgroups | gmane.linux.gentoo.documentation |
|---|---|
| Message-ID | <[email protected]> |
Here's a patch to update genkernel's actions, as well as fixing a "--no install" typo. Please apply. Sebastian
genkernel-xml-actions.patch
(text/plain, 1.5 KB)
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.32
diff -u -r1.32 genkernel.xml
--- genkernel.xml 6 Dec 2010 12:00:32 -0000 1.32
+++ genkernel.xml 6 Dec 2010 13:54:47 -0000
@@ -32,7 +32,7 @@
<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
-<version>2</version>
+<version>3</version>
<date>2010-12-06</date>
<chapter>
@@ -125,7 +125,7 @@
<p>
There are other flags which alter the result provided by genkernel. For
-instance, replacing <c>--no install</c> with the <c>--install</c> flag allows
+instance, replacing <c>--no-install</c> with the <c>--install</c> flag allows
genkernel to automatically install the new kernel in the <path>/boot</path>
directory. Using the <c>--mountboot</c> flag allows genkernel to mount your
<path>/boot</path> partition automatically, if necessary.
@@ -504,12 +504,13 @@
</p>
<ul>
- <li><c>initrd</c>: Only builds the initrd image</li>
- <li><c>bzImage</c>: Only builds the kernel image</li>
- <li><c>kernel</c>: Only builds the kernel image and modules</li>
<li>
<c>all</c>: Builds all stages — the initrd, kernel image and modules.
</li>
+ <li><c>bzImage</c>: Only builds the kernel image</li>
+ <li><c>initramfs</c>: Only builds the initramfs/ramdisk image</li>
+ <li><c>kernel</c>: Only builds the kernel image and modules</li>
+ <li><c>ramdisk</c>: Only builds the initramfs/ramdisk image</li>
</ul>
<p>