nightmorph    10/12/07 12:24:29

  Modified:             genkernel.xml
  Log:
  typo fix, via ML

Revision  Changes    Path
1.33                 xml/htdocs/doc/en/genkernel.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.33&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.33&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.32&r2=1.33

Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- genkernel.xml       6 Dec 2010 12:00:32 -0000       1.32
+++ genkernel.xml       7 Dec 2010 12:24:29 -0000       1.33
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.32 
2010/12/06 12:00:32 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.33 
2010/12/07 12:24:29 nightmorph Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide disclaimer="obsolete">
@@ -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>
@@ -82,7 +82,7 @@
 
 <p>
 To obtain genkernel, run <c>emerge genkernel</c> from the command line. If you
-are using the <uri link="/doc/en/handbook/2008/hb-install-about.xml">Gentoo
+are using the <uri link="/doc/en/handbook/2008.0/hb-install-about.xml">Gentoo
 Reference Platform</uri> (GRP), remember to install binary packages by passing
 the <c>-k</c> flag to emerge. Since the GRP is bundled with an older version
 of genkernel, the flags may be different. In any case, consult <c>genkernel
@@ -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 &mdash; 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>




Reply via email to