Gentoo Archives: gentoo-doc-cvs

From: Camille Huot <cam@×××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: genkernel.xml
Date: Sun, 04 Sep 2005 23:19:02
Message-Id: 200509042315.j84NFofA023831@robin.gentoo.org
1 cam 05/09/04 23:18:51
2
3 Modified: xml/htdocs/doc/en genkernel.xml
4 Log:
5 Fixed typo in mount arguments order + some "international" style corrections.
6
7 Revision Changes Path
8 1.25 +28 -26 xml/htdocs/doc/en/genkernel.xml
9
10 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
11 plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml?rev=1.25&content-type=text/plain&cvsroot=gentoo
12 diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/genkernel.xml.diff?r1=1.24&r2=1.25&cvsroot=gentoo
13
14 Index: genkernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
17 retrieving revision 1.24
18 retrieving revision 1.25
19 diff -u -r1.24 -r1.25
20 --- genkernel.xml 4 Sep 2005 23:04:25 -0000 1.24
21 +++ genkernel.xml 4 Sep 2005 23:18:51 -0000 1.25
22 @@ -1,5 +1,5 @@
23 <?xml version="1.0" encoding="UTF-8"?>
24 -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.24 2005/09/04 23:04:25 cam Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.25 2005/09/04 23:18:51 cam Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/genkernel.xml">
29 @@ -26,8 +26,8 @@
30
31 <license/>
32
33 -<version>1.4.1</version>
34 -<date>2005-08-11</date>
35 +<version>1.4.2</version>
36 +<date>2005-09-05</date>
37
38 <chapter>
39 <title>Introduction</title>
40 @@ -179,7 +179,7 @@
41 command line.
42 </li>
43 <li>
44 - <b>--<c>no-</c>save-config</b>: Saves [or does not save] the kernel
45 + <b>--<c>no-</c>save-config</b>: Saves <e>[or does not save]</e> the kernel
46 configuration to a file in the <path>/etc/kernels/</path> directory for
47 later use.
48 </li>
49 @@ -328,9 +328,9 @@
50 (1) to the number of CPUs used by the system. So, for a system with one
51 CPU, the appropriate flag is <c>-j2</c>; a system with two CPUs will use
52 the <c>-j3</c> flag, and so on. <e>(A system with one processor that
53 - supports Hyper-Threading™ (HT) Technology can use the</e><c>-j3</c>
54 - <e>flag, provided Symmetric Multi-Processing (SMP) support is enabled in
55 - the kernel.)</e>
56 + supports Hyper-Threading&trade; (HT) Technology can use the
57 + </e><c>-j3</c><e> flag, provided Symmetric Multi-Processing (SMP) support is
58 + enabled in the kernel.)</e>
59 </li>
60 </ul>
61
62 @@ -360,8 +360,8 @@
63 <path>/var/log/genkernel.log</path> by default.
64 </li>
65 <li>
66 - <b>--no-color</b>: Activates [or deactivates] colored output of debugging
67 - information (reported by genkernel) using escape sequences.
68 + <b>--no-color</b>: Activates <e>[or deactivates]</e> colored output of
69 + debugging information (reported by genkernel) using escape sequences.
70 </li>
71 </ul>
72
73 @@ -425,9 +425,9 @@
74 link="http://evms.sourceforge.net/">Enterprise Volume Management
75 System</uri> (EVMS2), if available. Be sure to install the evms package on
76 your system with <c>USE=static emerge evms2</c> before using this
77 - (genkernel) flag. <e>(Omitting the </e><c>USE=static</c> <e>flag during
78 - package installation will fail to include the necessary static binaries.)
79 - </e>
80 + (genkernel) flag. <e>(Omitting the </e><c>USE=static</c><e> flag during
81 + package installation will fail to include the necessary static
82 + binaries.)</e>
83 </li>
84 <li>
85 <b>--dmraid</b>: Includes support for <uri
86 @@ -438,11 +438,11 @@
87 </li>
88 <li>
89 <b>--linuxrc=/path/to/your/linuxrc</b>: Specifies a user-created
90 - <e>linuxrc</e> — a script that is initialized during the start-up stage of
91 - the kernel, prior to the actual boot process. (A default linuxrc script
92 - should be in the <path>/usr/share/genkernel/</path> directory.) This script
93 - allows you to boot into a small, modularized kernel and load the drivers
94 - that are needed (as modules) by the system.
95 + <e>linuxrc</e> &mdash; a script that is initialized during the start-up
96 + stage of the kernel, prior to the actual boot process. (A default linuxrc
97 + script should be in the <path>/usr/share/genkernel/</path> directory.) This
98 + script allows you to boot into a small, modularized kernel and load the
99 + drivers that are needed (as modules) by the system.
100 </li>
101 <li>
102 <b>--cachedir=/path/to/alt/dir/</b>: Overrides the default cache location
103 @@ -500,7 +500,9 @@
104 <li><c>initrd</c>: Only builds the initrd image</li>
105 <li><c>bzImage</c>: Only builds the kernel image</li>
106 <li><c>kernel</c>: Only builds the kernel image and modules</li>
107 - <li><c>all</c>: Builds all stages — the initrd, kernel image and modules.</li>
108 + <li>
109 + <c>all</c>: Builds all stages &mdash; the initrd, kernel image and modules.
110 + </li>
111 </ul>
112
113 <p>
114 @@ -586,7 +588,7 @@
115 kernel's source tree. Setting this option to 'no' creates a cascade effect
116 &#8212; it is equivalent to genkernel's <c>--no-clean</c> flag, which
117 disables the <c>make clean</c> command and implies genkernel's
118 - <c>--no-mrproper</c> flag &#8212; essentially nullifying the <c>make
119 + <c>--no-mrproper</c> flag &mdash; essentially nullifying the <c>make
120 mrproper</c> command.
121 </li>
122 <li>
123 @@ -619,10 +621,10 @@
124 </li>
125 <li>
126 <b>DEBUGLEVEL=<c>[0|1|2|3|4|5]</c></b>: This option is for adjusting the
127 - verbosity of the output produced by genkernel — setting this option to '0'
128 - with <c>--debuglevel=0</c> will suppress all output produced by genkernel;
129 - setting this option to '5' with <c>--debuglevel=5</c> provides the user
130 - with all output produced by genkernel.
131 + verbosity of the output produced by genkernel &mdash; setting this option to
132 + '0' with <c>--debuglevel=0</c> will suppress all output produced by
133 + genkernel; setting this option to '5' with <c>--debuglevel=5</c> provides
134 + the user with all output produced by genkernel.
135 </li>
136 </ul>
137
138 @@ -700,7 +702,7 @@
139 and the <c>IP: DHCP support</c> options. This avoids an unnecessary layer of
140 complexity since the IP address and the NFS path to the Installation CD can be
141 configured on a DHCP server. Of course, this means the kernel command line
142 -will remain constant for any machine — which is very important for
143 +will remain constant for any machine &mdash; which is very important for
144 <e>etherbooting</e>.
145 </p>
146
147 @@ -737,7 +739,7 @@
148 <pre caption="Creating a compressed tarball containing the kernel modules">
149 <comment>(Create a tar.gz containing all the modules)</comment>
150 # <i>cd /</i>
151 -# <i> tar -cf /tmp/modules-X.Y.Z.tar.gz /lib/modules/X.Y.Z/</i>
152 +# <i>tar -cf /tmp/modules-X.Y.Z.tar.gz /lib/modules/X.Y.Z/</i>
153 </pre>
154
155 <p>
156 @@ -784,7 +786,7 @@
157
158 <pre caption="Preparing the NFS share">
159 <comment>(This assumes that /nfs/livecd is a exported NFS share)</comment>
160 -# <i>mount /mnt/cdrom /tmp/gentoo-livecd.iso -o loop</i>
161 +# <i>mount /tmp/gentoo-livecd.iso /mnt/cdrom -o loop</i>
162 # <i>cp -p /mnt/cdrom /nfs/livecd</i>
163 # <i>umount /mnt/cdrom</i>
164
165
166
167
168 --
169 gentoo-doc-cvs@g.o mailing list