* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-07-24 16:51 Tim Yamin
0 siblings, 0 replies; 15+ messages in thread
From: Tim Yamin @ 2005-07-24 16:51 UTC (permalink / raw
To: gentoo-doc-cvs
plasmaroo 05/07/24 16:51:15
Modified: xml/htdocs/doc/en genkernel.xml
Log:
Update to 3.2.0 and restructure and reword (thanks to major contributions from Jimi Ayodele) and add netbooting information (thanks to contributions
from Thomas Seiler).
Revision Changes Path
1.17 +712 -271 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.17&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.17&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.16&r2=1.17&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- genkernel.xml 26 Jun 2005 23:50:57 -0000 1.16
+++ genkernel.xml 24 Jul 2005 16:51:15 -0000 1.17
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.16 2005/06/26 23:50:57 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.17 2005/07/24 16:51:15 plasmaroo Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -9,460 +9,901 @@
<mail link="plasmaroo@gentoo.org">Tim Yamin</mail>
</author>
+<!-- folajimi@speakeasy.net -->
+<author title="Contributor">
+ Jimi Ayodele
+</author>
+
+<!-- thseiler@gmail.com -->
+<author title="NFS Support">
+ Thomas Seiler
+</author>
+
<abstract>
-This guide intends to provide a reference of all the functions
-provided by genkernel.
+This guide intends to provide a reference of all the functions provided by
+genkernel.
</abstract>
<license/>
-<version>1.1.2.3</version>
-<date>2005-06-26</date>
+<version>1.2</version>
+<date>2005-07-24</date>
<chapter>
<title>Introduction</title>
<section>
-<title>Introduction</title>
+<title>Rationale</title>
<body>
<p>
-Genkernel is designed to allow users who are not previously used to
-compiling a kernel to use a similar setup to that one that is used on
-the Gentoo Installation CDs which auto-detects your hardware.
-</p>
-
-<p>
-Some users may also be interested in using genkernel for hardware
-which requires initialization and a working kernel before it can be
-booted. Because genkernel also automatically compiles your kernel modules,
-thus allowing hardware which needs to be loaded with module parameters
-to be used.
+For users who are not privy to kernel compilation, genkernel is a tool to
+automate this process. It can help you create a kernel image akin to those
+available on Gentoo Installation CDs, which are designed to auto-detect the
+hardware configuration of your system. Some users may also be interested in
+using genkernel for hardware requiring initialization and a working kernel
+before the system starts up. Since genkernel automatically compiles your kernel
+modules, you can use hardware that may require certain module parameters to be
+loaded for proper operation.
</p>
</body>
</section>
+
<section>
-<title>Is genkernel for me?</title>
+<title>Target Audience</title>
<body>
<p>
-Genkernel is often a good choice to those who are unused to compiling
-their own kernel or those who are not certain about their hardware
-configurations.
-</p>
-
-<p>
-Because genkernel is designed to use a generic configuration, it
-should be able to support all of your hardware - however, because all
-the drivers and modules have to be compiled as well, compiling a
-kernel by yourself is often much faster provided you know what you need.
+If you are either uncertain about how to compile a kernel, or are just
+unfamiliar with your hardware configuration, genkernel is a very handy tool.
+It is designed to take the pain out of the kernel compiling process, and
+supports most hardware by default.
</p>
<p>
-Genkernel does not however, currently support booting the sytem from
-LVM2/EVMS2 partitions. Users are recommended to use a manually compiled
-kernel for the time being.
+However, if you know what drivers are required by your system, you may be able
+to further reduce the time taken to compile the kernel. This is possible since
+you can direct genkernel to only build drivers relevant to your hardware.
+Oftentimes, the number of drivers required by your system will be fewer
+(implying a shorter kernel compilation time) than the default configuration
+provides.
</p>
</body>
</section>
<section>
-<title>Getting genkernel</title>
+<title>Installing genkernel</title>
<body>
<p>
-You can obtain genkernel by simply running <c>emerge genkernel</c>. Don't
-forget to use the <c>-k</c> flag for emerge if you are using binary packages,
-i.e. GRP. Due to the GRP packages having an older version of genkernel, the
-flags are different. As a result, you should consult the <uri
-link="/doc/en/handbook/handbook-x86.xml?part=1&chap=10">
-Gentoo Handbook</uri> and <path>genkernel --help</path>.
+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.
</p>
-
+
</body>
</section>
+</chapter>
+
+<chapter>
+<title>Working with genkernel</title>
<section>
-<title>Supported platforms</title>
+<title>How to use genkernel</title>
<body>
<p>
-As of genkernel 3.0.2, the following platforms should be
-supported: alpha, amd64, parisc, parisc64, ppc, ppc64, sparc, sparc64, and x86.
+Although there are several ways to run genkernel, the least-intrusive approach
+is provided by <c>genkernel all</c>. Here, a generic configuration which works
+well for most systems is used. As was mentioned earlier, this approach is not
+without drawbacks; most of the modules created are useless to the average user
+and may increase compile time. Below is an illustration of a more efficient
+approach, achieved by passing certain flags to genkernel as root:
</p>
-</body>
-</section>
-</chapter>
+<pre caption="Running genkernel (with flags)">
+# genkernel --bootsplash --no-install --no-clean --menuconfig all
+</pre>
-<chapter>
-<title>Genkernel usage</title>
-<section>
-<title>Introduction</title>
-<body>
+<p>
+The above operation causes genkernel to create a bootsplash-enabled kernel
+(<c>--bootsplash</c>) that will have to be manually installed
+(<c>--no-install</c>). While preparing the kernel source tree, genkernel will
+refrain from cleaning out any preexisting object files present in the source
+tree (<c>--no-clean</c>). A menu-driven kernel configuration utility will be
+displayed that allows the user to select which modules will be built for the
+system (<c>--menuconfig</c>).
+</p>
<p>
-Genkernel is designed to work in three modes:
+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
+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.
</p>
-<ul>
- <li>"all" mode: this builds the kernel and the initrd</li>
- <li>"kernel" mode: this only builds the kernel image</li>
- <li>"initrd" mode: this only builds the initrd</li>
-</ul>
+<p>
+Remember, genkernel is designed to make kernel compilation easy and
+stress-free. For this reason, genkernel features several flags to ease the
+kernel compilation effort. For example, there are flags to help with kernel
+configuration, while others affect the actual compilation. Some flags even help
+debug the compilation process. For those interested in further optimization,
+there are flags that affect kernel assembling, packaging and even kernel
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-07-25 20:28 Tim Yamin
0 siblings, 0 replies; 15+ messages in thread
From: Tim Yamin @ 2005-07-25 20:28 UTC (permalink / raw
To: gentoo-doc-cvs
plasmaroo 05/07/25 20:28:53
Modified: xml/htdocs/doc/en genkernel.xml
Log:
Update to 3.3; remove a few of the internal options that shouldn't be touched by users as they are reserved for internal catalyst usage.
Revision Changes Path
1.18 +78 -85 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.18&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.18&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.17&r2=1.18&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- genkernel.xml 24 Jul 2005 16:51:15 -0000 1.17
+++ genkernel.xml 25 Jul 2005 20:28:53 -0000 1.18
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.17 2005/07/24 16:51:15 plasmaroo Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.18 2005/07/25 20:28:53 plasmaroo Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -26,8 +26,8 @@
<license/>
-<version>1.2</version>
-<date>2005-07-24</date>
+<version>1.3</version>
+<date>July 24, 2005</date>
<chapter>
<title>Introduction</title>
@@ -244,22 +244,18 @@
</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 using 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>
</ul>
<ul>
<li>
- <b>--udev</b>: Activates support for the userspace device file system
- (udev) in the initrd image.
- </li>
- <li>
<b>--<c>no-</c>install</b>: Activates <e>[or deactivates]</e> the
<c>make install</c> command, which installs your new kernel image,
configuration file, initrd image and system map onto your mounted boot
@@ -390,42 +386,64 @@
</p>
<ul>
- <li>
- <b>--<c>no-</c>bootsplash</b>: Activates <e>[or deactivates]</e>
- bootsplash support in the genkernel-built initrd image. The bootsplash
- feature is supported on a limited number of architectures, and a kernel
- that supports bootsplash is also required. Bootsplash is only supported
- on 2.4 series kernels.
- </li>
- <li>
- <b>--<c>no-</c>gensplash</b>: Activates <e>[or deactivates]</e>
- gensplash support in the genkernel-built initrd image. The gensplash
- utility is intended to be a replacement for bootsplash, and is designed for
- use with 2.6.x series kernels.
- </li>
- <li>
- <b>--do-keymap-auto</b>: Specifies which keymap to use during the boot
- sequence.
- </li>
- <li>
- <b>--lvm2</b>: Includes support for storage using via Logical Volume
- Management (LVM2) from static binaries, if available to the system.
- Relevant (static) LVM2 binaries are compiled if they are unavailable.
- Be sure to install the lvm2 package on your system with <c>emerge
- lvm2</c> before enabling this flag, and review the <uri
+ <li>
+ <b>--<c>no-</c>bootsplash</b>: Activates <e>[or deactivates]</e> support
+ for <uri link="http://www.bootsplash.org/">bootsplash</uri> in the
+ genkernel-built initrd image. The bootsplash feature is supported on a
+ limited number of architectures, and a kernel that supports bootsplash
+ is also required.
+ </li>
+ <li>
+ <b>--<c>no-</c>gensplash</b>: Activates <e>[or deactivates]</e> support
+ for <uri link="http://dev.gentoo.org/~spock/projects/gensplash/">gensplash</uri>
+ support in the genkernel-built initrd image. The gensplash utility is
+ intended to be a replacement for bootsplash, and is designed for use with
+ 2.6.x series kernels. To override the default theme used by gensplash,
+ use <b>--gensplash=<c>PreferredTheme</c></b> (where <c>PreferredTheme</c>
+ is the title of one of the directories inside the
+ <path>/etc/splash/</path> directory.
+ </li>
+ <li>
+ <b>--gensplash-res=<c>PreferredResolution</c></b>: This flag allows you
+ to select which splash screen resolutions will be supported in the initrd
+ during the start-up of the system. This is useful for two reasons: First,
+ you are able to select only the splash screen resolution(s) relevant to
+ your system. Second, you avoid the unnecessary increase in the disk space
+ required by initrd (since the initrd does not have to support resolutions
+ that are irrelevant for your system configuration.) However, you may want
+ to omit this flag if the kernel is being compiled for an Installation CD;
+ this allows gensplash support for all possible resolutions.
+ </li>
+ <li>
+ <b>--do-keymap-auto</b>: Force keymap selection during the boot
+ sequence.
+ </li>
+ <li>
+ <b>--lvm2</b>: Includes support for storage using via <uri
+ link="http://sources.redhat.com/lvm2/">Logical Volume Management</uri>
+ (LVM2) from <e>static</e> binaries, if available to the system. Relevant
+ (static) LVM2 binaries are compiled if they are unavailable. Be sure to
+ install the lvm2 package on your system with <c>emerge lvm2</c> before
+ enabling this flag, and review the <uri
link="http://www.gentoo.org/doc/en/lvm2.xml">Gentoo LVM2
Installation</uri> guide.
</li>
<li>
- <b>--evms2</b>: Includes support for storage using the Enterprise Volume
- Management System (EVMS/EVMS2), if available. Be sure to install the evms
- package on your system with <c>emerge evms</c> before using this flag.
+ <b>--evms2</b>: Includes support for storage using the <uri
+ link="http://evms.sourceforge.net/">Enterprise Volume Management
+ System</uri> (EVMS2), if available. Be sure to install the evms package
+ on your system with <c>USE=static emerge evms2</c> before using this
+ (genkernel) flag. <e>(Omitting the </e><c>USE=static</c> <e>flag during
+ package installation will fail to include the necessary static binaries.)
+ </e>
</li>
<li>
- <b>--dmraid</b>: Includes support for the DMRAID, the utility which
- creates RAID mappings using the kernel device-mapper subsystem. DMRAID
- discovers, activates, deactivates and displays properties of software
- RAID sets (ATARAID, for example) and contained DOS partitions.
+ <b>--dmraid</b>: Includes support for <uri
+ link="http://people.redhat.com/~heinzm/sw/dmraid/readme">DMRAID</uri>;
+ the utility which creates RAID mappings using the kernel device-mapper
+ subsystem. DMRAID discovers, activates, deactivates and displays
+ properties of software RAID sets (ATARAID, for example) and contained
+ DOS partitions.
</li>
<li>
<b>--linuxrc=/path/to/your/linuxrc</b>: Specifies a user-created
@@ -443,6 +461,11 @@
<b>--tempdir=/path/to/new/tempdir/</b>: Specifies the location of the
temporary directory used by genkernel while compiling the kernel.
</li>
+ <li>
+ <b>--unionfs</b>: Includes support for the <uri
+ link="http://www.fsl.cs.sunysb.edu/project-unionfs.html">Unification File
+ System</uri> in the initrd image.
+ </li>
</ul>
</body>
@@ -465,40 +488,10 @@
partition on a file system (if needed).
</li>
<li>
- <b>--arch-override=<c>someArch</c></b>: Overrides the architecture
- genkernel assumes for the kernel compilation process. This flag is useful
- if the auto-detection mechanism fails (please file a bug if it does!) or
- if you wish to cross-compile a kernel. The list of supported
- architectures is available in the <path>/usr/share/genkernel/</path>
- directory.
- </li>
-</ul>
-
-<ul>
- <li>
- <b>--busybox-config=<path>/path/to/busybox-config</path></b>: Overrides
- the default Busybox configuration with the specified file.
- </li>
- <li>
- <b>--busybox-bin=<path>/path/to/busybox-binary.tar.bz2</path></b>: Using
- this option means that a (static) Busybox binary will not be compiled;
- the specified tarball would be used instead.
- </li>
-</ul>
-
-<ul>
- <li>
- <b>--maxkernpackage=<path>/output/to/yourkernel.tar.bz2</path></b>:
- Creates a package that includes the kernel, the initrd image, the
- kernel's modules (located in <path>/lib/modules/</path>) and
- configuration file.
- </li>
- <li>
- <b>--minkernpackage=<path>/output/to/yourkernel.tar.bz2</path></b>:
- Creates a package that includes the kernel, and initrd image. The
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-07-28 12:40 Jan Kundrat
0 siblings, 0 replies; 15+ messages in thread
From: Jan Kundrat @ 2005-07-28 12:40 UTC (permalink / raw
To: gentoo-doc-cvs
jkt 05/07/28 12:40:48
Modified: xml/htdocs/doc/en genkernel.xml
gentoo-alpha-compaq-tools.xml
gentoo-alpha-install.xml gentoo-hppa-install.xml
gentoo-mips-install.xml gentoo-ppc-install.xml
gentoo-x86-install.xml nx-guide.xml
openmosix-howto.xml
Log:
Fixing <date> stuff, *no content change*
Revision Changes Path
1.19 +2 -2 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.19&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.19&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.18&r2=1.19&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- genkernel.xml 25 Jul 2005 20:28:53 -0000 1.18
+++ genkernel.xml 28 Jul 2005 12:40:47 -0000 1.19
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.18 2005/07/25 20:28:53 plasmaroo Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.19 2005/07/28 12:40:47 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -27,7 +27,7 @@
<license/>
<version>1.3</version>
-<date>July 24, 2005</date>
+<date>2005-07-24</date>
<chapter>
<title>Introduction</title>
1.10 +2 -2 xml/htdocs/doc/en/gentoo-alpha-compaq-tools.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-alpha-compaq-tools.xml?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-alpha-compaq-tools.xml?rev=1.10&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-alpha-compaq-tools.xml.diff?r1=1.9&r2=1.10&cvsroot=gentoo
Index: gentoo-alpha-compaq-tools.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-compaq-tools.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gentoo-alpha-compaq-tools.xml 22 Jun 2004 23:48:54 -0000 1.9
+++ gentoo-alpha-compaq-tools.xml 28 Jul 2005 12:40:47 -0000 1.10
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-compaq-tools.xml,v 1.9 2004/06/22 23:48:54 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-compaq-tools.xml,v 1.10 2005/07/28 12:40:47 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/gentoo-alpha-compaq-tools.xml">
@@ -20,7 +20,7 @@
<license/>
<version>1.0.2</version>
-<date>June 05, 2004</date>
+<date>2004-06-05</date>
<chapter>
<title>Introduction</title>
1.20 +1 -1 xml/htdocs/doc/en/gentoo-alpha-install.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-alpha-install.xml?rev=1.20&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-alpha-install.xml?rev=1.20&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-alpha-install.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
Index: gentoo-alpha-install.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-alpha-install.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- gentoo-alpha-install.xml 4 Apr 2004 15:27:33 -0000 1.19
+++ gentoo-alpha-install.xml 28 Jul 2005 12:40:47 -0000 1.20
@@ -14,7 +14,7 @@
<license/>
<version>1.0</version>
-<date>March 6th, 2004</date>
+<date>2004-03-06</date>
<chapter>
<title>Gentoo Alpha Installation Guide</title>
1.12 +1 -1 xml/htdocs/doc/en/gentoo-hppa-install.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-hppa-install.xml?rev=1.12&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-hppa-install.xml?rev=1.12&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-hppa-install.xml.diff?r1=1.11&r2=1.12&cvsroot=gentoo
Index: gentoo-hppa-install.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-hppa-install.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gentoo-hppa-install.xml 4 Apr 2004 15:27:33 -0000 1.11
+++ gentoo-hppa-install.xml 28 Jul 2005 12:40:47 -0000 1.12
@@ -14,7 +14,7 @@
<license/>
<version>1.0</version>
-<date>March 6th, 2004</date>
+<date>2004-03-06</date>
<chapter>
<title>Gentoo HPPA Installation Guide</title>
1.10 +1 -1 xml/htdocs/doc/en/gentoo-mips-install.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-mips-install.xml?rev=1.10&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-mips-install.xml?rev=1.10&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-mips-install.xml.diff?r1=1.9&r2=1.10&cvsroot=gentoo
Index: gentoo-mips-install.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-mips-install.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gentoo-mips-install.xml 4 Apr 2004 15:27:33 -0000 1.9
+++ gentoo-mips-install.xml 28 Jul 2005 12:40:47 -0000 1.10
@@ -14,7 +14,7 @@
<license/>
<version>1.0</version>
-<date>March 6th, 2004</date>
+<date>2004-03-06</date>
<chapter>
<title>Gentoo MIPS Installation Guide</title>
1.29 +1 -1 xml/htdocs/doc/en/gentoo-ppc-install.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-install.xml?rev=1.29&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-install.xml?rev=1.29&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-ppc-install.xml.diff?r1=1.28&r2=1.29&cvsroot=gentoo
Index: gentoo-ppc-install.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-ppc-install.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- gentoo-ppc-install.xml 4 Apr 2004 15:27:34 -0000 1.28
+++ gentoo-ppc-install.xml 28 Jul 2005 12:40:47 -0000 1.29
@@ -14,7 +14,7 @@
<license/>
<version>1.0</version>
-<date>March 6th, 2004</date>
+<date>2004-03-06</date>
<chapter>
<title>Gentoo PPC Installation Guide</title>
1.199 +1 -1 xml/htdocs/doc/en/gentoo-x86-install.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-install.xml?rev=1.199&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-install.xml?rev=1.199&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/gentoo-x86-install.xml.diff?r1=1.198&r2=1.199&cvsroot=gentoo
Index: gentoo-x86-install.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/gentoo-x86-install.xml,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- gentoo-x86-install.xml 4 Apr 2004 15:27:35 -0000 1.198
+++ gentoo-x86-install.xml 28 Jul 2005 12:40:48 -0000 1.199
@@ -14,7 +14,7 @@
<license/>
<version>1.0</version>
-<date>March 6th, 2004</date>
+<date>2004-03-06</date>
<chapter>
<title>Gentoo x86 Installation Guide</title>
1.2 +3 -3 xml/htdocs/doc/en/nx-guide.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nx-guide.xml?rev=1.2&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nx-guide.xml?rev=1.2&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/nx-guide.xml.diff?r1=1.1&r2=1.2&cvsroot=gentoo
Index: nx-guide.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/nx-guide.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nx-guide.xml 20 Oct 2004 08:39:59 -0000 1.1
+++ nx-guide.xml 28 Jul 2005 12:40:48 -0000 1.2
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='UTF-8'?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nx-guide.xml,v 1.1 2004/10/20 08:39:59 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/nx-guide.xml,v 1.2 2005/07/28 12:40:48 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="nx-guide.xml">
@@ -14,11 +14,11 @@
</abstract>
<!-- The content of this document is licensed under the CC-BY-SA license -->
-<!-- See http://creativecommons.org/licenses/by-sa/2.0 -->
+<!-- See http://creativecommons.org/licenses/by-sa/2.5 -->
<license/>
<version>1.0</version>
-<date>July 7, 2004</date>
+<date>2004-07-07</date>
<chapter>
<title>Introduction</title>
1.7 +2 -2 xml/htdocs/doc/en/openmosix-howto.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openmosix-howto.xml?rev=1.7&content-type=text/x-cvsweb-markup&cvsroot=gentoo
plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openmosix-howto.xml?rev=1.7&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/openmosix-howto.xml.diff?r1=1.6&r2=1.7&cvsroot=gentoo
Index: openmosix-howto.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/openmosix-howto.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- openmosix-howto.xml 19 Feb 2004 15:17:22 -0000 1.6
+++ openmosix-howto.xml 28 Jul 2005 12:40:48 -0000 1.7
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openmosix-howto.xml,v 1.6 2004/02/19 15:17:22 swift Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/openmosix-howto.xml,v 1.7 2005/07/28 12:40:48 jkt Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/openmosix-howto.xml">
@@ -26,7 +26,7 @@
<license/>
<version>1.3</version>
-<date>November 20, 2003</date>
+<date>2003-11-20</date>
<chapter>
<title>Introduction</title>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-07-31 16:26 Xavier Neys
0 siblings, 0 replies; 15+ messages in thread
From: Xavier Neys @ 2005-07-31 16:26 UTC (permalink / raw
To: gentoo-doc-cvs
neysx 05/07/31 16:26:20
Modified: xml/htdocs/doc/en genkernel.xml
Log:
Fixed typo (tx alin)
Revision Changes Path
1.20 +2 -2 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.20&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.20&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.19&r2=1.20&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- genkernel.xml 28 Jul 2005 12:40:47 -0000 1.19
+++ genkernel.xml 31 Jul 2005 16:26:20 -0000 1.20
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.19 2005/07/28 12:40:47 jkt Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.20 2005/07/31 16:26:20 neysx Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -532,7 +532,7 @@
<p>
To set up genkernel to work with your bootloader, three or four changes should
-to the bootloader's configuration file:
+be applied to the bootloader's configuration file:
</p>
<ol>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-07-31 18:13 Alin Dobre
0 siblings, 0 replies; 15+ messages in thread
From: Alin Dobre @ 2005-07-31 18:13 UTC (permalink / raw
To: gentoo-doc-cvs
alin 05/07/31 18:13:14
Modified: xml/htdocs/doc/en genkernel.xml
Log:
Two more typos.
Revision Changes Path
1.21 +5 -5 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.21&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.21&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.20&r2=1.21&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- genkernel.xml 31 Jul 2005 16:26:20 -0000 1.20
+++ genkernel.xml 31 Jul 2005 18:13:14 -0000 1.21
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.20 2005/07/31 16:26:20 neysx Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.21 2005/07/31 18:13:14 alin Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -26,8 +26,8 @@
<license/>
-<version>1.3</version>
-<date>2005-07-24</date>
+<version>1.4</version>
+<date>2005-07-31</date>
<chapter>
<title>Introduction</title>
@@ -705,7 +705,7 @@
<p>
First, the kernel image must include the drivers for your Network Interface
Cards (NIC). Normally, drivers for such devices will be compiled as modules.
-However, it is essential (for netbooting) that you such drivers compiled
+However, it is essential (for netbooting) that you have such drivers compiled
directly into the kernel image and <b>not</b> as modules.
</p>
@@ -715,7 +715,7 @@
Ethernet (10 or 100Mbit) --->
[*] Ethernet (10 or 100Mbit)
<*> the driver for your network card
-<comment>(Be sure to select <*> and not <m>)</comment>
+<comment>(Be sure to select <*> and not <M>)</comment>
</pre>
<p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-08-11 9:59 Tim Yamin
0 siblings, 0 replies; 15+ messages in thread
From: Tim Yamin @ 2005-08-11 9:59 UTC (permalink / raw
To: gentoo-doc-cvs
plasmaroo 05/08/11 09:59:36
Modified: xml/htdocs/doc/en genkernel.xml
Log:
Remove --udev flag.
Revision Changes Path
1.22 +5 -5 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.22&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.22&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.21&r2=1.22&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- genkernel.xml 31 Jul 2005 18:13:14 -0000 1.21
+++ genkernel.xml 11 Aug 2005 09:59:36 -0000 1.22
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.21 2005/07/31 18:13:14 alin Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.22 2005/08/11 09:59:36 plasmaroo Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -26,8 +26,8 @@
<license/>
-<version>1.4</version>
-<date>2005-07-31</date>
+<version>1.4.1</version>
+<date>2005-08-11</date>
<chapter>
<title>Introduction</title>
@@ -578,7 +578,7 @@
<pre caption="Running genkernel (overloaded with flags)">
# genkernel --debuglevel=5 --no-color --no-mrproper --clean --gensplash\
---kerneldir=/path/to/alternate/kernel/sources --install --menuconfig --udev\
+--kerneldir=/path/to/alternate/kernel/sources --install --menuconfig \
--kernel-config=/path/to/preferred/configfile --save-config --mountboot all
</pre>
@@ -652,7 +652,7 @@
</p>
<pre caption="Running genkernel (with flags), after employing genkernel.conf">
-# genkernel --gensplash --kerneldir=/path/to/alternate/kernel/sources --udev\
+# genkernel --gensplash --kerneldir=/path/to/alternate/kernel/sources \
--kernel-config=/path/to/preferred/configfile --install all
</pre>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-08-18 11:33 Xavier Neys
0 siblings, 0 replies; 15+ messages in thread
From: Xavier Neys @ 2005-08-18 11:33 UTC (permalink / raw
To: gentoo-doc-cvs
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>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-09-04 23:04 Camille Huot
0 siblings, 0 replies; 15+ messages in thread
From: Camille Huot @ 2005-09-04 23:04 UTC (permalink / raw
To: gentoo-doc-cvs
cam 05/09/04 23:04:25
Modified: xml/htdocs/doc/en genkernel.xml
Log:
Some minor english-only corrections.
Revision Changes Path
1.24 +13 -15 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.24&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.24&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.23&r2=1.24&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- genkernel.xml 18 Aug 2005 11:33:54 -0000 1.23
+++ genkernel.xml 4 Sep 2005 23:04:25 -0000 1.24
@@ -1,5 +1,5 @@
-<?xml version='1.0' encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.23 2005/08/18 11:33:54 neysx Exp $ -->
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.24 2005/09/04 23:04:25 cam Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -21,7 +21,7 @@
<abstract>
This guide intends to provide a reference of all the functions provided by
-genkernel.
+genkernel.
</abstract>
<license/>
@@ -77,14 +77,14 @@
<p>
To obtain genkernel, run <c>emerge genkernel</c> from the command line. If you
are using the <uri
-link="/doc/en/handbook/2005.0/hb-install-about.xml#doc_chap2_sect1"> Gentoo
+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>
</section>
</chapter>
@@ -145,7 +145,6 @@
</body>
</section>
-
<section>
<title>Configuration Flags</title>
<body>
@@ -539,7 +538,7 @@
</li>
<li>
Add the initrd information as required by the bootloader. Consult the <uri
- link="/doc/en/handbook/handbook-x86.xml?part=1&chap=10"> Bootloader
+ link="/doc/en/handbook/handbook-x86.xml?part=1&chap=10">Bootloader
Configuration Chapter</uri> of the Gentoo Handbook for details on how to
make your bootloader initrd-aware.
</li>
@@ -633,7 +632,7 @@
</p>
<pre caption="Running genkernel (with flags), after employing genkernel.conf">
-# <i>genkernel --gensplash --kerneldir=/path/to/alternate/kernel/sources \
+# <i>genkernel --gensplash --kerneldir=/path/to/alternate/kernel/sources \
--kernel-config=/path/to/preferred/configfile --install all</i>
</pre>
@@ -654,7 +653,7 @@
<p>
The genkernel utility can build kernel and initrd images that provide support
-for network booting, or <e>netboot</e>ing . With any luck, you should be able
+for network booting, or <e>netboot</e>ing. With any luck, you should be able
to netboot any recent computer into the environment provided by the
Installation CD.
</p>
@@ -690,8 +689,8 @@
<pre caption="Configuring a 2.6.x series kernel to support your NIC driver">
Device Drivers --->
Networking Support --->
- Ethernet (10 or 100Mbit) --->
- [*] Ethernet (10 or 100Mbit)
+ Ethernet (10 or 100Mbit) --->
+ [*] Ethernet (10 or 100Mbit)
<*> the driver for your network card
<comment>(Be sure to select <*> and not <M>)</comment>
</pre>
@@ -708,7 +707,7 @@
<pre caption="Configuring a 2.6.x series kernel to support DHCP">
Device Drivers --->
Networking Support --->
- Networking options
+ Networking options
[*] TCP/IP networking--->
[*] IP: kernel level autoconfiguration
[*] IP: DHCP support
@@ -723,7 +722,7 @@
</p>
<pre caption="Configuring the kernel to support SquashFS">
-File systems--->
+File systems--->
Miscellaneous filesystems --->
[*] SquashFS 2.X - Squashed file system support
</pre>
@@ -802,7 +801,7 @@
<p>
The netboot images will ask your DHCP server for an IP as well as a root-path
-parameter. Both can be specified per host using a MAC address to identify
+parameter. Both can be specified per host using a MAC address to identify
machines:
</p>
@@ -858,7 +857,6 @@
<chapter>
<title>Conclusion</title>
-
<section>
<title>To Automate or not to Automate?</title>
<body>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-09-04 23:18 Camille Huot
0 siblings, 0 replies; 15+ messages in thread
From: Camille Huot @ 2005-09-04 23:18 UTC (permalink / raw
To: gentoo-doc-cvs
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 7061 bytes --]
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 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.24 2005/09/04 23:04:25 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.25 2005/09/04 23:18:51 cam Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -26,8 +26,8 @@
<license/>
-<version>1.4.1</version>
-<date>2005-08-11</date>
+<version>1.4.2</version>
+<date>2005-09-05</date>
<chapter>
<title>Introduction</title>
@@ -179,7 +179,7 @@
command line.
</li>
<li>
- <b>--<c>no-</c>save-config</b>: Saves [or does not save] the kernel
+ <b>--<c>no-</c>save-config</b>: Saves <e>[or does not save]</e> the kernel
configuration to a file in the <path>/etc/kernels/</path> directory for
later use.
</li>
@@ -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 <c>-j2</c>; a system with two CPUs will use
the <c>-j3</c> flag, and so on. <e>(A system with one processor that
- supports Hyper-Threading™ (HT) Technology can use the</e><c>-j3</c>
- <e>flag, provided Symmetric Multi-Processing (SMP) support is enabled in
- the kernel.)</e>
+ supports Hyper-Threading™ (HT) Technology can use the
+ </e><c>-j3</c><e> flag, provided Symmetric Multi-Processing (SMP) support is
+ enabled in the kernel.)</e>
</li>
</ul>
@@ -360,8 +360,8 @@
<path>/var/log/genkernel.log</path> by default.
</li>
<li>
- <b>--no-color</b>: Activates [or deactivates] colored output of debugging
- information (reported by genkernel) using escape sequences.
+ <b>--no-color</b>: Activates <e>[or deactivates]</e> colored output of
+ debugging information (reported by genkernel) using escape sequences.
</li>
</ul>
@@ -425,9 +425,9 @@
link="http://evms.sourceforge.net/">Enterprise Volume Management
System</uri> (EVMS2), if available. Be sure to install the evms package on
your system with <c>USE=static emerge evms2</c> before using this
- (genkernel) flag. <e>(Omitting the </e><c>USE=static</c> <e>flag during
- package installation will fail to include the necessary static binaries.)
- </e>
+ (genkernel) flag. <e>(Omitting the </e><c>USE=static</c><e> flag during
+ package installation will fail to include the necessary static
+ binaries.)</e>
</li>
<li>
<b>--dmraid</b>: Includes support for <uri
@@ -438,11 +438,11 @@
</li>
<li>
<b>--linuxrc=/path/to/your/linuxrc</b>: Specifies a user-created
- <e>linuxrc</e> — 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 <path>/usr/share/genkernel/</path> directory.) This script
- allows you to boot into a small, modularized kernel and load the drivers
- that are needed (as modules) by the system.
+ <e>linuxrc</e> — 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 <path>/usr/share/genkernel/</path> directory.) This
+ script allows you to boot into a small, modularized kernel and load the
+ drivers that are needed (as modules) by the system.
</li>
<li>
<b>--cachedir=/path/to/alt/dir/</b>: Overrides the default cache location
@@ -500,7 +500,9 @@
<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>all</c>: Builds all stages — the initrd, kernel image and modules.
+ </li>
</ul>
<p>
@@ -586,7 +588,7 @@
kernel's source tree. Setting this option to 'no' creates a cascade effect
— it is equivalent to genkernel's <c>--no-clean</c> flag, which
disables the <c>make clean</c> command and implies genkernel's
- <c>--no-mrproper</c> flag — essentially nullifying the <c>make
+ <c>--no-mrproper</c> flag — essentially nullifying the <c>make
mrproper</c> command.
</li>
<li>
@@ -619,10 +621,10 @@
</li>
<li>
<b>DEBUGLEVEL=<c>[0|1|2|3|4|5]</c></b>: This option is for adjusting the
- verbosity of the output produced by genkernel — setting this option to '0'
- with <c>--debuglevel=0</c> will suppress all output produced by genkernel;
- setting this option to '5' with <c>--debuglevel=5</c> provides the user
- with all output produced by genkernel.
+ verbosity of the output produced by genkernel — setting this option to
+ '0' with <c>--debuglevel=0</c> will suppress all output produced by
+ genkernel; setting this option to '5' with <c>--debuglevel=5</c> provides
+ the user with all output produced by genkernel.
</li>
</ul>
@@ -700,7 +702,7 @@
and the <c>IP: DHCP support</c> 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
<e>etherbooting</e>.
</p>
@@ -737,7 +739,7 @@
<pre caption="Creating a compressed tarball containing the kernel modules">
<comment>(Create a tar.gz containing all the modules)</comment>
# <i>cd /</i>
-# <i> tar -cf /tmp/modules-X.Y.Z.tar.gz /lib/modules/X.Y.Z/</i>
+# <i>tar -cf /tmp/modules-X.Y.Z.tar.gz /lib/modules/X.Y.Z/</i>
</pre>
<p>
@@ -784,7 +786,7 @@
<pre caption="Preparing the NFS share">
<comment>(This assumes that /nfs/livecd is a exported NFS share)</comment>
-# <i>mount /mnt/cdrom /tmp/gentoo-livecd.iso -o loop</i>
+# <i>mount /tmp/gentoo-livecd.iso /mnt/cdrom -o loop</i>
# <i>cp -p /mnt/cdrom /nfs/livecd</i>
# <i>umount /mnt/cdrom</i>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2005-12-16 19:08 Marcelo Goes
0 siblings, 0 replies; 15+ messages in thread
From: Marcelo Goes @ 2005-12-16 19:08 UTC (permalink / raw
To: gentoo-doc-cvs
vanquirius 05/12/16 19:08:13
Modified: xml/htdocs/doc/en genkernel.xml
Log:
update handbook link, 2005.0->2005.1
Revision Changes Path
1.26 +4 -4 xml/htdocs/doc/en/genkernel.xml
file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.26&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.26&content-type=text/plain&cvsroot=gentoo
diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.25&r2=1.26&cvsroot=gentoo
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- genkernel.xml 4 Sep 2005 23:18:51 -0000 1.25
+++ genkernel.xml 16 Dec 2005 19:08:13 -0000 1.26
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.25 2005/09/04 23:18:51 cam Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.26 2005/12/16 19:08:13 vanquirius Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -26,8 +26,8 @@
<license/>
-<version>1.4.2</version>
-<date>2005-09-05</date>
+<version>1.4.3</version>
+<date>2005-12-16</date>
<chapter>
<title>Introduction</title>
@@ -77,7 +77,7 @@
<p>
To obtain genkernel, run <c>emerge genkernel</c> from the command line. If you
are using the <uri
-link="/doc/en/handbook/2005.0/hb-install-about.xml#doc_chap2_sect1">Gentoo
+link="/doc/en/handbook/2005.1/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
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2007-05-18 15:01 Lukasz Damentko
0 siblings, 0 replies; 15+ messages in thread
From: Lukasz Damentko @ 2007-05-18 15:01 UTC (permalink / raw
To: gentoo-doc-cvs
rane 07/05/18 15:01:48
Modified: genkernel.xml
Log:
added missing 'of', thanks to keytoaster on irc for reporting
Revision Changes Path
1.27 xml/htdocs/doc/en/genkernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.26&r2=1.27
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- genkernel.xml 16 Dec 2005 19:08:13 -0000 1.26
+++ genkernel.xml 18 May 2007 15:01:48 -0000 1.27
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.26 2005/12/16 19:08:13 vanquirius Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.27 2007/05/18 15:01:48 rane Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -341,7 +341,7 @@
<body>
<p>
-The use debugging flags during the kernel compilation process controls the
+The use of debugging flags during the kernel compilation process controls the
amount of information reported, as well as the presentation of said data.
</p>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2007-05-31 22:02 Josh Saddler
0 siblings, 0 replies; 15+ messages in thread
From: Josh Saddler @ 2007-05-31 22:02 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/05/31 22:02:14
Modified: genkernel.xml
Log:
typo fix, no content change. keytoaster's sharp eyes spotted this on irc.
Revision Changes Path
1.28 xml/htdocs/doc/en/genkernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.27&r2=1.28
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- genkernel.xml 18 May 2007 15:01:48 -0000 1.27
+++ genkernel.xml 31 May 2007 22:02:14 -0000 1.28
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.27 2007/05/18 15:01:48 rane Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.28 2007/05/31 22:02:14 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -785,7 +785,7 @@
</p>
<pre caption="Preparing the NFS share">
-<comment>(This assumes that /nfs/livecd is a exported NFS share)</comment>
+<comment>(This assumes that /nfs/livecd is an exported NFS share)</comment>
# <i>mount /tmp/gentoo-livecd.iso /mnt/cdrom -o loop</i>
# <i>cp -p /mnt/cdrom /nfs/livecd</i>
# <i>umount /mnt/cdrom</i>
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2007-06-21 1:38 Josh Saddler
0 siblings, 0 replies; 15+ messages in thread
From: Josh Saddler @ 2007-06-21 1:38 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/06/21 01:38:07
Modified: genkernel.xml
Log:
updated genkernel guide for bug 173766
Revision Changes Path
1.29 xml/htdocs/doc/en/genkernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.28&r2=1.29
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- genkernel.xml 31 May 2007 22:02:14 -0000 1.28
+++ genkernel.xml 21 Jun 2007 01:38:07 -0000 1.29
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.28 2007/05/31 22:02:14 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.29 2007/06/21 01:38:07 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml">
@@ -26,8 +26,8 @@
<license/>
-<version>1.4.3</version>
-<date>2005-12-16</date>
+<version>1.5</version>
+<date>2007-06-20</date>
<chapter>
<title>Introduction</title>
@@ -437,6 +437,14 @@
of software RAID sets (ATARAID, for example) and contained DOS partitions.
</li>
<li>
+ <b>--luks</b>: Includes support for <uri
+ link="http://luks.endorphin.org/">Linux Unified Key Setup</uri> or LUKS.
+ This will allow you to use a device encrypted by LUKS which contains the
+ root filesystem. On the bootloader, you then set that encrypted device as
+ the value of crypt_root (and real_root shall be the unencrypted device LUKS
+ creates).
+ </li>
+ <li>
<b>--linuxrc=/path/to/your/linuxrc</b>: Specifies a user-created
<e>linuxrc</e> — a script that is initialized during the start-up
stage of the kernel, prior to the actual boot process. (A default linuxrc
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2007-09-21 23:01 Josh Saddler
0 siblings, 0 replies; 15+ messages in thread
From: Josh Saddler @ 2007-09-21 23:01 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 07/09/21 23:01:44
Modified: genkernel.xml
Log:
marking the genkernel guide obsolete for the time being, it needs a complete rewrite. too bad for such an imporant(?) widely used tool, but i asked wolf31o2 for updates in bug 173766. nothing for the last 3 months.
Revision Changes Path
1.30 xml/htdocs/doc/en/genkernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.29&r2=1.30
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- genkernel.xml 21 Jun 2007 01:38:07 -0000 1.29
+++ genkernel.xml 21 Sep 2007 23:01:43 -0000 1.30
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.29 2007/06/21 01:38:07 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.30 2007/09/21 23:01:43 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
-<guide link="/doc/en/genkernel.xml">
+<guide link="/doc/en/genkernel.xml" disclaimer="obsolete">
<title>Gentoo Linux Genkernel Guide</title>
<author title="Author">
--
gentoo-doc-cvs@gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-doc-cvs] cvs commit: genkernel.xml
@ 2008-06-23 5:07 Joshua Saddler
0 siblings, 0 replies; 15+ messages in thread
From: Joshua Saddler @ 2008-06-23 5:07 UTC (permalink / raw
To: gentoo-doc-cvs
nightmorph 08/06/23 05:07:13
Modified: genkernel.xml
Log:
updated the splash options
Revision Changes Path
1.31 xml/htdocs/doc/en/genkernel.xml
file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.30&r2=1.31
Index: genkernel.xml
===================================================================
RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- genkernel.xml 21 Sep 2007 23:01:43 -0000 1.30
+++ genkernel.xml 23 Jun 2008 05:07:13 -0000 1.31
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.30 2007/09/21 23:01:43 nightmorph Exp $ -->
+<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.31 2008/06/23 05:07:13 nightmorph Exp $ -->
<!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
<guide link="/doc/en/genkernel.xml" disclaimer="obsolete">
@@ -8,16 +8,17 @@
<author title="Author">
<mail link="plasmaroo@gentoo.org">Tim Yamin</mail>
</author>
-
<!-- folajimi@speakeasy.net -->
<author title="Contributor">
Jimi Ayodele
</author>
-
<!-- thseiler@gmail.com -->
<author title="NFS Support">
Thomas Seiler
</author>
+<author title="Editor">
+ <mail link="nightmorph"/>
+</author>
<abstract>
This guide intends to provide a reference of all the functions provided by
@@ -26,8 +27,8 @@
<license/>
-<version>1.5</version>
-<date>2007-06-20</date>
+<version>1.6</version>
+<date>2008-06-22</date>
<chapter>
<title>Introduction</title>
@@ -105,12 +106,12 @@
</p>
<pre caption="Running genkernel (with flags)">
-# <i>genkernel --bootsplash --no-install --no-clean --menuconfig all</i>
+# <i>genkernel --splash --no-install --no-clean --menuconfig all</i>
</pre>
<p>
-The above operation causes genkernel to create a bootsplash-enabled kernel
-(<c>--bootsplash</c>) that will have to be manually installed
+The above operation causes genkernel to create a framebuffer splash-enabled
+kernel (<c>--splash</c>) that will have to be manually installed
(<c>--no-install</c>). While preparing the kernel source tree, genkernel will
refrain from cleaning out any preexisting object files present in the source
tree (<c>--no-clean</c>). A menu-driven kernel configuration utility will be
@@ -380,33 +381,23 @@
<ul>
<li>
- <b>--<c>no-</c>bootsplash</b>: Activates <e>[or deactivates]</e> support
- for <uri link="http://www.bootsplash.org/">bootsplash</uri> in the
- genkernel-built initrd image. The bootsplash feature is supported on a
- limited number of architectures, and a kernel that supports bootsplash is
- also required.
- </li>
- <li>
- <b>--<c>no-</c>gensplash</b>: Activates <e>[or deactivates]</e> support for
- <uri
- link="http://dev.gentoo.org/~spock/projects/gensplash/">gensplash</uri>
- support in the genkernel-built initrd image. The gensplash utility is
- intended to be a replacement for bootsplash, and is designed for use with
- 2.6.x series kernels. To override the default theme used by gensplash, use
- <b>--gensplash=<c>PreferredTheme</c></b> (where <c>PreferredTheme</c> is
- the title of one of the directories inside the <path>/etc/splash/</path>
- directory.
+ <b>--<c>no-</c>splash</b>: Activates <e>[or deactivates]</e> support for
+ <uri link="http://fbsplash.berlios.de/wiki/doku.php">framebuffer
+ splash</uri> support in the genkernel-built initrd image. To override the
+ default theme used by fbsplash, use <b>--splash=<c>PreferredTheme</c></b>
+ (where <c>PreferredTheme</c> is the title of one of the directories inside
+ the <path>/etc/splash/</path> directory.
</li>
<li>
- <b>--gensplash-res=<c>PreferredResolution</c></b>: This flag allows you to
+ <b>--splash-res=<c>PreferredResolution</c></b>: This flag allows you to
select which splash screen resolutions will be supported in the initrd
during the start-up of the system. This is useful for two reasons: First,
- you are able to select only the splash screen resolution(s) relevant to
- your system. Second, you avoid the unnecessary increase in the disk space
+ you are able to select only the splash screen resolution(s) relevant to your
+ system. Second, you avoid the unnecessary increase in the disk space
required by initrd (since the initrd does not have to support resolutions
- that are irrelevant for your system configuration.) However, you may want
- to omit this flag if the kernel is being compiled for an Installation CD;
- this allows gensplash support for all possible resolutions.
+ that are irrelevant for your system configuration.) However, you may want to
+ omit this flag if the kernel is being compiled for an Installation CD; this
+ allows splash support for all possible resolutions.
</li>
<li>
<b>--do-keymap-auto</b>: Force keymap selection during the boot sequence.
@@ -541,10 +532,10 @@
partition.
</li>
<li>
- If you are using bootsplash, add a suitable mode line such as
- <c>vga=0x317</c> to the parameters passed to the kernel and also add
- <c>splash=verbose</c> or <c>splash=silent</c> depending on the verboseness
- you require from your bootloader.
+ If you are using splash, add a suitable mode line such as <c>vga=0x317</c>
+ to the parameters passed to the kernel and also add <c>splash=verbose</c> or
+ <c>splash=silent</c> depending on the verboseness you require from your
+ bootloader.
</li>
<li>
Add the initrd information as required by the bootloader. Consult the <uri
@@ -570,7 +561,7 @@
</p>
<pre caption="Running genkernel (overloaded with flags)">
-# <i>genkernel --debuglevel=5 --no-color --no-mrproper --clean --gensplash \
+# <i>genkernel --debuglevel=5 --no-color --no-mrproper --clean --splash \
--kerneldir=/path/to/alternate/kernel/sources --install --menuconfig \
--kernel-config=/path/to/preferred/configfile --save-config --mountboot all</i>
</pre>
@@ -642,7 +633,7 @@
</p>
<pre caption="Running genkernel (with flags), after employing genkernel.conf">
-# <i>genkernel --gensplash --kerneldir=/path/to/alternate/kernel/sources \
+# <i>genkernel --splash --kerneldir=/path/to/alternate/kernel/sources \
--kernel-config=/path/to/preferred/configfile --install all</i>
</pre>
--
gentoo-doc-cvs@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 15+ messages in thread
end of thread, other threads:[~2008-06-23 5:07 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-07-28 12:40 [gentoo-doc-cvs] cvs commit: genkernel.xml Jan Kundrat
-- strict thread matches above, loose matches on Subject: below --
2008-06-23 5:07 Joshua Saddler
2007-09-21 23:01 Josh Saddler
2007-06-21 1:38 Josh Saddler
2007-05-31 22:02 Josh Saddler
2007-05-18 15:01 Lukasz Damentko
2005-12-16 19:08 Marcelo Goes
2005-09-04 23:18 Camille Huot
2005-09-04 23:04 Camille Huot
2005-08-18 11:33 Xavier Neys
2005-08-11 9:59 Tim Yamin
2005-07-31 18:13 Alin Dobre
2005-07-31 16:26 Xavier Neys
2005-07-25 20:28 Tim Yamin
2005-07-24 16:51 Tim Yamin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox