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 1EC3lN-00068v-FU
for garchives@archives.gentoo.org; Sun, 04 Sep 2005 23:19:02 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
by robin.gentoo.org (8.13.4/8.13.4) with SMTP id j84NFpIX004928;
Sun, 4 Sep 2005 23:15:51 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 j84NFofA023831
for ; Sun, 4 Sep 2005 23:15:51 GMT
Message-Id: <200509042315.j84NFofA023831@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 1EC3lF-0003Qa-Hv
for gentoo-doc-cvs@lists.gentoo.org; Sun, 04 Sep 2005 23:18:53 +0000
Received: by lark.gentoo.org (sSMTP sendmail emulation); Sun, 4 Sep 2005 23:18:51 +0000
From: "Camille Huot"
Date: Sun, 4 Sep 2005 23:18:51 +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: 6c03a1e1-e9ef-4096-98f3-1dc686859c44
X-Archives-Hash: 41a93e33690c0fe38c0005fd42493347
cam 05/09/04 23:18:51
Modified: xml/htdocs/doc/en genkernel.xml
Log:
Fixed typo in mount arguments order + some "international" style corrections.
Revision Changes Path
1.25 +28 -26 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.25&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.25&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.24&r2=1.25&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- genkernel.xml 4 Sep 2005 23:04:25 -0000 1.24
+++ genkernel.xml 4 Sep 2005 23:18:51 -0000 1.25
@@ -1,5 +1,5 @@
-
+
@@ -26,8 +26,8 @@
-1.4.1
-2005-08-11
+1.4.2
+2005-09-05
Introduction
@@ -179,7 +179,7 @@
command line.
- --no-save-config: Saves [or does not save] the kernel
+ --no-save-config: Saves [or does not save] the kernel
configuration to a file in the /etc/kernels/ directory for
later use.
@@ -328,9 +328,9 @@
(1) to the number of CPUs used by the system. So, for a system with one
CPU, the appropriate flag is -j2; a system with two CPUs will use
the -j3 flag, and so on. (A system with one processor that
- supports Hyper-Threading™ (HT) Technology can use the-j3
- flag, provided Symmetric Multi-Processing (SMP) support is enabled in
- the kernel.)
+ supports Hyper-Threading™ (HT) Technology can use the
+ -j3 flag, provided Symmetric Multi-Processing (SMP) support is
+ enabled in the kernel.)
@@ -360,8 +360,8 @@
/var/log/genkernel.log by default.
- --no-color: Activates [or deactivates] colored output of debugging
- information (reported by genkernel) using escape sequences.
+ --no-color: Activates [or deactivates] colored output of
+ debugging information (reported by genkernel) using escape sequences.
@@ -425,9 +425,9 @@
link="http://evms.sourceforge.net/">Enterprise Volume Management
System (EVMS2), if available. Be sure to install the evms package on
your system with USE=static emerge evms2 before using this
- (genkernel) flag. (Omitting the USE=static flag during
- package installation will fail to include the necessary static binaries.)
-
+ (genkernel) flag. (Omitting the USE=static flag during
+ package installation will fail to include the necessary static
+ binaries.)
--dmraid: Includes support for
--linuxrc=/path/to/your/linuxrc: Specifies a user-created
- linuxrc — a script that is initialized during the start-up stage of
- the kernel, prior to the actual boot process. (A default linuxrc script
- should be in the /usr/share/genkernel/ directory.) This script
- allows you to boot into a small, modularized kernel and load the drivers
- that are needed (as modules) by the system.
+ linuxrc — a script that is initialized during the start-up
+ stage of the kernel, prior to the actual boot process. (A default linuxrc
+ script should be in the /usr/share/genkernel/ directory.) This
+ script allows you to boot into a small, modularized kernel and load the
+ drivers that are needed (as modules) by the system.
--cachedir=/path/to/alt/dir/: Overrides the default cache location
@@ -500,7 +500,9 @@
initrd: Only builds the initrd image
bzImage: Only builds the kernel image
kernel: Only builds the kernel image and modules
- all: Builds all stages — the initrd, kernel image and modules.
+
+ all: Builds all stages — the initrd, kernel image and modules.
+
@@ -586,7 +588,7 @@
kernel's source tree. Setting this option to 'no' creates a cascade effect
— it is equivalent to genkernel's --no-clean flag, which
disables the make clean command and implies genkernel's
- --no-mrproper flag — essentially nullifying the make
+ --no-mrproper flag — essentially nullifying the make
mrproper command.
@@ -619,10 +621,10 @@
DEBUGLEVEL=[0|1|2|3|4|5]: This option is for adjusting the
- verbosity of the output produced by genkernel — setting this option to '0'
- with --debuglevel=0 will suppress all output produced by genkernel;
- setting this option to '5' with --debuglevel=5 provides the user
- with all output produced by genkernel.
+ verbosity of the output produced by genkernel — setting this option to
+ '0' with --debuglevel=0 will suppress all output produced by
+ genkernel; setting this option to '5' with --debuglevel=5 provides
+ the user with all output produced by genkernel.
@@ -700,7 +702,7 @@
and the IP: DHCP support options. This avoids an unnecessary layer of
complexity since the IP address and the NFS path to the Installation CD can be
configured on a DHCP server. Of course, this means the kernel command line
-will remain constant for any machine — which is very important for
+will remain constant for any machine — which is very important for
etherbooting.
@@ -737,7 +739,7 @@
(Create a tar.gz containing all the modules)
# cd /
-# tar -cf /tmp/modules-X.Y.Z.tar.gz /lib/modules/X.Y.Z/
+# tar -cf /tmp/modules-X.Y.Z.tar.gz /lib/modules/X.Y.Z/
@@ -784,7 +786,7 @@
(This assumes that /nfs/livecd is a exported NFS share)
-# mount /mnt/cdrom /tmp/gentoo-livecd.iso -o loop
+# mount /tmp/gentoo-livecd.iso /mnt/cdrom -o loop
# cp -p /mnt/cdrom /nfs/livecd
# umount /mnt/cdrom
--
gentoo-doc-cvs@gentoo.org mailing list