neysx       05/08/18 11:33:54

  Modified:    xml/htdocs/doc/en genkernel.xml
  Log:
  #102877: Fixed coding style including prompts and <i> in <pre> elements
           No content change

Revision  Changes    Path
1.23      +354 -380  xml/htdocs/doc/en/genkernel.xml

file : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.23&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.23&content-type=text/plain&cvsroot=gentoo
diff : 
http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.22&r2=1.23&cvsroot=gentoo

Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- genkernel.xml       11 Aug 2005 09:59:36 -0000      1.22
+++ genkernel.xml       18 Aug 2005 11:33:54 -0000      1.23
@@ -1,5 +1,5 @@
 <?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.22 
2005/08/11 09:59:36 plasmaroo Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.23 
2005/08/18 11:33:54 neysx Exp $ -->
 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
 
 <guide link="/doc/en/genkernel.xml">
@@ -48,7 +48,6 @@
 
 </body>
 </section>
-
 <section>
 <title>Target Audience</title>
 <body>
@@ -77,13 +76,13 @@
 
 <p>
 To obtain genkernel, run <c>emerge genkernel</c> from the command line. If you
-are using the
-<uri 
link="http://www.gentoo.org/doc/en/handbook/2005.0/hb-install-about.xml#doc_chap2_sect1";>
-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 --help</c> for help on how to use the version of genkernel
-installed on your system.
+are using the <uri
+link="/doc/en/handbook/2005.0/hb-install-about.xml#doc_chap2_sect1"> 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
+--help</c> for help on how to use the version of genkernel installed on your
+system.
 </p>
  
 </body>
@@ -106,7 +105,7 @@
 </p>
 
 <pre caption="Running genkernel (with flags)">
-# genkernel --bootsplash --no-install --no-clean --menuconfig all
+# <i>genkernel --bootsplash --no-install --no-clean --menuconfig all</i>
 </pre>
 
 <p>
@@ -159,37 +158,36 @@
 </p>
 
 <ul>
-   <li>
-      <b>--<c>no-</c>menuconfig</b>: Activates <e>[or deactivates]</e> the
-      <c>make menuconfig</c> command (which invokes an interactive, menu-based
-      kernel configuration utility), before building the kernel.
-       </li>
-   <li>
-      <b>--gconfig</b>: Provides a kernel configuration utility which depends
-      on the GTK+ libraries. The advantage of this option is that most users
-      find it easier and clearer to configure the kernel using this tool, since
-      it relies on the X-windowing system. The disadvantage of this option is
-      that you <b>need</b> the X-windowing system to use it, so it will not
-      work on the command line.
-   </li>
-   <li>
-      <b>--xconfig</b>: Provides a kernel configuration utility which depends
-      on the QT libraries. The advantage of this option is that most users find
-      it easier and clearer to configure the kernel using this tool, since it
-      relies on the X-windowing system. The disadvantage of this option is that
-      you <b>need</b> the X-windowing system to use it, so it will not work on
-      the command line.
-   </li>
-   <li>
-      <b>--<c>no-</c>save-config</b>: Saves [or does not save] the kernel
-      configuration to a file in the <path>/etc/kernels/</path> directory for
-      later use.
-   </li>
+  <li>
+    <b>--<c>no-</c>menuconfig</b>: Activates <e>[or deactivates]</e> the
+    <c>make menuconfig</c> command (which invokes an interactive, menu-based
+    kernel configuration utility), before building the kernel.
+  </li>
+  <li>
+    <b>--gconfig</b>: Provides a kernel configuration utility which depends on
+    the GTK+ libraries. The advantage of this option is that most users find it
+    easier and clearer to configure the kernel using this tool, since it relies
+    on the X-windowing system. The disadvantage of this option is that you
+    <b>need</b> the X-windowing system to use it, so it will not work on the
+    command line.
+  </li>
+  <li>
+    <b>--xconfig</b>: Provides a kernel configuration utility which depends on
+    the QT libraries. The advantage of this option is that most users find it
+    easier and clearer to configure the kernel using this tool, since it relies
+    on the X-windowing system. The disadvantage of this option is that you
+    <b>need</b> the X-windowing system to use it, so it will not work on the
+    command line.
+  </li>
+  <li>
+    <b>--<c>no-</c>save-config</b>: Saves [or does not save] the kernel
+    configuration to a file in the <path>/etc/kernels/</path> directory for
+    later use.
+  </li>
 </ul>
 
 </body>
 </section>
