specify the kernel version when looking for a module for bug 208593
[genkernel.git] / ChangeLog
1 # ChangeLog for genkernel
2 # Copyright 2006-2008 Gentoo Foundation; Distributed under the GPL v2
3 # $Header: $
4
5   02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/modprobe:
6   specify the kernel version when looking for a module for bug 208593
7
8   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
9   generic/initrd.defaults, generic/initrd.scripts:
10   Removed runUdev, since we no longer use it.
11
12   11 Jan 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
13   gen_initrd.sh, genkernel:
14   Fixing a problem where we were copying the busybox binary cache into the
15   busybox temporary directory. I am assuming that this was a result of all of
16   the changes we've been doing, and it simply just got everlooked. Thanks to
17   Marek Szuba <cyberman@if.pw.edu.pl> for pointing it out in bug #204087. This
18   is genkernel 3.4.9 FINAL. Enjoy.
19
20   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.defaults,
21   generic/initrd.scripts, generic/linuxrc:
22   Don't scan a bunch of extra devices when CDROOT_DEV is defined.
23
24   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
25   generic/linuxrc:
26   Add new cdroot_type=foo kernel commandline parameter to override -t iso9660
27   for bug #182818.
28
29   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
30   Put -t auto back to -t iso9660 for mounting a cdrom. This is for bug #162962.
31
32   27 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
33   Fix description of --kernel-config for bug #194752.
34
35   27 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
36   This is 3.4.9_pre12 for testing.
37
38   23 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
39   generic/linuxrc, genkernel.8:
40   Apply LUKS key patch from bug #162962 from Nelson Batalha
41   <nelson_batalha@hotmail.com>
42
43   14 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
44   Fix text bolding on serial console for bug #202266 thanks to Michael Hordijk
45   <hoffbrinkle@hotmail.com>.
46
47   13 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
48   Apply a patch from John R. Graham <john_r_graham@mindspring.com> for bug
49   #201482.
50
51   06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
52   Do s/KERNELDIR/KERNEL_DIR/ for bug #201159.
53
54   06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
55   Fix typo for bug #201442. Thanks to Michael Hordijk <hoffbrinkle@hotmail.com>.
56
57   03 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
58   This is genkernel 3.4.9_pre11 for testing.
59
60   29 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
61   gen_initrd.sh:
62   Do s/elsif/elif/ because I use too many languages and random bash tutorials
63   online can't be trusted.
64
65   28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
66   genkernel:
67   Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for
68   testing.
69
70   24 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh:
71   Added a small patch from John R. Graham <john_r_graham@mindspring.com> to
72   fix arguments with spaces for bug #200161.
73
74   24 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
75   Use 'read' to get a line at a time to account for directories with spaces in
76   the name. This fixes bug 199701.
77
78   23 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
79   gen_initrd.sh:
80   Look for cryptsetup in /bin and /sbin.
81
82   17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
83   Force dmraid to be built with -j1 for bug #188273.
84
85   16 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
86   My original sed of LVM2->LVM caught a few too many things. Thanks to Robin
87   Johnson <robbat2@gentoo.org> for pointing them out and providing the fix in
88   bug #198546.
89
90   13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
91   genkernel.conf, genkernel:
92   Added config defaulting for --mdadm for bug #198694. Thanks to John R.
93   Graham <john_r_graham@mindspring.com> for providing the patch. This is
94   3.4.9_pre9 for testing.
95
96   08 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
97   Revert patch from bug #190327 as it breaks well more than it fixed.
98
99   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/config.sh,
100   gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
101   gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf, ia64/config.sh,
102   mips/config.sh, parisc/config.sh, parisc64/config.sh, ppc/config.sh,
103   ppc64/config.sh, sparc/config.sh, sparc64/config.sh, um/config.sh,
104   x86/config.sh, x86_64/config.sh, xen0/config.sh, xenU/config.sh:
105   Added a nice patch from John R. Graham <john_r_graham@mindspring.com> to
106   allow all command line options to be configurable from within the
107   genkernel.conf file. This is for bug #182616. This is genkernel 3.4.9_pre8
108   for testing.
109
110   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
111   generic/initrd.scripts:
112   Fixed the noload module code. Thanks to Mijail Fedorovich
113   <mfedorovich@gmail.com> for pointing it out in bug #198187.
114
115   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
116   generic/initrd.scripts, generic/linuxrc:
117   Added an update patch from Alon Bar-Lev <alonbl@gentoo.org> in bug #197244
118   to clean up the suspend2 code and rename the functions to tuxonice to match
119   the upstream rename.
120
121   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
122   gen_compile.sh, gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
123   genkernel:
124   Added a patch from Joshua Kinard <kumba@gentoo.org> to clean up the Pegasos
125   hacks in genkernel. This is from bug #193826. This is genkernel 3.4.9_pre7
126   for testing.
127
128   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_arch.sh:
129   Added a simple patch from Andrew Gaffney <agaffney@gentoo.org> to ensure
130   that we export ARCH before running menuconfig. This is from bug #190327.
131
132   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
133   generic/initrd.scripts, generic/linuxrc:
134   Make sure we still allow dolvm2/doevms2 on the kernel command line and give
135   a warning. I've also added a 2 second delay between vgscan and vgchange.
136   Thanks to Robin H. Johnson <robbat2@gentoo.org> for suggesting the changes
137   and testing.
138
139   02 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> +generic/modprobe,
140   gen_initramfs.sh, gen_initrd.sh, genkernel:
141   Reverting the removal of generic/modprobe for bug #197730. This is genkernel
142   3.4.9_pre6 for testing.
143
144   01 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
145   gen_initramfs.sh, genkernel:
146   Fixed device-mapper/man removal for bug #196087, fixed mdadm.conf copying,
147   and fixed syntax error for bug #197582. This is genkernel-3.4.9_pre5.
148
149   30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org>
150   -pkg/suspend-0.5-Makefile.patch, -pkg/busybox-1.1.3+gentoo.tar.bz2,
151   -pkg/devfsd-1.3.25-dietlibc.patch,
152   -pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2, alpha/busy-config,
153   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
154   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
155   genkernel, ia64/busy-config, mips/busy-config, parisc/busy-config,
156   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
157   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
158   x86/modules_load, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
159   Added a patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for mdadm
160   support in busybox from bug #172128. This is genkernel 3.4.9_pre4 for
161   testing.
162
163   30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
164   generic/initrd.scripts, generic/linuxrc:
165   Made a few minor cleanups here and there.
166
167   12 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
168   Update description for --initramfs-overlay in man page to match --help.
169
170   05 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
171   gen_initrd.sh:
172   Remove generic/modprobe and all supporting code, since busybox has it now.
173
174   04 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
175   We need to cd out of directory to be deleted for bug #194695. Thanks to Asmund
176   Grammeltvedt <asmundg@big-oil.org> for pointing this out.
177
178   18 Sep 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
179   gen_initrd.sh:
180   We don't ever want devfs in an initramfs, so check KERN_24 instead of DEVFS
181   for 2.4 initrd generation
182
183   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
184   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
185   genkernel, genkernel.8, genkernel.conf:
186   Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.
187
188   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
189   gen_configkernel.sh, genkernel:
190   Some more general cleanup and adding support for using a config file other
191   than /etc/genkernel.conf to add flexibility.
192
193   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
194   -pkg/module-init-tools-0.9.15-pre4.tar.bz2,
195   -pkg/klibc-1.1.16-sparc2.patch, -pkg/klibc-1.2.1-nostdinc-flags.patch,
196   -pkg/modutils-2.4.26.tar.bz2:
197   Removing klibc/modutils/module-init-tools files, since we don't need any of
198   them, anymore.
199
200   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
201   It helps if I use 'g' when doing a sed.
202
203   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
204   genkernel, genkernel.conf:
205   Removed the use of GK_BIN variable, since it isn't necessary.
206
207   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel.conf:
208   Updated TODO and cleaning up genkernel.conf a bit.
209
210   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
211   netboot/misc/bin/net-setup, netboot/misc/etc/fstab:
212   Remove some unnecessary copyright dates from a few files so we don't keep
213   forgetting to update them when we modify the files.
214
215   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
216   gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel,
217   genkernel.8, mips/config.sh:
218   Renamed gensplash to splash and marked gensplash as deprecated. This is
219   3.4.9_pre3 for testing.
220
221   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO,
222   alpha/modules_load, gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
223   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
224   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
225   genkernel, genkernel.8, genkernel.conf, ia64/modules_load, mips/config.sh,
226   ppc/modules_load, ppc64/modules_load, um/modules_load, x86/modules_load,
227   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
228   Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will
229   keep everything simplified if a newer EVMS/LVM version set appears.
230
231   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> README,
232   alpha/config.sh, gen_bootloader.sh, gen_cmdline.sh, gen_configkernel.sh,
233   gen_determineargs.sh, gen_initrd.sh, gen_package.sh, genkernel,
234   genkernel.8, genkernel.conf, ia64/config.sh, mips/config.sh,
235   parisc/config.sh, parisc64/config.sh, ppc/config.sh, ppc64/config.sh,
236   sparc/config.sh, sparc64/config.sh, um/config.sh, x86/config.sh,
237   x86_64/config.sh, xen0/config.sh, xenU/config.sh:
238   Removing bootsplash support since it hasn't been in a kernel we've supported
239   for years now, causes confusion amongst users, and really wasn't being used
240   and caused issues with 2.6/initrd creation in some corner cases.
241
242   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
243   -pkg/genkernel-svn-suspend.patch:
244   Removing the reversal patch for the suspend removal, since it will no longer
245   apply.
246
247   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
248   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
249   gen_initrd.sh, generic/linuxrc, genkernel, mips/config.sh:
250   Performed some general cleanup on a few files and removed devfs/udev
251   selection code, since we force devfs on 2.4 and mdev on 2.6 kernels.
252
253   30 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
254   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
255   gen_initramfs.sh, generic/initrd.scripts, generic/linuxrc, genkernel,
256   genkernel.conf, +pkg/genkernel-svn-suspend.patch:
257   Removing the suspend support that was added for bug #156445 until suspend is
258   added to the tree and we can determine the proper way to support it. For
259   more information, see bug #156431. This is genkernel 3.4.9_pre2 for testing.
260
261   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
262   x86_64/kernel-config-2.6, genkernel:
263   Removed CONFIG_PHYSICAL_START from the x86/amd64 kernel configs for bug
264   #186378. This is genkernel 3.4.9_pre1 for testing.
265
266   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
267   Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from
268   Matthias Schwarzott <zzam@gentoo.org> for bug #188954.
269
270   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
271   ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
272   x86/modules_load, x86_64/modules_load, xen0/modules_load,
273   xenU/modules_load:
274   Added arcmsr to MODULES_SCSI for bug #185827.
275
276   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
277   +pkg/suspend-0.5-Makefile.patch:
278   Added suspend-0.5-Makefile.patch to pkg directory for suspend capabilities,
279   bringing it into the repository, from the tree.
280
281   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
282   Added a small patch from Tais M. Hansen <tais.hansen@osd.dk> to add doscsi
283   to the genkernel man page for bug #183406.
284
285   21 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh,
286   genkernel.8:
287   Added another patch from John R. Graham <john_r_graham@mindspring.com> for
288   bug #180161.
289
290   26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
291   Clean up a cosmetic error introduced by the symlink patch:  
292   ${GK_SHARE}/gen_funcs.sh: line 431: popd:
293   /var/tmp/genkernel/3996.6301.23048.13838/initramfs-modules-${KV}-temp: No
294   such file or directory
295
296   26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> generic/initrd.scripts,
297   generic/linuxrc:
298   The previous patch from bug #174294 still contained some bugs in the linuxrc
299   and scripts, that caused a failure during boot. Clean them up with one more
300   patch from Nelson Batalha <nelson_batalha@hotmail.com>, again on bug #174294.
301
302   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
303   enhanced netboot linuxrc from gustavoz
304
305   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
306   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
307   genkernel, genkernel.conf, ia64/busy-config, mips/busy-config,
308   parisc/busy-config, parisc64/busy-config, ppc/busy-config,
309   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
310   x86/busy-config, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
311   enable CONFIG_INSMOD in all arch busy-config files
312   disable building of static insmod and remove all code related to it
313
314   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
315   Patch to compare new config instead of the one left laying around in the
316   kerncache dir. Thanks to Pat Double <gentoo@patdouble.com> in bug #179739
317
318   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
319   gen_initramfs.sh, gen_initrd.sh, genkernel.conf:
320   Patch to actually use busybox bincache. Thanks to Pat Double
321   <gentoo@patdouble.com> on bug #180211
322
323   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh:
324   Fixed lvm/evms code for initrd generation. Thanks to Vinny
325   <vfuria@gmail.com> on bug #179480 for pointing it out.
326
327   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
328   generic/initrd.defaults, ia64/modules_load, ppc/modules_load,
329   ppc64/modules_load, um/modules_load, x86/modules_load,
330   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
331   Added new PATA support from Paul Hewlett <paul@gccs.co.za> from bug #180111
332   and also created a separate MDRAID module group.
333
334   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
335   generic/initrd.scripts, generic/linuxrc:
336   Added a patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
337   #174294 to enable the use of encryption on a CD and the location of a key.
338
339   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
340   gen_funcs.sh, genkernel, genkernel.8, genkernel.conf:
341   Added two patches from John R. Graham <john_r_graham@mindspring.com> from
342   bug #180161. This should fix bug #180161, bug #144703, and bug #150697.
343
344   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
345   Added USB Printer support for bug #176543.
346
347   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
348   generic/initrd.scripts:
349   Change the check for /livecd when booting a CD to check for a file called
350   livecd, rather than just the existence of /livecd, which should keep it from
351   finding disks with a /livecd directory.
352
353   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh:
354   Added a patch from Andrew Gaffney <agaffney@gentoo.org> from bug #174188 to
355   fix a problem with the System.map file copying that was previously
356   introduced.
357
358   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
359   Added patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
360   #172766 to add documentation for genkernel's LUKS features.
361
362   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
363   generic/initrd.scripts:
364   Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create
365   md devices with LUKS for bug #170753.
366
367   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
368   generic/initrd.scripts:
369   Reverting patch that was originally added due to bug #160333 due to the
370   problems it caused on the 2007.0 release.
371
372   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh,
373   genkernel:
374   Added a patch from Andrew Gaffney <agaffney@gentoo.org> to add System.map to
375   the tarball for the minimal kernel package for bug #174188. This is also the
376   3.4.8 release.
377
378   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
379   ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
380   xen0/modules_load, xenU/modules_load:
381   Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456
382   from DMRAID.
383
384   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
385   gen_initrd.sh:
386   Commented out the checks on the sanity of lvm.conf since they were not quite
387   working right. This should fix bug #173622.
388
389   09 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> +x86/nb-busybox.cf:
390   Added nb-busybox.cf to x86 on the request of Andrew Gaffney
391   <agaffney@gentoo.org>.
392
393   05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
394   gen_initrd.sh, genkernel:
395   Added a change to force objdump output to be English for bug #173412 and
396   rolling 3.4.7 final for the release.
397
398   05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
399   generic/initrd.scripts:
400   Added a patch from Daniel Drake <dsd@gentoo.org> to fix splash problems for
401   bug #172562.
402
403   03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
404   Some minor config file cleanup.
405
406   03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
407   genkernel.8:
408   Added a second patch from John R. Graham <john_r_graham@mindspring.com> from
409   bug #169383.
410
411   27 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
412   ia64/modules_load, x86/modules_load, x86_64/modules_load,
413   xen0/modules_load, xenU/modules_load:
414   Added raid456 to dmraid target for bug #172128.
415
416   26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
417   gen_initrd.sh:
418   Changed LVM configuration detection to not error.
419
420   26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
421   Added joystick support to the default configuration for bug #171911.
422
423   14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
424   gen_initrd.sh, genkernel:
425   Before we copy lvm.conf, we run it through 'lvm dumpconfig' to make sure the
426   config is valid for bug #156009. This is 3.4.7_pre5.
427
428   14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
429   Change the default CACHE_DIR from /usr/share/genkernel/pkg/%%ARCH%% to
430   /var/cache/genkernel/%%ARCH%% for bug #148253.
431
432   13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
433   ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
434   xen0/modules_load, xenU/modules_load:
435   Added libata to the MODULES_SATA list. This might be why SATA CD drives
436   weren't working for us.
437
438   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
439   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
440   gen_package.sh, genkernel:
441   Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug
442   #169383 to improve the --symlink option fairly significantly. This is going
443   to be 3.4.7_pre4 and while I haven't tested this yet, it looks good.
444
445   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
446   Fixed lib64 link for bug #168664.
447
448   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
449   Update default kernel config with the current LiveCD config for 2007.0,
450   which is built on 2.6.19, rather than 2.6.17 only.
451
452   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
453   +pkg/module-init-tools-0.9.15-pre4.tar.bz2,
454   +pkg/busybox-1.1.3+gentoo.tar.bz2,
455   +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
456   +pkg/modutils-2.4.26.tar.bz2:
457   Added binary files back and updated busybox with a patch from Peter
458   Alfredsen <peter.alfredsen@gmail.com> in bug #168599.
459
460   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
461   -pkg/module-init-tools-0.9.15-pre4.tar.bz2,
462   -pkg/busybox-1.1.3+gentoo.tar.bz2,
463   -pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
464   -pkg/modutils-2.4.26.tar.bz2:
465   Removing binary files from pkg since they were corrupted during the CVS->SVN
466   migration.
467
468   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
469   Fixed up the man page for bug #168500 and bug #168719.
470
471   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
472   parisc/config.sh, parisc64/config.sh:
473   Moved the MAKEOPTS check to the top of the file for parisc, so it matches
474   other architectures. This fixes bug #165494. Thanks to Andrew Gaffney
475   <agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3
476   for testing.
477
478   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
479   generic/initrd.scripts:
480   Adding yet another patch from Fabio Erculiani <lxnay@lxnaydesign.net> from
481   bug #152945.
482
483   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
484   generic/initrd.scripts, generic/linuxrc, genkernel:
485   Added a non-braindead version of a patch provided by Fabio Erculiani
486   <lxnay@lxnaydesign.net> in bug #160333. This is completely untested, so I'm
487   rolling up 3.4.7_pre2 to get it tested prior to genkernel 3.4.7 going final.
488
489   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ppc/Pegasos:
490   Add a known-working 2.6.16+ kernel config from
491   http://www.ppczone.org/downloads/config-2.6.16-pegasos for bug #165758.
492
493   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
494   Added a note about the MAKEOPTS option to genkernel as suggested in bug
495   #165980.
496
497   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
498   Added patch from Mike Frysinger <vapier@gentoo.org> to clean up the
499   genkernel man page for bug #166179.
500
501   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
502   Fix REAL_INIT for bug #160635.
503
504   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
505   gen_compile.sh, genkernel:
506   Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs
507   compilation. This is for bug #152945.
508
509   08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
510   gen_funcs.sh:
511   Added patch from Martin Parm <parmus@diku.dk> to fix the --no-color option.
512   This resolves bug #114156.
513
514   15 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh:
515   Changed basename to dirname when creating the directory from grub.conf to
516   solve bug #161716.
517
518   09 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
519   x86/modules_load, x86_64/modules_load, xen0/modules_load,
520   xenU/modules_load:
521   Added scsi_scan_wait module to modules_load for 2.6.20 support. Thanks to
522   Robin H. Johnson for <robbat2@gentoo.org> for pointing it out.
523
524   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
525   generic/initrd.scripts:
526   Added a case statement for the keymap selection to ensure we're always using
527   the named keymaps. This should resolve bug #146714 if everything works
528   correctly. This is 3.4.6, for real.
529
530   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
531   +generic/keymaps.tar.gz:
532   Adding back the known-good copy of keymaps.tar.gz to svn.
533
534   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
535   gen_compile.sh, -generic/keymaps.tar.gz, generic/linuxrc, genkernel,
536   ia64/busy-config, mips/busy-config, parisc/busy-config,
537   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
538   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
539   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
540   Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame
541   cvs2svn.  Also, added patch from Alon Bar-Lev <alonbl@gentoo.org> to switch
542   to using switch_root for 2.6 kernels, and a small typo fix from Michael
543   Hordijk <hoffbrinkle@hotmail.com> for bug #158776.
544
545   15 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh,
546   generic/linuxrc, genkernel:
547   Added patches from François-Xavier Roure <fx_roure@yahoo.fr> from bug
548   #149020. This will end up being genkernel 3.4.6, most likely.
549
550   14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
551   Adjust selinux stuff in gen_compile.sh to actually do what we intended, not
552   the opposite.
553
554   14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
555   Since device-mapper tries to build with selinux by default, we've removed
556   it, then commented out the selinux support. The ebuild will need to
557   enable/disable selinux support based on the selinux USE flag. This should
558   resolve bug #157538.
559
560   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
561   generic/initrd.scripts:
562   More fixes for similarly-named modules.
563
564   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
565   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
566   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
567   sparc64/busy-config, x86/busy-config, x86_64/busy-config,
568   xen0/busy-config, xenU/busy-config:
569   Disabled full SuSv3 compliant sort, as suggested by Aurélien Francillon
570   <aurelien.francillon@inrialpes.fr> in bug #157777.
571
572   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/modprobe:
573   Added a fix for similarly-named modules from bug #158017.
574
575   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
576   Fixed up linking for dmraid for bug #157538.
577
578   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
579   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
580   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
581   sparc64/busy-config, x86/busy-config, x86_64/busy-config,
582   xen0/busy-config, xenU/busy-config:
583   Updated busy-config to work with root=LABEL=<label> for bug #156640.
584
585   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
586   gen_initramfs.sh, genkernel, genkernel.conf:
587   Added patch from Daniel Drake <dsd@gentoo.org> in bug #156611 to clean up
588   the initramfs creation and create a 'proper' initramfs, instead of our
589   concatenated monster.
590
591   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
592   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
593   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
594   genkernel.8, genkernel.conf:
595   Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add
596   userspace suspend support to genkernel.
597
598   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
599   gen_initrd.sh:
600   Added debug level to LUKS print_info messages for bug #156410.
601
602   03 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
603   x86/modules_load, x86_64/modules_load:
604   Added raid456 to alpha/amd64/x86 MODULES_EVMS2 and added tg3 to MODULES_NET.
605
606   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
607   generic/initrd.scripts:
608   Inverted check on CDROOT_DEV, as it should be -z not -n. Thanks to Jakub Moc
609   <jakub@gentoo.org> for coming up with the quick fix in bug #153554. I lied
610   before. This one is really 3.4.5.
611
612   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
613   genkernel:
614   Added typo fix from Jason Pepas <j.pepas@mail.utexas.edu> in bug #153516.
615   This is 3.4.5.
616
617   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
618   ia64/busy-config, mips/busy-config, parisc/busy-config,
619   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
620   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
621   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
622   Added Large File Support thanks to Fabio Erculiani <lxnay@lxnaydesign.net>
623   in bug #152881.
624
625   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
626   Added patch to improve symlink support by Michael Hordijk
627   <hoffbrinkle@hotmail.com> for bug #143217.
628
629   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
630   Added patch from Tim Steiner <tsteiner@nerdclub.net> to add a real_rootflags
631   parameter for bug #122672.
632
633   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
634   generic/initrd.scripts, generic/linuxrc:
635   Added patch to support resuming from encrypted swap. The patch was submitted
636   to bug #152441.
637
638   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
639   This is the 3.4.4 release.
640
641   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
642   generic/initrd.scripts, generic/linuxrc:
643   Updated with the latest version of the LUKS patches from bug #152441.
644
645   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog:
646   Changed mime-type to application/x-gzip for generic/keymaps.tar.gz for bug
647   #151500.
648
649   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
650   Added patch from bug #152441 to improve LUKS support.
651
652   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
653   x86_64/kernel-config-2.6:
654   Updated kernel configs for amd64/x86 for bug #151609 and bug #152299.
655
656   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
657   Changed mime-type property to binary/gzip for keymaps.tar.gz for bug #151500.
658   This is genkernel 3.4.3.
659
660   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
661   generic/initrd.defaults, generic/initrd.scripts, +generic/udhcpc.scripts,
662   x86/busy-config, x86/modules_load:
663   Added patch for udhcp support. Patch by Stefan Nickl
664   <snickl@snickl.freaks.de> and submitted to bug #145115.
665
666   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
667   Allow root= for initramfs, instead of only real_root= to specify the root
668   volume. Patch by Salah Coronya <salahx@yahoo.com> from bug #142606.
669
670   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
671   Added patch from Salah Coronya <salahx@yahoo.com> to document dolvm2 and
672   doevms2 in the genkernel man page from bug #142606.
673
674   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> +AUTHORS, genkernel:
675   Added the AUTHORS file and ChangeLog.  This is 3.4.2
676
677   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
678   generic/initrd.scripts:
679   Added patch for suspend2-sources 2.6.18 by Romeo Benzoni
680   <romeo@benzoni.org> and submitted to bug #148499.
681
682   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
683   gen_determineargs.sh:
684   Added patch from Alon Bar-Lev <alon.barlev@gmail.com> for bug
685   #148498 and also a patch from Robin H. Johnson
686   <robbat2@gentoo.org> to support git-based kernels.
687
688   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
689   x86_64/kernel-config-2.6, -x86_64/kernel-config-2.6-emachines,
690   -x86_64/kernel-config-2.6-smp:
691   Update the amd64 kernel configs from the release.
692
693   16 Sep 2006; Tim Yamin <plasmaroo@gentoo.org>
694   gen_initramfs.sh, genkernel:
695   Should check for /sbin/splash_geninitramfs instead of
696   /usr/sbin/...
697
698   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
699   generic/initrd.scripts:
700   This change makes it so we only try to mount 'auto' when cdroot
701   is specified. This should fix all of our mounting issues, as
702   well as allow for not only USB keys to use these kernels with a
703   LiveCD kernel/config, but allow it to boot from any media which
704   the kernel has support.
705
706   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
707   generic/initrd.scripts:
708   Added a symlink for device-mapper stuff. This should resolve
709   both bug #142775 and bug #147015.
710
711   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
712   alpha/modules_load, x86/modules_load, x86_64/modules_load:
713   Added lpfc and scsi_transport_fc for Emulex fibre-channel
714   controllers.
715
716   13 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
717   alpha/modules_load, x86/modules_load, x86_64/modules_load:
718   Make sure we load the raid0, raid1, and raid10 personalities
719   with dmraid.
720
721   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
722   generic/initrd.scripts:
723   This is ugly. I mean, really ugly. However, it is the only way
724   to support all of the insane ways that people are trying to boot
725   release media. I really wish we didn't have to support this
726   junk, but a regression really shouldn't happen with our
727   releases. Anyway, hopefully I can come up with a better
728   solution to this in the future.
729
730   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
731   generic/initrd.scripts:
732   Try using -t iso9660,vfat to our mount command, since we can't
733   use only iso9660 as it breaks booting from a USB stick.
734
735   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
736   gen_initrd.sh:
737   The initrd code was still looking for udev, even though we
738   aren't building it anymore. This should fix bug #145802.
739
740   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
741   ppc/busy-config:
742   Fix NFS mount.
743
744   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
745   generic/initrd.defaults:
746   Added emul to ROOT_LINKS for bug #145248.
747
748   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
749   x86/busy-config, x86_64/busy-config:
750   Fixed the NFS mount configuration for busybox for bug #143476.
751
752   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
753   generic/initrd.scripts:
754   Update the suspend2_resume function for bug #131202.
755
756   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
757   generic/initrd.scripts:
758   iso9660 -> auto, and added support for checking SUBDIR for the
759   livecd file. This is for bug #147186.
760
761   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
762   x86/kernel-config-2.6, x86_64/kernel-config-2.6:
763   Updated default kernel configurations for x86/amd64 to match the
764   2006.1 release.
765
766   08 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
767   gen_initramfs.sh:
768   Add more error checking into the splash code and die instead of
769   silently fail on an error.
770
771   23 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
772   ia64/kernel-config-2.6:
773   Update config, fix #141949.
774
775   22 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
776   generic/initrd.scripts, generic/linuxrc:
777   Added patch for suspend2 for bug #131202.
778
779   15 Aug 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
780   Fix bug #143442.
781
782   13 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
783   generic/initrd.scripts:
784   Fix devfsd not kicking in on 2.4 on Alpha.
785
786   11 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
787   gen_compile.sh, genkernel.conf:
788   Add in the kernel version compatibility table from
789   http://www.am-utils.org/project-unionfs.html and ensure that
790   genkernel dies if the unionfs module fails to build. Until now,
791   it would fail and the build would continue without it.
792
793   01 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
794   gen_initramfs.sh:
795   We should be checking for /usr/bin/splash_geninitramfs, instead.
796
797   31 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel:
798   3.4.0 final... so much Bad-Ass <TM> that Chuck Norris himself
799   digs it :)
800
801   20 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
802   gen_initramfs.sh, genkernel:
803   Commit fix for bug #141153 from Pylon; 3.4.0_pre4.
804
805   18 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
806   gen_bootloader.sh, gen_funcs.sh, gen_package.sh, genkernel:
807   Commit patches #91453, #91481 from bug #139866.
808
809   18 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
810   alpha/modules_load, um/modules_load, x86/modules_load,
811   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
812   Added megaraid drivers for bug #139888.
813
814   16 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
815   gen_initramfs.sh:
816   Added fix for bug #140445.
817
818   11 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
819   gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
820   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
821   gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf:
822   Commit patch for bug #139866 by Martin Parm.
823
824   05 Jul 2006; Joshua Kinard <kumba@gentoo.org> generic/linuxrc:
825   Tweak the sgimips section for rootfs mounting to use squashfs
826   instead of ext2.
827
828   30 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
829   Fix "Cannot read /proc/mounts" cosmetics.
830
831   30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
832   alpha/modules_load, um/modules_load, x86/modules_load,
833   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
834   We need firmware_class in our initramfs for ide-cs to work.
835
836   20 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel,
837   genkernel.conf,
838   -pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
839   +pkg/busybox-1.1.3+gentoo.tar.bz2:
840   Bump busybox to 1.1.3 courtesy of `Kumba.
841
842   19 Jun 2006; Joshua Kinard <kumba@gentoo.org>
843   gen_initramfs.sh, -mips/ip22r4k-2006_0.cf,
844   +mips/ip22r4k-2006_1.cf, -mips/ip22r5k-2006_0.cf,
845   +mips/ip22r5k-2006_1.cf, -mips/ip27r10k-2006_0.cf,
846   +mips/ip27r10k-2006_1.cf, -mips/ip28r10k-2006_0.cf,
847   +mips/ip28r10k-2006_1.cf, -mips/ip30r10k-2006_0.cf,
848   +mips/ip30r10k-2006_1.cf, -mips/ip32r5k-2006_0.cf,
849   mips/ip32r5k-2006_1.cf, -mips/ip32rm52-2006_0.cf,
850   +mips/ip32rm5k-2006_1.cf, mips/nb-busybox.cf, netboot/linuxrc.x:
851   Remove getdvhoff hack in gen_initramfs.sh for mips livecds (it's
852   a busybox applet now), tweak the ip32r5k config, add wget to the
853   mips netboot busybox config. Also import the remaining 2006.1
854   mips-sources configs and remove the old 2006.0 ones.
855
856   12 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/busy-config:
857   Enable the config option for busybox's --install parameter.
858
859   12 Jun 2006; Joshua Kinard <kumba@gentoo.org>
860   mips/busy-config, +mips/ip32r5k-2006_1.cf, mips/nb-busybox.cf:
861   Add IP32 R5K 2.6.16.20 kernel build, and update LiveCD/Netboot
862   Busybox configs to match with busybox-1.1.3.
863
864   10 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/config.sh:
865   Modernize the mips genkernel config.
866
867   10 Jun 2006; Joshua Kinard <kumba@gentoo.org>
868   -mips/ip22r4k-2005_1.cf, -mips/ip22r5k-2005_1.cf,
869   -mips/ip27r10k-2005_1.cf, -mips/ip28r10k-2005_1.cf,
870   -mips/ip30r10k-2005_1.cf, -mips/ip32r5k-2005_1.cf:
871   Remove old configs.
872
873   10 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
874   generic/linuxrc:
875   We can't use vol_id since it was a part of udev.
876
877   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
878   genkernel.8:
879   Added --static to man page for bug #135703.
880
881   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
882   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
883   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
884   Add a modified version of the two LUKS patches that made their
885   way into bugzilla for bug #122421.
886
887   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
888   alpha/modules_load, generic/initrd.defaults, generic/linuxrc,
889   x86/modules_load, x86_64/modules_load, xen0/modules_load,
890   xenU/modules_load:
891   Added code to allow the root file-system to be a module. This
892   is for bug #118098.
893
894   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
895   generic/linuxrc:
896   Changed real_init to init_opts to be more accurate, and added a
897   proper real_init option to allow the selection of the init
898   executable to run. This is for bug #113426.
899
900   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
901   gen_initramfs.sh, gen_initrd.sh:
902   Added fix for bug #134843 from Thomas Raschbacher
903   <lordvan@gentoo.org> for evms and later glibc versions.
904
905   05 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
906   genkernel.8:
907   Fixed man page. Thanks to Andrew Yates <andrew@andrewyates.net>
908   for the patch.
909
910   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
911   alpha/busy-config, ia64/busy-config, mips/busy-config,
912   parisc/busy-config, parisc64/busy-config, ppc/busy-config,
913   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
914   um/busy-config, x86/busy-config, x86_64/busy-config,
915   xen0/busy-config, xenU/busy-config:
916   Added CONFIG_ASH_READ_TIMEOUT=y so we have a timeout value on
917   read, used for keymap selection.
918
919   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
920   generic/linuxrc:
921   More spacing cleanups.
922
923   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
924   generic/linuxrc:
925   I accidentally removed some stuff that needed to be there in my
926   overzealous debug cleanup.
927
928   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
929   generic/linuxrc:
930   Cleaning up debug statements.
931
932   31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
933   generic/linuxrc:
934   Ooops... forgot my then after elif. I hope nobody noticed.
935
936   31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
937   generic/linuxrc:
938   Change cp to mknod for sr0/loop0 for mips and also for tty1 for
939   splash.
940
941   30 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
942   generic/linuxrc:
943   Change cp to mknod for console/null.
944
945   25 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
946   generic/initrd.scripts, generic/linuxrc:
947   Fix an error in setup_unionfs and add in some debug support to
948   figure out why/where this initramfs is stopping.
949
950   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
951   generic/initrd.scripts:
952   Fixed up TODO with actual working code since we don't have awk.
953
954   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
955   generic/initrd.scripts, generic/linuxrc:
956   Add in image.squashfs as a squashfs loop, since it is now the
957   default in catalyst. Also, added a nice TODO about docache and
958   size restrictions into cache_cd_contents.
959
960   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
961   gen_cmdline.sh:
962   Just some spacing clean ups in the long usage listing.
963
964   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
965   genkernel.conf:
966   Comment the rest of the udev syuff from genkernel.conf as it
967   shouldn't be necessary anymore with mdev.
968
969   19 May 2006; Tim Yamin <plasmaroo@gentoo.org>
970   alpha/busy-config, gen_compile.sh, gen_initramfs.sh,
971   generic/initrd.scripts, generic/linuxrc, genkernel,
972   genkernel.conf, ia64/busy-config, mips/busy-config,
973   parisc/busy-config, parisc64/busy-config,
974   -pkg/busybox-1.00-headers_fix.patch,
975   -pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2,
976   +pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
977   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
978   sparc64/busy-config, um/busy-config, x86/busy-config,
979   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
980   Update to busybox 1.1.0; port over to use mdev.
981
982   07 May 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
983   genkernel:
984   Fix #132408.
985
986   07 May 2006; Tim Yamin <plasmaroo@gentoo.org>
987   gen_initramfs.sh, gen_initrd.sh:
988   Fix #131769.
989
990   27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
991   gen_compile.sh:
992   Added patch for unionfs from bug #129965.
993
994   27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
995   gen_compile.sh:
996   Add -DUNIONFS_UNSUPPORTED for 2.6.16 and unionfs.
997
998   25 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
999   alpha/modules_load, x86/modules_load, x86_64/modules_load,
1000   xen0/modules_load, xenU/modules_load:
1001   Added some more modules to MODULES_SCSI that could be used to
1002   boot from a genkernel-compiled kernel on a live system.
1003
1004   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1005   gen_compile.sh, generic/initrd.scripts, generic/linuxrc:
1006   Added patch from Mike Auty for udev 088+.
1007
1008   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1009   alpha/modules_load, x86/modules_load, x86_64/modules_load,
1010   xen0/modules_load, xenU/modules_load:
1011   Added 3ware card drivers to scsi modules on x86/amd64/alpha.
1012
1013   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1014   gen_compile.sh, genkernel:
1015   Updated to *hopefully* work with udev 087.
1016
1017   14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> alpha/config.sh,
1018   ia64/config.sh, parisc/config.sh, parisc64/config.sh,
1019   ppc/config.sh, ppc64/config.sh, sparc/config.sh,
1020   sparc64/config.sh, um/config.sh, x86/config.sh,
1021   x86_64/config.sh, xen0/config.sh, xenU/config.sh:
1022   Fix #107628.
1023
1024   14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1025   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts,
1026   generic/linuxrc, genkernel:
1027   ->3.3.11d. Fix #121616, #128805, #129887, #129910.
1028
1029   14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1030   generic/initrd.scripts:
1031   Forgot one part of the patch from bug #121334.
1032
1033   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1034   gen_compile.sh, genkernel, genkernel.8:
1035   Updated the unionfs compiling section. This *should* allow
1036   unionfs to build on supported kernels.
1037
1038   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1039   generic/linuxrc:
1040   Uncommented suspend2 support from bug #114266.
1041
1042   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1043   generic/initrd.scripts, generic/linuxrc:
1044   Added unionfs patches from bug #121334.
1045
1046   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1047   generic/initrd.scripts, generic/linuxrc, genkernel,
1048   x86/busy-config, x86/modules_load, x86_64/busy-config,
1049   x86_64/modules_load, xen0/busy-config, xen0/modules_load,
1050   xenU/busy-config, xenU/modules_load:
1051   Added a check for /dev/tty0 to setup_keymap, added raid
1052   personality modules for EVMS, and fixed lots of space/tab
1053   issues, along with a general style cleanup. I'm calling this
1054   one 3.3.11b internally, and hopefully it will be added to the
1055   tree if it resolves bug #124388.
1056
1057   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1058   gen_cmdline.sh, gen_initramfs.sh, gen_initrd.sh,
1059   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
1060   dobladecenter->slowusb
1061
1062   06 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1063   +pkg/klibc-1.2.1-nostdinc-flags.patch:
1064   Add hardened fix for bug #128806.
1065
1066   24 Mar 2006; Tim Yamin <plasmaroo@gentoo.org>
1067   ia64/kernel-config-2.6:
1068   Update config for the new Fusion MPT CONFIG_ options on newer
1069   2.6 kernels; bug #125353.
1070
1071   10 Mar 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1072   Fix bug #124251.
1073
1074   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1075   generic/linuxrc:
1076   Updated copyright notice to get KingTaco off my back.
1077
1078   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1079   gen_initramfs.sh, gen_initrd.sh:
1080   Added 0 0 to end of the ram0 line on fstab. Blame KingTaco for
1081   pointing it out.
1082
1083   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1084   gen_compile.sh:
1085   Changed unpacking of klibc to use tar j instead of tar z.
1086
1087   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1088   genkernel.conf:
1089   Let's use the bzip2 tarball of klibc by default form now on,
1090   shall we...
1091
1092   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
1093   +pkg/klibc-1.1.16-sparc2.patch:
1094   Added klibc patch for sparc to CVS (from distfiles). This is
1095   3.3.11 so like... run in fear or something...
1096
1097   02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1098   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
1099   gen_initrd.sh, genkernel:
1100   Added patch from Kumba to make certain initrd functions less
1101   mips-specific.
1102
1103   27 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1104   gen_compile.sh, genkernel:
1105   Removed save_args/reset_args on kernel. This is 3.3.11_pre7.
1106
1107   26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1108   unset temp vars so they get cleaned up
1109
1110   26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1111   gen_initramfs.sh, genkernel:
1112   bump to pre6. resets ARCH env var after utils are compiled
1113
1114   25 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1115   gen_arch.sh, gen_compile.sh, genkernel:
1116   Added sparc patches for udev/klibc.
1117
1118   24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1119   gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
1120   gen_determineargs.sh, genkernel:
1121   Added nice and fun patch from dostrow for building on ppc64 (and
1122   possibly others) with mixed kernel/userland.
1123
1124   23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1125   generic/linuxrc:
1126   Added fix for bug #120031.
1127
1128   20 Jan 2006; Joshua Kinard <kumba@gentoo.org>
1129   +mips/ip32rm52-2006_0.cf:
1130   Kernel 2.6.14.6 config for SGI O2 w/ RM5271 CPU ("Nevada")
1131
1132   15 Jan 2006; Joshua Kinard <kumba@gentoo.org> gen_cmdline.sh,
1133   gen_determineargs.sh, genkernel:
1134   Add support to genkernel to build a monolithic kernel by
1135   skipping module building sections when
1136   --static is passed on the gk commandline.
1137
1138   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1139   gen_compile.sh:
1140   Added comment about utils breaking udev so we don't break it
1141   again inadvertently.
1142
1143   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1144   gen_compile.sh, genkernel, +pkg/busybox-1.00-headers_fix.patch:
1145   Added busybox headers fix (_pre2) and changed utils to runtask
1146   on udev build (_pre3).
1147
1148   12 Jan 2006; Joshua Kinard <kumba@gentoo.org>
1149   netboot/linuxrc.x:
1150   chmod +x the udhcpc script on bootup
1151
1152   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1153   gen_compile.sh, genkernel, -pkg/byteswap.h:
1154   Added patch from bug #118324.
1155
1156   10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1157   x86/modules_load, x86_64/modules_load, xen0/modules_load,
1158   xenU/modules_load:
1159   Added additional SATA controllers to MODULES_SATA for loading
1160   into the initrd/initramfs image.
1161
1162   07 Jan 2006; Joshua Kinard <kumba@gentoo.org>
1163   gen_initramfs.sh, +mips/ip22r4k-2006_0.cf,
1164   +mips/ip22r5k-2006_0.cf, +mips/ip27r10k-2006_0.cf,
1165   +mips/ip28r10k-2006_0.cf, +mips/ip30r10k-2006_0.cf,
1166   +mips/ip32r5k-2006_0.cf, +mips/nb-busybox.cf, +netboot,
1167   +netboot/linuxrc.x, +netboot/misc, +netboot/misc/bin,
1168   +netboot/misc/bin/net-setup, +netboot/misc/etc,
1169   +netboot/misc/etc/fstab, +netboot/misc/etc/group,
1170   +netboot/misc/etc/inittab, +netboot/misc/etc/passwd,
1171   +netboot/misc/etc/profile, +netboot/misc/etc/resolv.conf,
1172   +netboot/misc/etc/shadow, +netboot/misc/etc/shells,
1173   +netboot/misc/usr, +netboot/misc/usr/share,
1174   +netboot/misc/usr/share/terminfo,
1175   +netboot/misc/usr/share/terminfo/p,
1176   +netboot/misc/usr/share/terminfo/p/putty,
1177   +netboot/misc/usr/share/udhcpc,
1178   +netboot/misc/usr/share/udhcpc/default.script:
1179   Import the Genkernel-side of things for the catalyst2 netboot2
1180   module
1181
1182   06 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1183   udev compile change from runtask to utils
1184
1185   03 Jan 2006; Tim Yamin <plasmaroo@gentoo.org>
1186   gen_bootloader.sh, gen_compile.sh, gen_determineargs.sh,
1187   gen_initramfs.sh, genkernel:
1188   Fix #115263, #117392, add a fix to sanify LOCALVERSION if
1189   unresolved variables are embedded.
1190
1191   02 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1192   alpha/modules_load, um/modules_load, x86/modules_load,
1193   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1194   Updated Fusion MPT support for bug #117114.
1195
1196   21 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1197   Fix --kernel-cross-compile with PPC64.
1198
1199   18 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1200   genkernel:
1201   Add a compile_klibc(...) fix for old GNU tars and patch the
1202   klibc Makefile to leave /lib alone.
1203
1204   16 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1205   runtask -> utils for compile_klibc.
1206
1207   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1208   gen_compile.sh, genkernel:
1209   Added x86/klibc fix.
1210
1211   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1212   x86/kernel-config-2.6:
1213   Added HERMES support to use in-kernel driver rather than
1214   external.
1215
1216   15 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
1217   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
1218   Fix #109196.
1219
1220   15 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1221   +pkg/byteswap.h:
1222   Fix to allow udev 076 and udev 077 to compile... add a missing
1223   file byteswap.h to klibc-1.1.1
1224
1225   15 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1226   genkernel.conf:
1227   Removed versions from all packages that are pulled from upstream
1228   so we can use sed in the ebuild to set these, making maintenance
1229   easier.
1230
1231   09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1232   add quotes to the ARCH= stuff for the kernel
1233
1234   09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1235   Forcibly set the ARCH when compiling the kernel
1236
1237   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1238   x86/kernel-config-2.6:
1239   Changed CONFIG_BLK_DEV_MD=y for bug #112962.
1240
1241   06 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
1242   gen_bootloader_grub.awk:
1243   Fix #100637.
1244
1245   05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1246   Back out suspend2 support temporarily as per #114266c10.
1247
1248   05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1249   Fix #113634, #114266.
1250
1251   05 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1252   x86/kernel-config-2.6:
1253   Added USB Printer support for bug #114496.
1254
1255   28 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1256   x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
1257   Added sata_mv to x86/amd64 for Marvell SATA controllers and
1258   updated 2.6 kernel config for x86 to match what would be used on
1259   a current 2.6.14 LiveCD.
1260
1261   23 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1262   Version Bump 3.3.8
1263
1264   23 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
1265   gen_initrd.sh:
1266   Fix bug 113287
1267
1268   22 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel.conf:
1269   Update unionfs in genkernel.conf to 1.1.1
1270
1271   21 Nov 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1272   fix for sys delete bug 109819
1273
1274   21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1275   genkernel.conf:
1276   Add support for dmraid1.0.0.rc9 to fix bug 94762
1277
1278   21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
1279   gen_initrd.sh, gen_moddeps.sh, gen_package.sh:
1280   Fix missing moddeps file by adding a test;Do not keep the
1281   initrd/initramfs with a kernelz system as it is already bundled
1282   together.
1283
1284   18 Nov 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1285   Fix {PPC+Catalyst+Pegasos} build failure regression.
1286
1287   17 Nov 2005; Tim Yamin <plasmaroo@gentoo.org>
1288   -pkg/udev-054.tar.bz2, -pkg/udev-068.tar.bz2:
1289   Remove obsoleted udev...
1290
1291   17 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1292   gen_determineargs.sh, genkernel.conf:
1293   Udev 075 support, klibc 1.1.1, and fixes for ppc on 2.6.14+
1294   kernels
1295
1296   04 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1297   gen_arch.sh, gen_initramfs.sh, gen_initrd.sh,
1298   generic/initrd.scripts, generic/linuxrc, genkernel, +mips,
1299   +mips/busy-config, +mips/config.sh, +mips/ip22r4k-2005_1.cf,
1300   +mips/ip22r5k-2005_1.cf, +mips/ip27r10k-2005_1.cf,
1301   +mips/ip28r10k-2005_1.cf, +mips/ip30r10k-2005_1.cf,
1302   +mips/ip32r5k-2005_1.cf, +mips/modules_load, +pkg/mips,
1303   +pkg/mips/.keep:
1304   Added patches from bug #106338. This means mips support in
1305   genkernel. Blame Kumba.
1306
1307   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1308   generic/linuxrc, genkernel:
1309   Changed the version indicator, fixing fstab generation for
1310   unionfs, and resolving bug #103332.
1311
1312   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1313   gen_initramfs.sh:
1314   Made symlink relative for bug #105572.
1315
1316   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1317   gen_compile.sh, genkernel.conf, +pkg/udev-068.tar.bz2:
1318   Upgraded to udev 068 and also closing bug #103936.
1319
1320   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1321   gen_funcs.sh:
1322   Added fix for bug #103717.
1323
1324   21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1325   x86/kernel-config-2.6:
1326   Updated x86 2.6 kernel configuration.
1327
1328   10 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1329   alpha/modules_load, x86/modules_load, x86_64/modules_load:
1330   Added fix for bug #102006.
1331
1332   31 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1333   Update genkernel version number
1334
1335   31 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1336   x86/kernel-config-2.6:
1337   CONFIG_PRINTER=m for bug #104229.
1338
1339   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1340   generic/initrd.scripts, generic/linuxrc:
1341   Add nodetect and doload patch from bug #102643, with some
1342   modifications.
1343
1344   16 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1345   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
1346   Fix for bug 83276 and add udevsend binary to initramfs for newer
1347   udevs
1348
1349   16 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1350   alpha/modules_load, um/modules_load, x86/modules_load,
1351   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1352   Added dm-mirror to dmraid on all supported arches for bug
1353   #102739.
1354
1355   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
1356   Fix #101716.
1357
1358   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
1359   gen_configkernel.sh:
1360   Fix #88080.
1361
1362   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
1363   Fix #102407.
1364
1365   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
1366   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
1367   Fix #102491.
1368
1369   11 Aug 2005; Eric Edgar <rocket@gentoo.org>
1370   alpha/modules_load, um/modules_load, x86/modules_load,
1371   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1372   Fix bug 102006 for dm-bbr. Added dm-bbr to modules_load files
1373   under MODULES_LVM2.
1374
1375   11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
1376   Fix for bug 91966. Link lib64 to lib in the initramfs
1377
1378   11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1379   generic/linuxrc:
1380   Fix for newer udevs to detect udevstart
1381
1382   06 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1383   gen_configkernel.sh:
1384   Fixed config parsing for dmraid/lvm2 to only set =m if item is
1385   not set. Closing bug #101535.
1386
1387   02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1388   ppc/config.sh, ppc64/config.sh:
1389   Fix incorrect commit
1390
1391   02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1392   gen_initramfs.sh, ppc/config.sh, ppc64/config.sh:
1393   Create symlink to init named linuxrc. In preparation for the
1394   need to pack the cpio into the kernel
1395
1396   02 Aug 2005; Eric Edgar <rocket@gentoo.org>
1397   generic/initrd.scripts:
1398   Add iseries virtual cdrom auto scanning support
1399
1400   01 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1401   Remove unnecessary check for multiple running genkernels.
1402
1403   01 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh,
1404   genkernel:
1405   kerncache wasnt sending the config to /etc/kernels properly
1406
1407   30 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1408   generic/initrd.scripts, generic/linuxrc, genkernel,
1409   ppc/config.sh:
1410   Fix cosmetics and PPC without --genzimage.
1411
1412   30 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1413   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1414   generic/initrd.defaults, generic/initrd.scripts,
1415   generic/linuxrc, genkernel:
1416   Finally making the --bladecenter/dobladecenter stuff correct.
1417   Thanks plasmaroo for helping me wrap my head around how this
1418   works and to remove my dirty hack.
1419
1420   29 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1421   genkernel:
1422   >> 3.3.3. Fix KERNEL_MAKE_DIRECTIVE_2 if not using --genzimage.
1423
1424   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1425   gen_initramfs.sh, gen_initrd.sh, generic/linuxrc:
1426   Fixed up the BladeCenter support some more.
1427
1428   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1429   generic/linuxrc:
1430   Added bladecenter boot-time option, also... so kernels don't
1431   *have* to be built with --bladecenter.
1432
1433   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1434   generic/initrd.scripts:
1435   Fixed up --bladecenter expressions
1436
1437   29 Jul 2005; Eric Edgar <rocket@gentoo.org>
1438   gen_determineargs.sh, gen_initramfs.sh:
1439   Fix a few directory creation issues and a typo
1440
1441   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1442   gen_cmdline.sh, gen_determineargs.sh, generic/initrd.scripts,
1443   generic/linuxrc:
1444   Added --bladecenter for slow USB CD on IBM BladeCenter.
1445
1446   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
1447   Better genkernel.log output for initramfs
1448
1449   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1450   print warning that unionfs flag is disabled at this time
1451
1452   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1453   Remove normal access to unionfs
1454
1455   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1456   Change unionfs so that it is clearly noted as experimental
1457
1458   28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh,
1459   generic/linuxrc:
1460   Fix cp /dev/tty1 error message
1461
1462   28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1463   gen_initramfs.sh, gen_initrd.sh, gen_package.sh, ppc/config.sh:
1464   Fix ppc not compiling without --genzimage
1465
1466   28 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1467   gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
1468   generic/linuxrc, genkernel, genkernel.8,
1469   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/config.sh:
1470   >> 3.3.1. Fix #100144, #100169, #100583.
1471
1472   25 Jul 2005; Eric Edgar <rocket@gentoo.org>
1473   gen_determineargs.sh, gen_package.sh:
1474   Remove extra TEMP checking code that was commented out
1475
1476   25 Jul 2005; Eric Edgar <rocket@gentoo.org>
1477   gen_determineargs.sh, gen_package.sh, genkernel:
1478   Add kernelz- to minkernpackage and kerncache
1479
1480   22 Jul 2005; Eric Edgar <rocket@gentoo.org>
1481   gen_determineargs.sh, gen_package.sh:
1482   Remove extra checks that fail
1483
1484   20 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh:
1485   Fix minkernpackage breakage regarding the TEMP and TMPDIR
1486   variable
1487
1488   19 Jul 2005; Eric Edgar <rocket@gentoo.org>
1489   generic/initrd.scripts:
1490   Switch order of error messages to make less confusing
1491
1492   19 Jul 2005; Eric Edgar <rocket@gentoo.org>
1493   generic/initrd.scripts, generic/linuxrc, genkernel:
1494   Fix exit 1 issue being always called. Add UID support for
1495   unionfs. add check for livecd.unionfs file on blockdev
1496
1497   19 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1498   gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh, generic/linuxrc,
1499   genkernel:
1500   Fix --no-install cleaning the tmpdir bug that plasmaroo reported
1501
1502   18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1503   Fix info about the framebuffers
1504
1505   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
1506   genkernel:
1507   cause genkernel to die if cant write to the DEBUGFILE. remove
1508   extra info strings that arent necessary
1509
1510   18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1511   Fix genkernel finishing info messages to be more accurate
1512
1513   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
1514   genkernel:
1515   Cleanup tmpdirs if genkernel dies abnormally
1516
1517   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh:
1518   Fix evms bugs with missing sbin for an initrd
1519
1520   18 Jul 2005; Eric Edgar <rocket@gentoo.org>
1521   gen_determineargs.sh, gen_initramfs.sh:
1522   Fix evms bugs with missing sbin. Remove prepare line as it
1523   probably isnt necessary
1524
1525   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_bootloader.sh,
1526   gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh,
1527   gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
1528   generic/linuxrc, genkernel, genkernel.conf:
1529   Create additional cleanup options. --postclear for final
1530   cleanup and 2 new genkernel.conf options. Also fixup TEMP dir
1531   creation and extraneous %%ARCH%% creation in the cache_dir
1532
1533   16 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1534   gen_initramfs.sh, gen_initrd.sh, genkernel:
1535   Fix #98886.
1536
1537   15 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1538   genkernel:
1539   >> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting
1540   called as early as it should,
1541
1542   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1543   generic/initrd.scripts:
1544   Fix '[: /dev/md: unknown operand' for LiveCD boots.
1545
1546   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1547   ia64/kernel-config-2.6:
1548   Add USB Storage support.
1549
1550   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1551   Fix bug #80617.
1552
1553   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1554   gen_bootloader.sh, +gen_bootloader_grub.awk,
1555   gen_determineargs.sh, genkernel, ia64/kernel-config-2.6:
1556   Fix #98944, add GRUB :root_device support and add a more
1557   versatile grub.conf updater.
1558
1559   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1560   x86/kernel-config-2.6:
1561   Add an updated x86 kernel config from wolf31o2.
1562
1563   13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1564   alpha/busy-config, ia64/busy-config, parisc/busy-config,
1565   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1566   sparc/busy-config, sparc64/busy-config, um/busy-config,
1567   x86/busy-config, x86_64/busy-config, xen0/busy-config,
1568   xenU/busy-config:
1569   Add CONFIG_ASH_TIMEOUT.
1570
1571   13 Jul 2005; Eric Edgar <rocket@gentoo.org>
1572   generic/initrd.scripts:
1573   Fix find|grep output
1574
1575   13 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
1576   gen_initrd.sh:
1577   Fix typo for evms and removing the swap libs in gen_initramfs
1578
1579   13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1580   alpha/busy-config, gen_bootloader.sh, gen_compile.sh,
1581   gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh,
1582   gen_package.sh, generic/initrd.scripts, generic/linuxrc,
1583   genkernel, genkernel.conf, ia64/busy-config, parisc/busy-config,
1584   parisc64/busy-config,
1585   -pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
1586   -pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
1587   +pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/busy-config,
1588   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
1589   um/busy-config, x86/busy-config, x86_64/busy-config,
1590   xen0/busy-config, xenU/busy-config:
1591   Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX:
1592   upgraded busybox to 1.00, porting in my read -t and mdstart
1593   patches.
1594
1595   13 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1596   Fix for bug 97672. Call get_KV to get the KV after the prepare
1597   has been run
1598
1599   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1600   Fix minor print bug 98744. Shouldnt affect operation but it
1601   could be annoying
1602
1603   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1604   Fix for hardened/selinux systems to have extened attributes, per
1605   r2d2's request
1606
1607   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1608   gen_determineargs.sh, genkernel:
1609   Adding --symlink to fix bug 98716
1610
1611   12 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1612   generic/initrd.scripts, generic/modprobe, genkernel,
1613   genkernel.conf:
1614   >> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746.
1615
1616   12 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1617   generic/initrd.defaults, generic/linuxrc:
1618   Added multilib cdboot patch.
1619
1620   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1621   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
1622   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
1623   genkernel, genkernel.conf:
1624   ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
1625
1626   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
1627   gen_determineargs.sh:
1628   Fix bug 97700. Add additional check for kernel source directory
1629   earlier
1630
1631   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_arch.sh:
1632   Fix bug 95280 in genkernel. ARCH_OVERRIDE in
1633   /etc/genkernel.conf should work now
1634
1635   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
1636   gen_determineargs.sh, generic/initrd.scripts, generic/linuxrc:
1637   remove extra make prepare in gen_determineargs.sh that breaks
1638   things. Fix md /dev creation bug 98193
1639
1640   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
1641   Fix bug 98661 with the missing underscore in gen_cmdline.sh
1642
1643   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
1644   generic/initrd.scripts, generic/linuxrc:
1645   Fix to let the /mnt/cdrom/cdupdate.sh script run just before the
1646   chroot
1647
1648   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
1649   generic/initrd.scripts:
1650   send stderr to /dev/null for lvm startup
1651
1652   10 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
1653   gen_bootloader.sh, generic/linuxrc, genkernel:
1654   Fix #93178, #98436, #98501
1655
1656   08 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1657   gen_initramfs.sh, generic/initrd.defaults,
1658   generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.8,
1659   genkernel.conf, x86/busy-config, x86_64/busy-config:
1660   >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find:
1661   ...' errors.
1662
1663   01 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos:
1664   Update Pegasos config from dholm.
1665
1666   01 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1667   fix bug 97378; setup the PATH environment properly.
1668
1669   29 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1670   +pkg/udev-054.tar.bz2, -pkg/udev-058.tar.bz2:
1671   Downgrade to 054.
1672
1673   29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1674   gen_determineargs.sh:
1675   fix unionfs-modules-bincache naming error. Fix directory change
1676   error on unionfs
1677
1678   29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1679   run modules_prepare in the kernel tree before unionfs modules
1680   compile
1681
1682   28 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1683   pkg/udev-058.tar.bz2:
1684   Revert to 1.1.
1685
1686   28 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
1687   generic/initrd.scripts, generic/linuxrc, pkg/udev-058.tar.bz2:
1688   changed to backticks and changed /bin/bash back to /bin/sh
1689   which is a valid shell inside the initrd/initramfs
1690
1691   27 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1692   genkernel, genkernel.conf, -pkg/udev-054.tar.bz2,
1693   +pkg/udev-058.tar.bz2:
1694   Update udev and fix for SPARC64.
1695
1696   27 Jun 2005; Eric Edgar <rocket@gentoo.org>
1697   gen_configkernel.sh:
1698   bug 97051: Initramfs on 2.6+ kernels dont require ext2
1699   filesystem so can drop this forced entry.
1700
1701   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1702   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
1703   Change all EVMS/evms to EVMS2/evms2 for consitency. Also,
1704   enabled dodmraid by default.
1705
1706   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1707   generic/linuxrc:
1708   Must use /bin/bash for dollar-sign, parentheses sub-shell syntax.
1709
1710   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1711   x86/modules_load, x86_64/modules_load:
1712   Changed sata_vitesse to sata_vsc and closing bug #97089.
1713
1714   27 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1715   linuxrc that should not create avc denied messages for a
1716   hardened system.
1717
1718   24 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
1719   _pre12... ph43r...
1720
1721   24 Jun 2005; Eric Edgar <rocket@gentoo.org> genkernel:
1722   Add info for cmdline usage to genkernel
1723
1724   23 Jun 2005; Eric Edgar <rocket@gentoo.org>
1725   generic/initrd.scripts:
1726   Fix confusing volume manager message
1727
1728   23 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1729   alpha/modules_load, x86_64/modules_load:
1730   Add Fusion MPT support
1731
1732   23 Jun 2005; Eric Edgar <rocket@gentoo.org> x86/modules_load:
1733   Add Fusion MPT support for VMWare machines
1734
1735   23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1736   Add missing else
1737
1738   23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1739   Fix missing elif
1740
1741   22 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1742   genkernel, pkg/udev-054.tar.bz2:
1743   Fix #76082, #86487, #87673, #95993.
1744
1745   22 Jun 2005; Eric Edgar <rocket@gentoo.org>
1746   generic/initrd.scripts, generic/linuxrc:
1747   Fix bug 87673. Option passing for dmraid. dodmraid= on the
1748   cmdline. sets up /sbin/dmraid -ay .
1749
1750   22 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1751   Fix for bug 86487. Allowing a subdirectory of a block device to
1752   be chrooted from and booted. New cmdline option subdir=
1753
1754   22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1755   Fix udev for sparc so it compiles properly
1756
1757   22 Jun 2005; Eric Edgar <rocket@gentoo.org>
1758   generic/initrd.scripts, generic/linuxrc:
1759   Remove sort because busybox is not compiled with it. Remove
1760   unnecessary UML fixes
1761
1762   22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1763   gen_compile.sh, gen_determineargs.sh:
1764   Fix bug 68903; Allows the CROSS_COMPILE env to be set for
1765   kernel compiles. Added --kernel-cross-compile= option
1766
1767   21 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1768   genkernel, genkernel.8:
1769   Fix #95993, #96300.
1770
1771   20 Jun 2005; Eric Edgar <rocket@gentoo.org>
1772   gen_determineargs.sh:
1773   Fix genkernel crash when .config is present and testing for
1774   Localversion info on a 2.6 kernel
1775
1776   17 Jun 2005; Eric Edgar <rocket@gentoo.org>
1777   gen_determineargs.sh:
1778   Fix 2.6 crash detecting LocalVersion, fix 2.4 kernels so they
1779   dont do localversion checks as they dont support it
1780
1781   16 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1782   udev build fix for no ARCH=um architectures
1783
1784   16 Jun 2005; Eric Edgar <rocket@gentoo.org>
1785   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1786   gen_moddeps.sh, genkernel:
1787   Localversion changes to kerncache, and added a sleep statement
1788   so modprobe loop has a chance to work
1789
1790   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1791   Fix devfs for those archs that still need it.
1792
1793   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1794   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh,
1795   gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
1796   generic/initrd.defaults, generic/initrd.scripts,
1797   generic/linuxrc, genkernel, genkernel.conf:
1798   Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with
1799   regard to initramfs.
1800
1801   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos,
1802   ppc/config.sh:
1803   Fix Pegasos on initramfs and add an updated Pegasos config,
1804   thanks dholm!
1805
1806   12 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1807   Fix 'lib64: No such...' error.
1808
1809   07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1810   gen_package.sh:
1811   Fixing up minkernpackage
1812
1813   07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1814   x86_64/kernel-config-2.6:
1815   Added floppy module to kernel config for bug #95272.
1816
1817   04 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1818   x86_64/kernel-config-2.6:
1819   Disable sound stuff, #92711.
1820
1821   03 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1822   gen_bootloader.sh, genkernel:
1823   Fix syntax.
1824
1825   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1826   gen_bootloader.sh:
1827   Add GRUB support cleanup by Richard Morris (#59192) to show an
1828   error if we can't work out device nodes and tell the user to
1829   manually generate grub.conf.
1830
1831   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1832   +gen_initramfs.sh:
1833   Add gen_initramfs.sh into CVS from rocket's initramfs support
1834   patches.
1835
1836   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
1837   Fix #94860; clean up concurrent compile tmpdir-setting.
1838
1839   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
1840   alpha/busy-config, generic/initrd.defaults,
1841   generic/initrd.scripts, generic/linuxrc, genkernel.8,
1842   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
1843   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
1844   sparc64/busy-config, um/busy-config, x86/busy-config,
1845   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
1846   Remove evms and lvm2 from default boot args (they cause hardware
1847   issues, so users should explicitly specify them); add NFSboot
1848   support patches by Thomas Seiler.
1849
1850   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1851   x86/kernel-config-2.6:
1852   Updated x86 2.6 kernel to 2005.0 config.
1853
1854   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1855   alpha/kernel-config-2.4, +alpha/kernel-config-2.6,
1856   alpha/modules_load, um/modules_load, x86/modules_load,
1857   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
1858   Updated alpha kernel configs to 2005.0 configs and updated
1859   modules_load for alpha, um, x86, x86_64, xen0, and xenU to match
1860   x86.
1861
1862   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1863   gen_configkernel.sh:
1864   Added config parsing for dmraid modules if genkernel is called
1865   with --dmraid
1866
1867   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1868   gen_configkernel.sh:
1869   Added check for --lvm2 and enable lvm2-required modules if they
1870   are not enabled already in the supplied .config file.
1871
1872   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1873   x86/modules_load:
1874   Adding back in atp870u to modules_load on x86.
1875
1876   02 May 2005; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
1877   Add ata_piix.
1878
1879   22 Apr 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1880   Added support for reading /mnt/cdrom/cdupdate.sh if its
1881   executable on the livecd
1882
1883   22 Apr 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1884   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
1885   gen_initrd.sh, gen_package.sh, generic/linuxrc, genkernel,
1886   genkernel.8, -notes, -pkg/dietlibc-0.27.tar.bz2, +pkg/ia64,
1887   +pkg/ia64/README, +pkg/um, +pkg/um/README, +pkg/xen0,
1888   +pkg/xen0/README, +pkg/xenU, +pkg/xenU/README, +ppc/Pegasos,
1889   ppc/config.sh, +um, +um/busy-config, +um/config.sh,
1890   +um/kernel-config-2.4, +um/kernel-config-2.6, +um/modules_load,
1891   +xen0, +xen0/busy-config, +xen0/config.sh,
1892   +xen0/kernel-config-2.4, +xen0/kernel-config-2.6,
1893   +xen0/modules_load, +xenU, +xenU/busy-config, +xenU/config.sh,
1894   +xenU/kernel-config-2.4, +xenU/kernel-config-2.6,
1895   +xenU/modules_load:
1896   >> 3.2.0_beta1; now with extra froz-faktor <TM>.
1897
1898   29 Mar 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
1899   fixed bug in scan delay so that it will work with both udev and
1900   devfs
1901
1902   13 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1903   Add missing mkdir -p /etc/sysconfig to linuxrc.
1904
1905   12 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1906   Get udev to go as the default manager if the udev binary exists
1907   and 2.6 or above is being used.
1908
1909   11 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1910   mkdir -> mkdir -p
1911
1912   10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1913   genkernel:
1914   Fix udev.rules install issue.
1915
1916   10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1917   genkernel, genkernel.conf, -pkg/udev-039.tar.bz2,
1918   +pkg/udev-054.tar.bz2:
1919   >> 3.1.3. Remove udev static mode; upgrade udev to 054 instead.
1920
1921   08 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
1922   generic/initrd.defaults, generic/linuxrc:
1923   Add patch by Gerte Hoogewerf (gerte <-at-> nieuwenborg.nl) to
1924   fix dmraid with cdroot.
1925
1926   07 Mar 2005; Eric Edgar <rocket@gentoo.org>
1927   gen_configkernel.sh:
1928   Fix possible broken pipe error message when configuring the
1929   kernel
1930
1931   07 Mar 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
1932   Fix for broken pipe when configuring busybox in the
1933   gen_compile.sh script
1934
1935   07 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1936   genkernel, x86/modules_load, x86_64/modules_load:
1937   >> 3.1.1d. Add sata_qstor; fix #83328.
1938
1939   03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
1940   generic/initrd.scripts:
1941   Check for dummy 'livecd' file instead of 'gentoo'.
1942
1943   03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
1944   generic/initrd.scripts, genkernel:
1945   >> 3.1.1c. Add LiveCD detection to skip mountable but non-LiveCD
1946   media; requires Catalyst 1.1.6.
1947
1948   02 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel,
1949   genkernel.conf:
1950   Bump dmraid, >> 3.1.1.b.
1951
1952   01 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1953   genkernel:
1954   Fix 2.4 -j0 issue.
1955
1956   28 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1957   Fix -j0 2.4 modules breakage.
1958
1959   25 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
1960   generic/initrd.defaults, genkernel, x86/modules_load,
1961   x86_64/modules_load:
1962   >> 3.1.0k -- Add MODULES_SATA, fix udev on non-x86 archs where
1963   there seem to be problems with KLibC+udev so use a static udev
1964   on those.
1965
1966   24 Feb 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
1967   gen_determineargs.sh, gen_package.sh, genkernel, genkernel.8:
1968   Add support for maxkernpackage
1969   creates a tarball containing:
1970   kernel
1971   initrd
1972   contents of /lib/modules
1973   kernel config
1974
1975   24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
1976   Fix 2.4 strict flag filtering issue.
1977
1978   24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
1979   Document arbitrary scandelay initrd option.
1980
1981   20 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1982   genkernel:
1983   Fix '/tmp/.initrd/bin/[' to '[' in places before the pivot_root.
1984
1985   18 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1986   genkernel, pkg/udev-039.tar.bz2, x86/modules_load:
1987   Fix #58686 and #80716.
1988
1989   17 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
1990   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
1991   generic/linuxrc, genkernel.conf, pkg/udev-039.tar.bz2:
1992   Add DMRAID support (thanks rocket!); fix AMD64 udev issues (#65985).
1993
1994   31 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
1995   Fix #77259.
1996
1997   30 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
1998   genkernel:
1999   Fix #79999.
2000
2001   27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
2002   -eq >> = for the LVM and EVMS2 checks.
2003
2004   27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
2005   genkernel:
2006   Add patch for turning off LVM and EVMS2 optionally at boot time
2007   even if compiled into initrd; bug #79755.
2008
2009   26 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
2010   Fix #79502; thanks to rocket for the patch.
2011
2012   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2013   Make udev default for 2.6+
2014
2015   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2016   Add missing #72253 patch.
2017
2018   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2019   Add missing echo; #77363.
2020
2021   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org>
2022   gen_bootloader.sh, generic/initrd.scripts, generic/linuxrc,
2023   genkernel:
2024   >> 3.1.0e. Fixes #73356, #74758, #77277, #77363, #78636.
2025
2026   10 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2027   gen_initrd.sh:
2028   Add --evms2 patch by Eric Edgar; bug #77385.
2029
2030   21 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
2031   pkg/dietlibc-0.27.tar.bz2:
2032   >> 3.1.0d; bug #73112.
2033
2034   17 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
2035   Removing tmscsim module; bug #72055.
2036
2037   01 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
2038   Fix for bug #73054.
2039
2040   30 Nov 2004; Tim Yamin <plasmaroo@gentoo.org>
2041   gen_determineargs.sh, gen_initrd.sh:
2042   >> 3.0.2c. Adding LVM2 args code to gen_determineargs.sh.
2043
2044   29 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2045   Bugfix for bug #72342.
2046
2047   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
2048   +genkernel.8:
2049   Time for our own manpage...
2050
2051   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2052   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, genkernel,
2053   genkernel.conf:
2054   LVM2 compilation support; thanks to Eric Edgar for the patch.
2055   Bug #72129.
2056
2057   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
2058   generic/initrd.scripts, generic/linuxrc:
2059   Udev speedups; thanks to Eric Edgar for the patch - bug #72253.
2060
2061   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
2062   Adding MODULES_LVM2; #72129 // #72253.
2063
2064   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2065   gen_initrd.sh:
2066   Adding user-specified /linuxrc support; bug #66198.
2067
2068   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2069   ramdisk=8092 >> ramdisk_size=8092; bug #64864.
2070
2071   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2072   gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
2073   Adding EVMS2 support; bug #61827.
2074
2075   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
2076   LVM fix, bug #69745.
2077
2078   05 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
2079   Fix for --minkernpackage and 'kernel' only instead of all; bug
2080   #70193.
2081
2082   26 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
2083   uchi-hcd >> uhci-hcd.
2084
2085   25 Oct 2004; Mike Frysinger <vapier@gentoo.org> gen_cmdline.sh:
2086   clean up some of the help output
2087
2088   23 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> README,
2089   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh,
2090   gen_initrd.sh, generic/initrd.defaults, generic/initrd.scripts,
2091   generic/linuxrc, genkernel, genkernel.conf,
2092   -pkg/busybox-1.00-pre2-decl.patch,
2093   pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
2094   pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
2095   -pkg/dietlibc-0.26.tar.bz2, +pkg/dietlibc-0.27.tar.bz2,
2096   -pkg/udev-030.tar.bz2, +pkg/udev-039.tar.bz2, x86/modules_load:
2097   >> 3.1.0b.
2098
2099   09 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
2100   vgscan >> lvm; bug #44091.
2101
2102   02 Oct 2004; Travis Tilley <lv@gentoo.org> x86_64/modules_load:
2103   fix the sata crap
2104
2105   27 Sep 2004; Travis Tilley <lv@gentoo.org>
2106   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp,
2107   x86_64/modules_load:
2108   add bluetooth for one user's bluetooth kb+mouse, fix usb module
2109   stuff, add in support for an ide chipset used in some em64t boxes
2110
2111   27 Sep 2004; Travis Tilley <lv@gentoo.org>
2112   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
2113   CONFIG_SCSI_AIC7XXX_OLD, you are the weakest link! goodbye!
2114
2115   26 Sep 2004; Travis Tilley <lv@gentoo.org>
2116   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
2117   new generic genkernel configs. em64t support, here we come
2118
2119   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
2120   x86/kernel-config-2.6:
2121   Adding CONFIG_CRYPTO_ARC4=m; bug #58360.
2122
2123   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
2124   gen_bootloader.sh:
2125   Adding updated grub.conf patch from Mathias Gug, bug #57576.
2126
2127   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2128   gen_funcs.sh, genkernel:
2129   Adding robbat2's patch for bug #62365.
2130
2131   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2132   genkernel, genkernel.conf,
2133   pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
2134   -pkg/dietlibc-0.24.tar.bz2, +pkg/dietlibc-0.26.tar.bz2:
2135   Disabling dietlibc usage for devfsd and modutils; dietlibc
2136   updated to a new Hardened-aware version. Bug #60862.
2137
2138   18 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_package.sh:
2139   Adding missing {} around a logic check; bug #64514.
2140
2141   23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
2142   --no-lvm-2 >> --no-lvm2 as it should be.
2143
2144   23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh:
2145   Updated the --cache-dir patch to patch #36982.
2146
2147   14 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
2148   +ia64, +ia64/busy-config, +ia64/config.sh,
2149   +ia64/kernel-config-2.6, +ia64/modules_load:
2150   Added an ia64 config.
2151
2152   11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2153   Added a check to disable udev on 2.4 kernels; bug #59687.
2154
2155   11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2156   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
2157   generic/initrd.scripts, generic/linuxrc, genkernel:
2158   Added LiveCD udev support.
2159
2160   07 Aug 2004; Tim Yamin <plasmaroo@gentoo.org>
2161   x86/kernel-config-2.6, x86/modules_load:
2162   modules_load cleaned up to match the version used for the 2004.2
2163   release, also added BusLogic=m to the 2.6 configartion: bug #59310.
2164
2165   30 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2166   generic/initrd.scripts:
2167   Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos,
2168   supposedly.
2169
2170   29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2171   gen_determineargs.sh, gen_funcs.sh, genkernel, genkernel.conf:
2172   Patch for bug #57867 adding --cachedir=<dir> by Martin Parm.
2173
2174   29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
2175   genkernel:
2176   '-ne' >> '!=' for LVM2 static support to work properly; bug
2177   #58816.
2178
2179   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2180   x86/kernel-config-2.4:
2181   Ext3 shouldn't really be a module - bug #58663.
2182
2183   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2184   generic/linuxrc:
2185   Fix for "udev" not having to be passed to the linuxrc; and a fix
2186   for the devfsd bincache not being used.
2187
2188   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2189   gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
2190   gen_determineargs.sh, gen_initrd.sh, generic/linuxrc, genkernel,
2191   genkernel.conf, +pkg/udev-030.tar.bz2:
2192   >> 3.0.2e. Code formatting fixes from Bob Barry, as well as a
2193   patch for bug #57953 from Martin Parm. Udev support, bug #49328.
2194
2195   22 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
2196   Fix for bug #57865. Thanks to Martin Parm for the patch!
2197
2198   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2199   Added a patch for only [re]mounting /boot when installation is
2200   required. Patch from bug #57836 by Martin "Parmus" Parm.
2201
2202   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2203   +gen_bootloader.sh, gen_cmdline.sh, gen_determineargs.sh,
2204   genkernel, genkernel.conf:
2205   GRUB Bootloader support - bug #57576. Thanks to Mathias Gug for
2206   the patch!
2207
2208   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2209   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
2210   gen_moddeps.sh, genkernel, genkernel.conf:
2211   Adding a set of patches submitted by Martin "Parmus" Parm; bugs
2212   #57748, #57749, #57751, #57752, and #57761.
2213
2214   16 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2215   gen_funcs.sh, genkernel:
2216   Bug #57297 fix.
2217
2218   14 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2219   genkernel, pkg/modutils-2.4.26.tar.bz2:
2220   >> 3.0.2d. Modutils ./configure* patch for HPPA and an option
2221   parsing fix.
2222
2223   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2224   x86/kernel-config-2.6:
2225   Added CONFIG_PRINTER=y; bug #47666.
2226
2227   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
2228   gen_configkernel.sh, x86/config.sh:
2229   Added a sed to ensure Ext2 support is on; bug #52558.
2230
2231   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
2232   gen_initrd.sh, genkernel, x86/modules_load:
2233   >> 3.0.2c. Added more PCMCIA modules to the x86 module list; and
2234   added the bug
2235   #52561 patch.
2236
2237   03 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2238   Added a patch allowing arguments to be passed to init by
2239   real_init=...; this closes bug #55736.
2240
2241   19 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
2242   gen_configkernel.sh:
2243   Fix for bug #54455; moved the code to create a backup .config
2244   upwards since
2245   before the "make mrproper" just wiped it out.
2246
2247   04 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
2248   generic/keymaps.tar.gz:
2249   New keymaps tarball lost the keymapList file; added back in.
2250
2251   03 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
2252   alpha/modules_load, gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
2253   gen_configkernel.sh, gen_determineargs.sh, gen_funcs.sh,
2254   gen_initrd.sh, gen_moddeps.sh, gen_package.sh,
2255   generic/initrd.defaults, generic/initrd.scripts,
2256   generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
2257   genkernel, parisc/modules_load, parisc64/modules_load,
2258   pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
2259   ppc/modules_load, ppc64/modules_load, sparc/modules_load,
2260   sparc64/modules_load, x86/kernel-config-2.4,
2261   x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
2262   New release:
2263   
2264   * Busybox patched to support loops on 2.4 thus giving 2.4
2265   squashfs
2266   support.
2267   * Various bug fixes; #46167, #46278, #47551, #48219, #48308,
2268   #48339, #49728, #51395, #51948.
2269   * Speedups: "" > ''; [ ! ... ] && > [ ... ] || et al where
2270   applicable.
2271
2272   11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org>
2273   x86/kernel-config-2.6:
2274   Modularized parallel support in the X86 2.6 configuration.
2275
2276   11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
2277   generic/linuxrc, genkernel:
2278   Bugfixes for bugs #46941, #46641; and a cosmetic fix for LiveCD
2279   mount issues.
2280
2281   02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
2282   Added an error message for mistyped options [ Bug #45946 ] and
2283   also shortened the help list into two sections: a long one specified by
2284   --help and a short default one.
2285
2286   02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
2287   genkernel:
2288   Fix for bug #46596; version header update.
2289
2290   28 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2291   Applied the fixed for ``docache'' to work properly on zisofs.
2292
2293   27 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
2294   gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
2295   A few short fixes: reduced compilation verbosity; bootsplash fix
2296   to use both 'bootsplash' and 'bootsplash.conf' rather than 'bootsplash'
2297   and also docache support which should work on at least loopFSes for now.
2298
2299   22 Mar 2004; Jason Wever <weeve@gentoo.org> sparc/config.sh:
2300   Fixed MAKEOPTS for sparc32 so kernels will reliably build.
2301
2302   21 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> README, TODO,
2303   gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
2304   gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
2305   generic/initrd.defaults, generic/initrd.scripts,
2306   +generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
2307   genkernel, genkernel.conf, x86/modules_load:
2308   Version bump. Closes bugs #34948, #37371, #41129, #41166,
2309   #42725, #42815, #44127, #44556, and #44601.
2310
2311   20 Mar 2004; Tim Yamin <plasmaroo@gentoo.org>
2312   -pkg/busybox-1.00-pre8-alpha.patch,
2313   -pkg/busybox-1.00-pre8-crypto-losetup.patch,
2314   -pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
2315   Removing broken 1.00-pre8 busybox.
2316
2317   08 Mar 2004; Tom Gall <tgall@gentoo.org>
2318   +ppc64/kernel-2.6-pSeries, +ppc64/kernel-2.6.g5:
2319   g5 and pseries kernel config
2320
2321   08 Mar 2004; Brad House <brad_mssw@gentoo.org> +ppc64,
2322   +ppc64/busy-config, +ppc64/config.sh, +ppc64/modules_load:
2323   ppc64 profile
2324
2325   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2326   +ppc/2.6.3-benh2-G4-SMP.autoload, +ppc/2.6.3-benh2-G4.autoload,
2327   +ppc/2.6.3-benh2-G5-SMP.autoload, +ppc/2.6.3-benh2-G5.autoload:
2328   What stuff needs to be automatically loaded for each kernel
2329
2330   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2331   ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
2332   bugfixes - posible /proc mounting lock bug solution included (removed
2333   rivafb support)
2334
2335   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2336   ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
2337   bugfixed kernels - still rivafb enabled
2338
2339   01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2340   version bump
2341
2342   01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf:
2343   busybox version change
2344
2345   27 Feb 2004; Daniel Robbins <drobbins@gentoo.org>
2346   gen_initrd.sh:
2347   initrd bootsplash fix to use "default"
2348
2349   27 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2350   -ppc/G3, -ppc/G3-SMP:
2351   Migrated G3 into G4
2352
2353   26 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
2354   +ppc/G3, +ppc/G3-SMP, +ppc/G4, +ppc/G4-SMP, +ppc/G5,
2355   +ppc/G5-SMP, -ppc/kernel-config-2.4-g3g4,
2356   -ppc/kernel-config-2.4-g5:
2357   Updated kernel .configs.
2358   
2359   G5-SMP verified to work on dual G5 1.8 w. radeon and 160G SATA
2360   Others are being tested right now
2361
2362   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
2363   +pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2:
2364   busybox pre7 patched
2365
2366   25 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
2367   genkernel.conf, +pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
2368   -pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2,
2369   +pkg/busybox-1.00-pre8-alpha.patch,
2370   +pkg/busybox-1.00-pre8-crypto-losetup.patch,
2371   +pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
2372   busybox update and alpha fix
2373
2374   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
2375   generic/linuxrc, generic/modprobe:
2376   script updates, less debugging, and modprobe return code fix
2377
2378   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
2379   x86/kernel-config-2.4:
2380   too many complaints, make reiser static
2381
2382   22 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2383   version update
2384
2385   22 Feb 2004; Brad House <brad_mssw@gentoo.org>
2386   +pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2:
2387   busybox tarball
2388
2389   22 Feb 2004; Brad House <brad_mssw@gentoo.org>
2390   generic/linuxrc, genkernel.conf,
2391   -pkg/busybox-1.00-pre7-crypto-losetup.patch,
2392   -pkg/busybox-1.00-pre7-crypto-patched.tar.bz2,
2393   x86_64/kernel-config-2.6, +x86_64/kernel-config-2.6-emachines,
2394   +x86_64/kernel-config-2.6-smp:
2395   gcloop fixes
2396
2397   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2398   create /dev/console if for some reason /dev wasn't on the fs
2399
2400   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2401   temp move
2402
2403   14 Feb 2004; Brad House <brad_mssw@gentoo.org>
2404   +pkg/busybox-1.00-pre7-crypto-patched.tar.bz2:
2405   pkg
2406
2407   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf,
2408   -pkg/busybox-1.00-pre3-patched.tar.bz2,
2409   -pkg/busybox-1.00-pre3.tar.bz2,
2410   +pkg/busybox-1.00-pre7-crypto-losetup.patch:
2411   busybox updates
2412
2413   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2414   gcloop fix
2415
2416   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
2417   +pkg/ppc, +pkg/ppc/README:
2418   updates
2419
2420   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2421   initrd updates for correctness, squashfs, and gcloop
2422
2423   12 Feb 2004; Luca Barbato <lu_zero@gentoo.org> +pkg/ppc64,
2424   +pkg/ppc64/README, +ppc, +ppc/busy-config, +ppc/config.sh,
2425   +ppc/kernel-config-2.4-g3g4, +ppc/kernel-config-2.4-g5,
2426   +ppc/modules_load:
2427   pvdabeel's first import.
2428
2429   08 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2430   typo
2431
2432   07 Feb 2004; Brad House <brad_mssw@gentoo.org>
2433   generic/linuxrc, genkernel:
2434   beta10 finalizations
2435
2436   07 Feb 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2437   make modules_install should use -j1 only
2438
2439   07 Feb 2004; Brad House <brad_mssw@gentoo.org>
2440   gen_configkernel.sh:
2441   err, backed up wrong file :)
2442
2443   03 Feb 2004; Guy Martin <gmsoft@gentoo.org> +parisc64,
2444   +parisc64/busy-config, +parisc64/config.sh,
2445   +parisc64/kernel-config-2.4, +parisc64/modules_load,
2446   +pkg/parisc64, +pkg/parisc64/README:
2447   Ported to parisc64
2448
2449   31 Jan 2004; Brad House <brad_mssw@gentoo.org>
2450   gen_determineargs.sh:
2451   make commandline debugfile option work
2452
2453   30 Jan 2004; Brad House <brad_mssw@gentoo.org>
2454   generic/modprobe, x86_64/modules_load:
2455   modprobe fixes, and scsi module updates for x86_64
2456
2457   30 Jan 2004; Brad House <brad_mssw@gentoo.org>
2458   generic/linuxrc, genkernel:
2459   hwopts fix
2460
2461   28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2462   cleanups
2463
2464   28 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
2465   debugfile truncation fix
2466
2467   28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2468   version bump
2469
2470   28 Jan 2004; Brad House <brad_mssw@gentoo.org>
2471   x86/kernel-config-2.6, x86_64/kernel-config-2.6:
2472   kernel config updates
2473
2474   28 Jan 2004; Brad House <brad_mssw@gentoo.org>
2475   gen_configkernel.sh, genkernel:
2476   misc fixes in relation to kernel configs
2477
2478   25 Jan 2004; Brain Jackson <iggy@gentoo.org>
2479   x86/kernel-config-2.4:
2480   new default config, works well with gentoo-sources
2481
2482   24 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_funcs.sh,
2483   generic/linuxrc, genkernel:
2484   updates
2485
2486   18 Jan 2004; Brad House <brad_mssw@gentoo.org> +alpha,
2487   +alpha/busy-config, +alpha/config.sh, +alpha/kernel-config-2.4,
2488   +alpha/modules_load, +pkg/alpha, +pkg/alpha/README:
2489   add alpha profile
2490
2491   17 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2492   version bump
2493
2494   17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2495   must bind-mount dev for loop devices
2496
2497   17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2498   support multiple loop types
2499
2500   11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2501   not -t ext3 use -t ext2 Im and idiot
2502
2503   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
2504   generic/linuxrc, genkernel:
2505   fix for loop device mounting
2506
2507   11 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2508   genkernel
2509
2510   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
2511   generic/initrd.scripts, generic/linuxrc:
2512   more fixes
2513
2514   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
2515   generic/initrd.scripts, generic/linuxrc:
2516   fixes
2517
2518   11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
2519   livecd fixes
2520
2521   10 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2522   uname machine for parisc, etc
2523
2524   08 Jan 2004; Brad House <brad_mssw@gentoo.org> +pkg/sparc,
2525   +pkg/sparc/README, +pkg/sparc64, +pkg/sparc64/README:
2526   dont forget placeholders for pkg directory
2527
2528   08 Jan 2004; Brad House <brad_mssw@gentoo.org>
2529   x86_64/kernel-config-2.6:
2530   updated config
2531
2532   08 Jan 2004; Brad House <brad_mssw@gentoo.org> +TODO:
2533   todo
2534
2535   08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2536   version bump
2537
2538   08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
2539   fix
2540
2541   08 Jan 2004; Brad House <brad_mssw@gentoo.org>
2542   x86_64/kernel-config-2.6:
2543   updated kernel config
2544
2545   08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2546   gen_funcs.sh, genkernel:
2547   check for loop devices and fix debug printing
2548
2549   08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2550   gen_determineargs.sh, generic/linuxrc, parisc/config.sh,
2551   sparc/config.sh, sparc64/config.sh, x86/config.sh,
2552   x86_64/config.sh:
2553   add makeopts params, and fixes for if old coreutils is in root
2554
2555   05 Jan 2004; Jason Wever <weeve@gentoo.org> +sparc,
2556   +sparc/busy-config, +sparc/config.sh, +sparc/kernel-config,
2557   +sparc/modules_load, +sparc64, +sparc64/busy-config,
2558   +sparc64/config.sh, +sparc64/kernel-config,
2559   +sparc64/modules_load:
2560   Added sparc and sparc64 dirs for genkernel.
2561
2562   03 Jan 2004; Guy Martin <gmsoft@gentoo.org> +parisc,
2563   +parisc/busy-config, +parisc/config.sh,
2564   +parisc/kernel-config-2.4, +parisc/modules_load, +pkg/parisc,
2565   +pkg/parisc/README:
2566   Added parisc files
2567
2568   31 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
2569   +x86/kernel-config-2.4:
2570   2.4 config thanks to iggycvs add kernel-config-2.4
2571
2572   24 Dec 2003; Brad House <brad_mssw@gentoo.org>
2573   gen_determineargs.sh:
2574   no bootsplash fix
2575
2576   24 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel:
2577   reverse kernel compile with modules make
2578
2579   23 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
2580   +genkernel, -genkernel.sh:
2581   genkernel move
2582
2583   23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2584   gen_determineargs.sh, gen_initrd.sh, generic/linuxrc,
2585   genkernel.sh:
2586   no initrd modules stuff
2587
2588   23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2589   gen_determineargs.sh, +gen_package.sh, genkernel.sh:
2590   changes for livecd stuff
2591
2592   22 Dec 2003; Brad House <brad_mssw@gentoo.org> README:
2593   notes
2594
2595   22 Dec 2003; Brad House <brad_mssw@gentoo.org>
2596   gen_determineargs.sh:
2597   get extraversion properly
2598
2599   17 Dec 2003; Brad House <brad_mssw@gentoo.org>
2600   -x86_64/modprobe:
2601   remove modprobe from x86_64
2602
2603   17 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
2604   gen_initrd.sh, gen_moddeps.sh, generic/initrd.defaults,
2605   generic/initrd.scripts, generic/linuxrc, generic/modprobe,
2606   x86_64/modules_load:
2607   fixes
2608
2609   17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
2610   generic/linuxrc, -x86/linuxrc, x86/modules_load,
2611   x86_64/modules_load:
2612   more generic
2613
2614   17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
2615   +generic, +generic/initrd.defaults, +generic/initrd.scripts,
2616   +generic/linuxrc, +generic/modprobe, -x86_64/initrd.defaults,
2617   -x86_64/initrd.scripts, -x86_64/linuxrc:
2618   make more generic
2619
2620   16 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
2621   +gen_moddeps.sh, genkernel.sh, +x86_64/initrd.defaults,
2622   +x86_64/initrd.scripts, x86_64/linuxrc, +x86_64/modprobe,
2623   x86_64/modules_load:
2624   integrate new initrd, and module scanning
2625
2626   10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
2627   killall
2628
2629   10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
2630   devfsd fixes
2631
2632   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2633   typos
2634
2635   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2636   x86/config.sh, x86_64/config.sh:
2637   fix
2638
2639   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
2640   +pkg/busybox-1.00-pre2-decl.patch:
2641   stuff
2642
2643   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2644   gen_compile.sh, gen_determineargs.sh, x86/config.sh,
2645   x86_64/config.sh:
2646   different makes for kernel and utils
2647
2648   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2649   gen_determineargs.sh, x86/config.sh, x86_64/config.sh:
2650   add make variable
2651
2652   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2653   x86/config.sh:
2654   KERNEL_MAKE_2 for sparc
2655
2656   09 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel.conf,
2657   +pkg/busybox-1.00-pre3-patched.tar.bz2:
2658   busybox stuff
2659
2660   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2661   gen_determineargs.sh, genkernel.conf, genkernel.sh:
2662   add devfsd support
2663
2664   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
2665   +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
2666   +pkg/devfsd-1.3.25-dietlibc.patch:
2667   devfsd dietlibc stuff
2668
2669   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2670   x86/config.sh, x86_64/config.sh:
2671   fixes
2672
2673   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2674   umm, make configure scripts work with CC, AS, and LD set or unset
2675
2676   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
2677   don't forget 'env' before
2678
2679   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
2680   +pkg/modutils-2.4.26.tar.bz2:
2681   forgot modutils package
2682
2683   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2684   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
2685   x86/config.sh, x86_64/config.sh:
2686   need seperate toolkit for compilation of kernel and utils on sparc64
2687
2688   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
2689   gen_determineargs.sh:
2690   fixes for sparc, cant set LD or AS for sparc64
2691
2692   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
2693   gen_configkernel.sh, gen_determineargs.sh, genkernel.conf,
2694   -x86/kernel-config, +x86/kernel-config-2.6,
2695   -x86_64/kernel-config, +x86_64/kernel-config-2.6:
2696   make friendly with 2.4
2697
2698   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
2699   gen_determineargs.sh, +pkg/x86, +pkg/x86/README, +pkg/x86_64,
2700   +pkg/x86_64/README:
2701   fixes
2702
2703   09 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
2704   gen_compile.sh, gen_initrd.sh, genkernel.conf, genkernel.sh:
2705   2.4 kernel updates
2706
2707   08 Dec 2003; Brad House <brad_mssw@gentoo.org> +README,
2708   +gen_arch.sh, +gen_cmdline.sh, +gen_compile.sh,
2709   +gen_configkernel.sh, +gen_determineargs.sh, +gen_funcs.sh,
2710   +gen_initrd.sh, +genkernel.conf, +genkernel.sh, +notes, +pkg,
2711   +pkg/busybox-1.00-pre3.tar.bz2, +pkg/dietlibc-0.24.tar.bz2,
2712   +pkg/module-init-tools-0.9.15-pre4.tar.bz2, +x86,
2713   +x86/busy-config, +x86/config.sh, +x86/kernel-config,
2714   +x86/linuxrc, +x86/modules_load, +x86_64, +x86_64/busy-config,
2715   +x86_64/config.sh, +x86_64/kernel-config, +x86_64/linuxrc,
2716   +x86_64/modules_load:
2717   add new genkernel dev