From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.43) id 1E5iey-0008BU-7P for garchives@archives.gentoo.org; Thu, 18 Aug 2005 11:34:12 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j7IBX5wa001536; Thu, 18 Aug 2005 11:33:05 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.4/8.13.4) with ESMTP id j7IBX45I023783 for ; Thu, 18 Aug 2005 11:33:05 GMT Message-Id: <200508181133.j7IBX45I023783@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark.gentoo.org) by smtp.gentoo.org with smtp (Exim 4.43) id 1E5ieq-0005Gw-Eo for gentoo-doc-cvs@lists.gentoo.org; Thu, 18 Aug 2005 11:34:04 +0000 Received: by lark.gentoo.org (sSMTP sendmail emulation); Thu, 18 Aug 2005 11:33:54 +0000 From: "Xavier Neys" Date: Thu, 18 Aug 2005 11:33:54 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: genkernel.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 1b232fa9-01f7-49fe-94d1-1de0b6193255 X-Archives-Hash: 505687388596a988168c16e7f1e59c56 neysx 05/08/18 11:33:54 Modified: xml/htdocs/doc/en genkernel.xml Log: #102877: Fixed coding style including prompts and in
 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 @@
 
-
+
 
 
 
@@ -48,7 +48,6 @@
 
 
 
-
 
Target Audience @@ -77,13 +76,13 @@

To obtain genkernel, run emerge genkernel from the command line. If you -are using the - -Gentoo Reference Platform (GRP), remember to install binary packages by -passing the -k flag to emerge. Since the GRP is bundled with an older -version of genkernel, the flags may be different. In any case, consult -genkernel --help for help on how to use the version of genkernel -installed on your system. +are using the Gentoo +Reference Platform (GRP), remember to install binary packages by passing +the -k flag to emerge. Since the GRP is bundled with an older version of +genkernel, the flags may be different. In any case, consult genkernel +--help for help on how to use the version of genkernel installed on your +system.

@@ -106,7 +105,7 @@

-# genkernel --bootsplash --no-install --no-clean --menuconfig all
+# genkernel --bootsplash --no-install --no-clean --menuconfig all
 

@@ -159,37 +158,36 @@

    -
  • - --no-menuconfig: Activates [or deactivates] the - make menuconfig command (which invokes an interactive, menu-based - kernel configuration utility), before building the kernel. -
  • -
  • - --gconfig: 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 need the X-windowing system to use it, so it will not - work on the command line. -
  • -
  • - --xconfig: 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 need the X-windowing system to use it, so it will not work on - the command line. -
  • -
  • - --no-save-config: Saves [or does not save] the kernel - configuration to a file in the /etc/kernels/ directory for - later use. -
  • +
  • + --no-menuconfig: Activates [or deactivates] the + make menuconfig command (which invokes an interactive, menu-based + kernel configuration utility), before building the kernel. +
  • +
  • + --gconfig: 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 + need the X-windowing system to use it, so it will not work on the + command line. +
  • +
  • + --xconfig: 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 + need the X-windowing system to use it, so it will not work on the + command line. +
  • +
  • + --no-save-config: Saves [or does not save] the kernel + configuration to a file in the /etc/kernels/ directory for + later use. +
-
Compilation Flags @@ -200,8 +198,8 @@
  • - --kerneldir=/path/to/sources/: Specifies an - alternative kernel source location, rather than the default + --kerneldir=/path/to/sources/: Specifies an alternative + kernel source location, rather than the default /usr/src/linux/ location.
  • @@ -210,72 +208,70 @@ /path/to/sources/.config file.
  • - --module-prefix=/path/to/prefix-directory/: Specifies - a prefix to the directory where kernel modules will be installed (default + --module-prefix=/path/to/prefix-directory/: Specifies a + prefix to the directory where kernel modules will be installed (default path is the /lib/modules/ directory.)
  • - --no-clean: Activates [or deactivates] the - make clean command before compiling your kernel. The - make clean command removes all object files and dependencies from - the kernel's source tree. + --no-clean: Activates [or deactivates] the make + clean command before compiling your kernel. The make clean + command removes all object files and dependencies from the kernel's source + tree.
  • - --no-mrproper: Activates [or deactivates] the - make mrproper command before kernel compilation. Like the - make clean command, make mrproper removes all object files - and dependencies from the kernel's source tree. However, any previous - configuration files (in /path/to/sources/.config or - /path/to/sources/.config.old) will also be purged - from the kernel's source tree. + --no-mrproper: Activates [or deactivates] the make + mrproper command before kernel compilation. Like the make clean + command, make mrproper removes all object files and dependencies + from the kernel's source tree. However, any previous configuration files + (in /path/to/sources/.config or + /path/to/sources/.config.old) will also be purged from + the kernel's source tree.
  • --oldconfig: Issues the make oldconfig command, which - attempts to collect configuration information for the system's - architecture from a generic script in /usr/share/genkernel/. - 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 /usr/share/genkernel/. This is a + non-interactive process; no user input is entertained. Also, if --oldconfig is used in conjunction with --clean, the latter - flag is negated, resulting in the activation of the --no-clean - flag. + flag is negated, resulting in the activation of the --no-clean flag.
    -
  • - --callback="echo hello": Calls the specified arguments - (echo hello, 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. -
  • +
  • + --callback="echo hello": Calls the specified arguments + (echo hello, 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. +
  • -- gentoo-doc-cvs@gentoo.org mailing list