-
 <section>
 <title>Compilation Flags</title>
 <body>
@@ -200,8 +198,8 @@
 
 <ul>
   <li>
-    <b>--kerneldir=<path>/path/to/sources/</path></b>: Specifies an
-    alternative kernel source location, rather than the default
+    <b>--kerneldir=<path>/path/to/sources/</path></b>: Specifies an alternative
+    kernel source location, rather than the default
     <path>/usr/src/linux/</path> location.
   </li>
   <li>
@@ -210,72 +208,70 @@
     <path>/path/to/sources/.config</path> file.
   </li>
   <li>
-    <b>--module-prefix=<path>/path/to/prefix-directory/</path></b>: Specifies
-    a prefix to the directory where kernel modules will be installed (default
+    <b>--module-prefix=<path>/path/to/prefix-directory/</path></b>: Specifies a
+    prefix to the directory where kernel modules will be installed (default
     path is the <path>/lib/modules/</path> directory.)
   </li>
 </ul>
 
 <ul>
   <li>
-    <b>--<c>no-</c>clean</b>: Activates <e>[or deactivates]</e> the
-    <c>make clean</c> command before compiling your kernel. The
-    <c>make clean</c> command removes all object files and dependencies from
-    the kernel's source tree.
+    <b>--<c>no-</c>clean</b>: Activates <e>[or deactivates]</e> the <c>make
+    clean</c> command before compiling your kernel. The <c>make clean</c>
+    command removes all object files and dependencies from the kernel's source
+    tree.
   </li>
   <li>
-    <b>--<c>no-</c>mrproper</b>: Activates <e>[or deactivates]</e> the
-    <c>make mrproper</c> command before kernel compilation. Like the
-    <c>make clean</c> command, <c>make mrproper</c> removes all object files
-    and dependencies from the kernel's source tree. However, any previous
-    configuration files (in <path>/path/to/sources/.config</path> or
-    <path>/path/to/sources/.config.old</path>) will <b>also</b> be purged
-    from the kernel's source tree.
+    <b>--<c>no-</c>mrproper</b>: Activates <e>[or deactivates]</e> the <c>make
+    mrproper</c> command before kernel compilation. Like the <c>make clean</c>
+    command, <c>make mrproper</c> removes all object files and dependencies
+    from the kernel's source tree. However, any previous configuration files
+    (in <path>/path/to/sources/.config</path> or
+    <path>/path/to/sources/.config.old</path>) will <b>also</b> be purged from
+    the kernel's source tree.
   </li>
   <li>
     <b>--oldconfig</b>: Issues the <c>make oldconfig</c> command, which
-    attempts to collect configuration information for the system's
-    architecture from a generic script in <path>/usr/share/genkernel/</path>.
-    This is a non-interactive process; no user input is entertained. Also, if
+    attempts to collect configuration information for the system's architecture
+    from a generic script in <path>/usr/share/genkernel/</path>.  This is a
+    non-interactive process; no user input is entertained. Also, if
     <c>--oldconfig</c> is used in conjunction with <c>--clean</c>, the latter
-    flag is negated, resulting in the activation of the <c>--no-clean</c>
-    flag.
+    flag is negated, resulting in the activation of the <c>--no-clean</c> flag.
   </li>
 </ul>
 
 <ul>
-   <li>
-      <b>--callback="<c>echo hello</c>"</b>: Calls the specified arguments
-      (<c>echo hello</c>, in this case) after the kernel and the relevant
-      modules have been built, but before building the initrd image. This may
-      be useful if you want to install external modules in the initrd image by
-      emerging the relevant item(s) with the callback feature, and then
-      redefining a genkernel module group.
-   </li>
+  <li>
+    <b>--callback="<c>echo hello</c>"</b>: Calls the specified arguments
+    (<c>echo hello</c>, in this case) after the kernel and the relevant modules
+    have been built, but before building the initrd image. This may be useful
+    if you want to install external modules in the initrd image by emerging the
+    relevant item(s) with the callback feature, and then redefining a genkernel
+    module group.
+  </li>



-- 
[email protected] mailing list

Reply via email to