Gentoo Archives: gentoo-doc-cvs

From: Joshua Saddler <nightmorph@××××××××××××.org>
To: gentoo-doc-cvs@l.g.o
Subject: [gentoo-doc-cvs] cvs commit: genkernel.xml
Date: Mon, 23 Jun 2008 05:07:20
Message-Id: E1KAeGn-0005Nv-Qr@stork.gentoo.org
1 nightmorph 08/06/23 05:07:13
2
3 Modified: genkernel.xml
4 Log:
5 updated the splash options
6
7 Revision Changes Path
8 1.31 xml/htdocs/doc/en/genkernel.xml
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.31&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?rev=1.31&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo/xml/htdocs/doc/en/genkernel.xml?r1=1.30&r2=1.31
13
14 Index: genkernel.xml
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v
17 retrieving revision 1.30
18 retrieving revision 1.31
19 diff -u -r1.30 -r1.31
20 --- genkernel.xml 21 Sep 2007 23:01:43 -0000 1.30
21 +++ genkernel.xml 23 Jun 2008 05:07:13 -0000 1.31
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.30 2007/09/21 23:01:43 nightmorph Exp $ -->
25 +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/genkernel.xml,v 1.31 2008/06/23 05:07:13 nightmorph Exp $ -->
26 <!DOCTYPE guide SYSTEM "/dtd/guide.dtd">
27
28 <guide link="/doc/en/genkernel.xml" disclaimer="obsolete">
29 @@ -8,16 +8,17 @@
30 <author title="Author">
31 <mail link="plasmaroo@g.o">Tim Yamin</mail>
32 </author>
33 -
34 <!-- folajimi@×××××××××.net -->
35 <author title="Contributor">
36 Jimi Ayodele
37 </author>
38 -
39 <!-- thseiler@×××××.com -->
40 <author title="NFS Support">
41 Thomas Seiler
42 </author>
43 +<author title="Editor">
44 + <mail link="nightmorph"/>
45 +</author>
46
47 <abstract>
48 This guide intends to provide a reference of all the functions provided by
49 @@ -26,8 +27,8 @@
50
51 <license/>
52
53 -<version>1.5</version>
54 -<date>2007-06-20</date>
55 +<version>1.6</version>
56 +<date>2008-06-22</date>
57
58 <chapter>
59 <title>Introduction</title>
60 @@ -105,12 +106,12 @@
61 </p>
62
63 <pre caption="Running genkernel (with flags)">
64 -# <i>genkernel --bootsplash --no-install --no-clean --menuconfig all</i>
65 +# <i>genkernel --splash --no-install --no-clean --menuconfig all</i>
66 </pre>
67
68 <p>
69 -The above operation causes genkernel to create a bootsplash-enabled kernel
70 -(<c>--bootsplash</c>) that will have to be manually installed
71 +The above operation causes genkernel to create a framebuffer splash-enabled
72 +kernel (<c>--splash</c>) that will have to be manually installed
73 (<c>--no-install</c>). While preparing the kernel source tree, genkernel will
74 refrain from cleaning out any preexisting object files present in the source
75 tree (<c>--no-clean</c>). A menu-driven kernel configuration utility will be
76 @@ -380,33 +381,23 @@
77
78 <ul>
79 <li>
80 - <b>--<c>no-</c>bootsplash</b>: Activates <e>[or deactivates]</e> support
81 - for <uri link="http://www.bootsplash.org/">bootsplash</uri> in the
82 - genkernel-built initrd image. The bootsplash feature is supported on a
83 - limited number of architectures, and a kernel that supports bootsplash is
84 - also required.
85 - </li>
86 - <li>
87 - <b>--<c>no-</c>gensplash</b>: Activates <e>[or deactivates]</e> support for
88 - <uri
89 - link="http://dev.gentoo.org/~spock/projects/gensplash/">gensplash</uri>
90 - support in the genkernel-built initrd image. The gensplash utility is
91 - intended to be a replacement for bootsplash, and is designed for use with
92 - 2.6.x series kernels. To override the default theme used by gensplash, use
93 - <b>--gensplash=<c>PreferredTheme</c></b> (where <c>PreferredTheme</c> is
94 - the title of one of the directories inside the <path>/etc/splash/</path>
95 - directory.
96 + <b>--<c>no-</c>splash</b>: Activates <e>[or deactivates]</e> support for
97 + <uri link="http://fbsplash.berlios.de/wiki/doku.php">framebuffer
98 + splash</uri> support in the genkernel-built initrd image. To override the
99 + default theme used by fbsplash, use <b>--splash=<c>PreferredTheme</c></b>
100 + (where <c>PreferredTheme</c> is the title of one of the directories inside
101 + the <path>/etc/splash/</path> directory.
102 </li>
103 <li>
104 - <b>--gensplash-res=<c>PreferredResolution</c></b>: This flag allows you to
105 + <b>--splash-res=<c>PreferredResolution</c></b>: This flag allows you to
106 select which splash screen resolutions will be supported in the initrd
107 during the start-up of the system. This is useful for two reasons: First,
108 - you are able to select only the splash screen resolution(s) relevant to
109 - your system. Second, you avoid the unnecessary increase in the disk space
110 + you are able to select only the splash screen resolution(s) relevant to your
111 + system. Second, you avoid the unnecessary increase in the disk space
112 required by initrd (since the initrd does not have to support resolutions
113 - that are irrelevant for your system configuration.) However, you may want
114 - to omit this flag if the kernel is being compiled for an Installation CD;
115 - this allows gensplash support for all possible resolutions.
116 + that are irrelevant for your system configuration.) However, you may want to
117 + omit this flag if the kernel is being compiled for an Installation CD; this
118 + allows splash support for all possible resolutions.
119 </li>
120 <li>
121 <b>--do-keymap-auto</b>: Force keymap selection during the boot sequence.
122 @@ -541,10 +532,10 @@
123 partition.
124 </li>
125 <li>
126 - If you are using bootsplash, add a suitable mode line such as
127 - <c>vga=0x317</c> to the parameters passed to the kernel and also add
128 - <c>splash=verbose</c> or <c>splash=silent</c> depending on the verboseness
129 - you require from your bootloader.
130 + If you are using splash, add a suitable mode line such as <c>vga=0x317</c>
131 + to the parameters passed to the kernel and also add <c>splash=verbose</c> or
132 + <c>splash=silent</c> depending on the verboseness you require from your
133 + bootloader.
134 </li>
135 <li>
136 Add the initrd information as required by the bootloader. Consult the <uri
137 @@ -570,7 +561,7 @@
138 </p>
139
140 <pre caption="Running genkernel (overloaded with flags)">
141 -# <i>genkernel --debuglevel=5 --no-color --no-mrproper --clean --gensplash \
142 +# <i>genkernel --debuglevel=5 --no-color --no-mrproper --clean --splash \
143 --kerneldir=/path/to/alternate/kernel/sources --install --menuconfig \
144 --kernel-config=/path/to/preferred/configfile --save-config --mountboot all</i>
145 </pre>
146 @@ -642,7 +633,7 @@
147 </p>
148
149 <pre caption="Running genkernel (with flags), after employing genkernel.conf">
150 -# <i>genkernel --gensplash --kerneldir=/path/to/alternate/kernel/sources \
151 +# <i>genkernel --splash --kerneldir=/path/to/alternate/kernel/sources \
152 --kernel-config=/path/to/preferred/configfile --install all</i>
153 </pre>
154
155
156
157
158 --
159 gentoo-doc-cvs@l.g.o mailing list