10680dad546c004fee067e95949cdf29703a5d39
[genkernel.git] / ChangeLog
1 # ChangeLog for genkernel
2 # Copyright: 
3 # - 2003-2008 Gentoo Foundation
4 # - 2008-2012 Various authors (see AUTHORS)
5 # Distributed under the GPL v2
6 # $Id$
7
8   15 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
9   Bump to 3.4.44.2 with depmod corner cases by xake.
10
11   15 Oct 2012; Peter Hjalmarsson <xake@rymdraket.net> gen_compile.sh:
12   Fix calling of depmod.
13
14   15 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
15   Bump for 3.4.44.1 with bugfix-only.
16
17   15 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> gen_compile.sh,
18   gen_package.sh:
19   Fix corner cases on OUTPUTDIR.
20
21   14 Oct 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
22   Bump version to 3.4.44
23
24   14 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> gen_cmdline.sh,
25   gen_configkernel.sh, gen_determineargs.sh:
26   Bug #432956: Easy to include VirtIO support in kernel.
27
28   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/modules_load,
29   arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
30   arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
31   arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load,
32   arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load,
33   defaults/modules_load:
34   Clean up module drift over the years. Just MODULES_CRYPTO left.
35
36   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> doc/genkernel.8.txt:
37   Document resume parameters.
38
39   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/modules_load,
40   arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
41   arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
42   arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load,
43   arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load,
44   defaults/initrd.scripts, defaults/linuxrc, defaults/modules_load,
45   gen_configkernel.sh, gen_initramfs.sh:
46   Bug #286187: Complete multipath support.
47
48   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.defaults,
49   defaults/initrd.scripts, defaults/linuxrc, doc/genkernel.8.txt:
50   Bug #351873: More livecd control, and initramfs livecd argument
51   documentation.
52
53   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/kernel-config,
54   arch/ppc/kernel-config, arch/x86/kernel-config, arch/x86_64/kernel-config,
55   defaults/kernel-config:
56   Bug #336170: amd74xx was long-replaced by pata_amd. The old driver is
57   problematic, as even with the pata_amd module loaded, it will not release the
58   device. Disable the old driver on remaining platforms, add pata_amd where
59   missing & needed (not alpha).
60
61   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
62   Bug #414581: ensure built-in initramfs compress config options are set to
63   avoid silentoldconfig bailing out.
64
65   13 Oct 2012; Ćukasz Stelmach <stlman@poczta.fm> gen_cmdline.sh,
66   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh, gen_funcs.sh,
67   genkernel:
68   Bug #435210 support external kernel output location, to allow pristine
69   source.
70
71   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> gen_compile.sh:
72   Bug #397947: Run depmod on new modules to avoid need to run at every boot on
73   unionfs systems, or systemd that never runs it.
74
75   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
76   Put the version of genkernel used in a build into /etc/build_id.
77
78   13 Oct 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/linuxrc:
79   Extra creation of /run in the LiveCD scope, before any union/aufs mount.
80
81   03 Oct 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
82   Bump version to 3.4.43
83
84   03 Oct 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
85   Use actual kernel config for check of available compression methods (bug
86   #436820)
87
88   03 Oct 2012; Dustin Frisch <dustin.frisch@gmail.com> defaults/linuxrc:
89   With boot parameter real_init=/foo look for ${NEW_ROOT}/foo, not
90   ${NEW_ROOT}/sbin/init (bug #437080)
91
92   23 Sep 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
93   Append e2fsck and mke2fs to initramfs. Original patch by Rick Farina
94
95   10 Sep 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
96   Bump version to 3.4.42
97
98   10 Sep 2012; Sebastian Pipping <sping@gentoo.org>
99   +patches/busybox/1.20.2/busybox-1.20.2-glibc-sys-resource.patch:
100   Add busybox 1.20.2 patch: busybox-1.20.2-glibc-sys-resource.patch
101
102   10 Sep 2012; Sebastian Pipping <sping@gentoo.org>
103   +patches/busybox/1.20.2/1.18.1-openvt.diff,
104   +patches/busybox/1.20.2/busybox-1.7.4-signal-hack.patch,
105   +patches/busybox/1.20.2/busybox-1.20.1-mdstart.patch:
106   Copy busybox patches from 1.20.1 to 1.20.2
107
108   30 Aug 2012; Fabio Erculiani <lxnay@gentoo.org> defaults/linuxrc:
109   mount /mnt/cdrom inside target chroot even when aufs/unionfs is disabled
110
111   14 Aug 2012; Richard Yao <ryao@gentoo.org> genkernel:
112   Bump version to 3.4.41
113
114   12 Aug 2012; Sebastian Pipping <sping@gentoo.org> +defaults/software.sh,
115   genkernel.conf:
116   Move software version defaults for defaults/software.sh to ease the
117   etc-update game
118
119   12 Aug 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
120   Fix parsing of --config=... command line option
121
122   27 Jul 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts,
123   genkernel:
124   Bump version to 3.4.40
125
126   24 Jul 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts:
127   Flip awk return values.
128
129   24 Jul 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts:
130   Minor thinko in devpts check.
131
132   24 Jul 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts:
133   Prior commit to only mount devtmpfs and devpts if they were not already
134   mounted made assumptions about the device names they were mounted as. Check
135   the filesystem column of /proc/mounts instead.
136
137   21 Jul 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
138   Bump version to 3.4.39
139
140   17 Jul 2012; Robin H. Johnson <robbat2@gentoo.org> arch/x86_64/kernel-config:
141   Bug #399703: amd64 default kernel config did not have EFI support.
142   
143   15 July 2012; Robin H. Johnson <robbat2@gentoo.org> doc/genkernel.8.txt,
144   Document the isoboot option, as designed for GRUB2 usage 3 years ago.
145
146   09 Jul 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
147   Bump version to 3.4.38
148
149   09 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_compile.sh:
150   Fix linking of unionfs-fuse 0.24
151
152   09 Jul 2012; Sebastian Pipping <sping@gentoo.org>
153   patches/fuse/2.8.6/fuse-2.8.6-glibc-2.14.patch:
154   Allow compilation of FUSE 2.8.6 with glibc 2.14 (bug #425080)
155
156   09 Jul 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
157   Restore previous handling of real_root due to report of regressions (bug
158   #419965)
159
160   08 Jul 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
161   Bump version to 3.4.37
162
163   08 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh,
164   genkernel:
165   Always report used kernel config file
166
167   08 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh,
168   gen_initramfs.sh:
169   Catch case with no initramfs compression supported by kernel (bug #423847)
170
171   08 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh,
172   gen_initramfs.sh:
173   Fix detection of initramfs compression with bzip2 as best candidate
174
175   08 Jul 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
176   arch/x86_64/modules_load, defaults/modules_load:
177   Add xts to MODULES_CRYPTO (bug #425028)
178
179   01 Jul 2012; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh,
180   gen_package.sh:
181   Support --kernel-config=/proc/config.gz (bug #421027)
182
183   08 Jul 2012; Kenny Cheng <kenny97821419@gmail.com> defaults/linuxrc:
184   Add /run to support openrc >=0.10 (bug #425180)
185
186   11 Jun 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
187   Bump version to 3.4.36
188
189   11 Jun 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
190   Respect real_root for plain dm-crypt without LVM (bug #419965)
191
192   10 Jun 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
193   Bump version to 3.4.35
194
195   10 Jun 2012; Sebastian Pipping <sping@gentoo.org>
196   +patches/busybox/1.20.1/1.18.1-openvt.diff,
197   +patches/busybox/1.20.1/busybox-1.7.4-signal-hack.patch,
198   +patches/busybox/1.20.1/busybox-1.20.1-mdstart.patch:
199   Support busybox 1.20.1 (bug #419511)
200
201   04 Jun 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
202   Bump version to 3.4.34
203
204   02 Jun 2012; Sebastian Pipping <sping@gentoo.org> defaults/linuxrc:
205   Support bind mounts from /etc/initramfs.mounts (bug #418463)
206
207   02 Jun 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
208   arch/x86_64/modules_load, defaults/modules_load:
209   Make sure that cbc.ko and aes*.ko needed for cbc-essiv:sha256 (=default) disk
210   encryption are included with the initramfs (bug #416973)
211
212   28 May 2012; Sebastian Pipping <sping@gentoo.org> gen_funcs.sh:
213   Fix an e2fsprogs compilation leftover (bug #417095), reported by Juergen Rose
214
215   17 May 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
216   Bump to 3.4.33.1
217
218   17 May 2012; Sebastian Pipping <sping@gentoo.org> defaults/linuxrc:
219   Fix call to blkid as "blkid -l -t UUID=foo" (without -o device) does not seem
220   to work well with blkid of util-linux
221
222   17 May 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
223   Bump version to 3.4.33
224
225   17 May 2012; Sebastian Pipping <sping@gentoo.org>
226   -patches/e2fsprogs/1.42/e2fsprogs-1.41.12-getpagesize.patch, gen_compile.sh,
227   gen_initramfs.sh, genkernel, genkernel.conf:
228   Use blkid from system's util-linux rather than compiling e2fsprogs ourselves
229
230   14 May 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
231   Bump version to 3.4.32
232
233   14 May 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
234   Stop removing lvm/dmsetup from the initramfs (bug #415697), reported by
235   I.zaufi, bug introduced in 9f36ecc125bf2c20bd28c0ad513577a858140a77 affects
236   genkernel >=3.4.30
237
238   12 May 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config,
239   arch/x86_64/kernel-config, defaults/kernel-config:
240   Set CONFIG_DEVTMPFS=y on x86, x86_64, default for udev
241
242   12 May 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
243   Bump version to 3.4.31
244
245   18 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
246   lddtree call must be outside the for loop.
247
248   16 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
249   Use CC0 instead of public domain for copy_binaries to cover French
250   jurisdiction concerns.
251
252   16 Apr 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
253   Bump version to 3.4.30
254
255   16 Apr 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
256   Support a non-static cryptsetup binary (bug #409277)
257  
258   15 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
259   Release copy_binaries function as public domain.
260
261   15 Apr 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
262   Handle other binary paths for LVM.
263
264   09 Apr 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts,
265   defaults/keymaps/keymapList, defaults/keymaps/sf.map:
266   Add keymap "sf" from Pentoo
267
268   08 Apr 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
269   Bump version to 3.4.29
270
271   08 Apr 2012; Mike Auty <ikelos@gentoo.org> gen_bootloader.sh:
272   Support for Grub 2, adjustements by Tomasz Wasiak
273
274   08 Apr 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh,
275   genkernel.conf:
276   Add "fastest" to supported initrd compressions
277
278   08 Apr 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
279   Support comression "lzop" (not just "lzo") as wrongly advertised by comments
280   in genkernel.conf before
281
282   08 Apr 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
283   Be more helpful when requested compression is not available
284
285   08 Apr 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
286   Error out on unknown initrd compression, reported by Peter Gantner (bug
287   #411197)
288
289   08 Apr 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
290   Fix initrd compression "gzip", reported by Peter Gantner (bug #411197)
291
292   30 Mar 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
293   Bump version to 3.4.28
294
295   29 Mar 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
296   Restore original /dev/tty after GPG (bug #410073), report and initial patch
297   by Brendan Pike
298
299   22 Mar 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
300   Bump version to 3.4.27
301
302   22 Mar 2012; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
303   Fail hard on LUKS inclusion error (bug #409277), advise about
304   sys-fs/cryptsetup[static], drop support for cryptsetup binary from /bin/
305
306   22 Mar 2012; Sebastian Pipping <sping@gentoo.org> gen_funcs.sh,
307   gen_initramfs.sh:
308   Make errors stand out more
309
310   22 Mar 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts,
311   defaults/linuxrc:
312   Fix docache (bug #397309)
313
314   22 Mar 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
315   Bump version to 3.4.26
316
317   16 Mar 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts,
318   defaults/linuxrc:
319   Drop into debug shell when squashfs could not be mounted
320
321   16 Mar 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts,
322   defaults/linuxrc:
323   Drop into debug shell when files could not be copied into tmpfs
324
325   16 Mar 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts,
326   defaults/linuxrc:
327   Improve handling of missing /etc/fstab
328
329   16 Mar 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
330   No longer use parameter "-r" (for regex intervals) that busybox awk does not
331   support
332
333   10 Mar 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
334   Bump version for release.
335
336   25 Feb 2012; Sebastian Pipping <sping@gentoo.org> arch/x86/modules_load,
337   arch/x86_64/modules_load, defaults/modules_load:
338   Make sure the sha256 module makes it into the initramfs (bug #405495).
339   Reported by Ogelpre.
340
341   20 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/linuxrc:
342   With the new /usr mounting, if the device path that ends up in /proc/mounts
343   ends up being different than in /etc/fstab due to symlinks, mount -a will
344   always exit 32. Avoid by resolving symlinks like util-linux does.
345
346   14 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_compile.sh,
347   gen_initramfs.sh:
348   dmraid is entirely broken if you try to use the system static
349   LVM/device-mapper. Instead start always building LVM2 for the initramfs,
350   using DESTDIR for cleaner install. Dead code paths for old LVM2 build not
351   removed yet until more users have tested.
352
353   12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_compile.sh:
354   More UTILS_CROSS_COMPILE prefix on strip calls.
355
356   12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/modules_load,
357   arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
358   arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
359   arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load,
360   arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load,
361   defaults/modules_load:
362   Bug #401583: include more DM and MD modules for other RAID/LVM
363   configurations.
364
365   12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_compile.sh:
366   Bug #265005: ensure CROSS_COMPILE is set for cross-compile strip calls to
367   work.
368
369   12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org>
370   +patches/dmraid/dmraid-1.0.0_rc16-as-needed2.patch,
371   +patches/dmraid/dmraid-1.0.0_rc16-return-all-sets.patch,
372   +patches/dmraid/dmraid-1.0.0_rc16-static-build-fixes.patch,
373   +patches/dmraid/dmraid-1.0.0_rc16-undo-p-rename.patch,
374   +patches/dmraid/dmraid-1.0.0.rc16-3-staticlink.patch, genkernel.conf:
375   Bug #398467: Update dmraid. Also add other patches from Portage tree.
376
377   12 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_cmdline.sh,
378   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, genkernel.conf:
379   device-mapper "update". It was merged into LVM2-2.02.67 upstream in 2010.
380   Bug #398467 is wrong for the device-mapper update.
381
382   09 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts,
383   defaults/linuxrc:
384   Dogfooding of the /usr mount code with the matching OpenRC change to make the
385   mounts RW revealed some bugs and gotchas in our prior code, now fixed and
386   verified to work.
387
388   06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> arch/alpha/config.sh,
389   arch/arm/config.sh, arch/ia64/config.sh, arch/mips/config.sh,
390   arch/parisc/config.sh, arch/parisc64/config.sh, arch/ppc/config.sh,
391   arch/ppc64/config.sh, arch/sparc/config.sh, arch/sparc64/config.sh,
392   arch/um/config.sh, arch/x86/config.sh, arch/x86_64/config.sh:
393   Ensure default for new initramfs compression is used.
394
395   06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
396   Bugfixes in new code branches that I didn't test fully.
397
398   06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> doc/genkernel.8.txt,
399   gen_cmdline.sh:
400   Update documentation for new initramfs compression.
401
402   06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/config.sh,
403   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel.conf:
404   Import customizable compression for initramfs, based on Pentoo development.
405
406   06 Feb 2012: Richard Yao <ryao@cs.stonybrook.edu> arch/alpha/modules_load,
407   arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
408   arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
409   arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load,
410   arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load,
411   defaults/busy-config, defaults/initrd.scripts, defaults/linuxrc,
412   defaults/modules_load, doc/genkernel.8.txt, gen_cmdline.sh,
413   gen_determineargs.sh, gen_initramfs.sh, genkernel:
414   This provides ZFS support, to go with the sys-fs/zfs package.
415
416   06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
417   Refactor copy_binaries and multipath slightly for ease of usage and readability.
418
419   06 Feb 2012: Richard Yao <ryao@cs.stonybrook.edu> gen_initramfs.sh:
420   Refactor multipath initramfs generation using copy_binaries.
421
422   06 Feb 2012: Richard Yao <ryao@cs.stonybrook.edu> gen_initramfs.sh:
423   copy_binaries utility function for putting binaries and librares into
424   initramfs (see git commit for full details).
425
426   06 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts:
427   Support virtio devices, and provide fallback of all remaining devices.
428
429   03 Feb 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
430   Support SD card readers. Patch by Rick Farina
431
432   24 Jan 2012; Sebastian Pipping <sping@gentoo.org> .gitignore, genkernel:
433   Bump version to 3.4.24
434
435   24 Jan 2012; Sebastian Pipping <sping@gentoo.org> arch/alpha/kernel-config,
436   arch/ia64/kernel-config, arch/ppc/kernel-config, arch/sparc64/kernel-config,
437   arch/x86/kernel-config:
438   Unset CONFIG_SYSFS_DEPRECATED for udev (bug #335763)
439
440   15 Jan 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
441   Bump version to 3.4.23.1
442
443   14 Jan 2012; Sebastian Pipping <sping@gentoo.org> defaults/busy-config:
444   Re-activate mdstart in busybox config
445
446   14 Jan 2012; Sebastian Pipping <sping@gentoo.org>
447   +patches/busybox/1.19.3/busybox-1.19.3-mdstart.patch:
448   Port mdstart patch to busybox 1.19.3
449
450   13 Jan 2012; Sebastian Pipping <sping@gentoo.org> defaults/busy-config:
451   Busybox config: Enable verbose usage
452
453   13 Jan 2012; Sebastian Pipping <sping@gentoo.org> defaults/busy-config:
454   Update busybox config using "yes '' | make oldconfig"
455
456   13 Jan 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
457   Bump version to 3.4.23
458
459   13 Jan 2012; Sebastian Pipping <sping@gentoo.org>
460   +patches/busybox/1.19.3/1.18.1-openvt.diff,
461   +patches/busybox/1.19.3/busybox-1.7.4-signal-hack.patch:
462   Copy patches from busybox/1.18.1 to busybox/1.19.3
463
464   13 Jan 2012; Sebastian Pipping <sping@gentoo.org>
465   +patches/e2fsprogs/1.42/e2fsprogs-1.41.12-getpagesize.patch:
466   Add a patch for e2fsprogs/1.42 from main tree
467
468   13 Jan 2012; Sebastian Pipping <sping@gentoo.org>
469   +patches/lvm/2.02.88/lvm2-2.02.72-no-export-dynamic.patch:
470   Copy patch from lvm/2.02.74 to lvm/2.02.88
471
472   13 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> gen_determineargs.sh:
473   Prior to commit a141d715, CMD_NOINSTALL had no default set, but most of the
474   usages were of the form "! isTrue ${CMD_NOINSTALL}", which on an unset value,
475   came out as false. These were replaced by "isTrue ${CMD_INSTALL}", but my
476   analysis of the needed default value was wrong, and was set to false instead
477   of true.
478
479   13 Jan 2012; Sebastian Pipping <sping@gentoo.org> genkernel.conf:
480   Replace "# FOO=bar" by "#FOO=bar" in genkernel.conf to (1) distinguish
481   commented-out options from their explanatory comments and (2) to return
482   consistenty (bug #398471)
483
484   12 Jan 2012; Sebastian Pipping <sping@gentoo.org> gen_compile.sh:
485   Support application of patches before compilation for tools which previously
486   lacked that support. Special thanks to Tomasz Wasiak (bug #398469)
487
488   08 Jan 2012; Sebastian Pipping <sping@gentoo.org> arch/alpha/modules_load,
489   arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
490   arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
491   arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load,
492   arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load:
493   Add mpt2sas to auto-load SCSI modules as requested by Borg Onion
494
495   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
496   Bump to 3.4.22 to reflect /usr mount support.
497
498   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts,
499   defaults/linuxrc:
500   Code to mount /usr and other filesystems as needed for new udev and systemd.
501
502   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel:
503   Bump version to 3.4.21.2. Stock configuration of 3.4.21.1 generates
504   unbootable initramfs!
505
506   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> gen_determineargs.sh,
507   genkernel.conf:
508   Fix some defaults otherwise you get an initramfs without any modules!
509
510   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> defaults/busy-config:
511   Awk support in busybox is needed for initramfs setup code (to parse fstab).
512
513   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> TODO:
514   Multipath has been done for a while now.
515
516   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> genkernel.conf:
517   Add a configuration option for --install, so users can get it as a default.
518   Defaults to "no", due to catalyst.
519
520   06 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> ChangeLog:
521   Fix up changelog
522
523   05 Jan 2012; Sebastian Pipping <sping@gentoo.org> genkernel:
524   Bump version to 3.4.21.1
525
526   05 Jan 2012; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts,
527   defaults/linuxrc, doc/genkernel.8.txt:
528   Introduce boot parameter root_trim=(yes|no) for SSDs.
529   Special thanks:
530   - Christian Kruse
531
532   04 Jan 2012; Sebastian Pipping <sping@gentoo.org> arch/um/busy-config,
533   defaults/busy-config, netboot/busy-config:
534   Set CONFIG_NFSMOUNT=n in busybox config to fix compilation with glibc 2.14.
535   Special thanks:
536   - Borg Onion
537
538   04 Jan 2012; Robin H. Johnson <robbat2@gentoo.org> arch/mips/config.sh,
539   doc/genkernel.8.txt, gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh,
540   gen_funcs.sh, gen_initramfs.sh, genkernel, genkernel.conf:
541   Provide real boolean commandline options for options that were previously
542   only available as booleans in the config, so that they can be enable in
543   configuration and overridden to disable on the commandline. Remove negation
544   on options: NOINSTALL, NORAMDISKMODULES, NO_KERNEL_SOURCES.
545
546   08 Nov 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
547   Bump version to 3.4.20
548
549   31 Oct 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
550   Fix return value of crypt_filter() which caused bogus LUKS opening errors
551   (bug #383545)
552
553   30 Oct 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
554   Bump version to 3.4.19
555
556   25 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> gen_compile.sh:
557   fix random build failures during e2fsprogs, force -j1
558
559   08 Oct 2011; Fabio Erculiani <lxnay@gentoo.org> defaults/initrd.defaults,
560   defaults/initrd.scripts, defaults/linuxrc:
561   Do not hardcode /mnt/cdrom path across the whole code, use CDROOT_PATH
562   instead. At the same time, mount cdrom into /mnt/cdrom instead of
563   /newroot/mnt/cdrom (which is now just a bind mount), this avoids
564   losetup to expose unavailable paths inside the live system, breaking
565   mkfs.btrfs (next upstream version, which does silly things with
566   /proc/mounts).
567
568   07 Oct 2011; Robin H. Johnson <robbat2@gentoo.org>
569   patches/busybox/1.18.1/1.18.1-mdstart.diff:
570   Fix patch typo that broke compile.
571
572   22 Sep 2011; Robin H. Johnson <robbat2@gentoo.org> defaults/initrd.scripts,
573   defaults/linuxrc:
574   Fix trailing backtick and root-on-LVM.
575
576   13 Sep 2011; Fabio Erculiani <lxnay@gentoo.org> gen_compile.sh,
577   gen_initramfs.sh:
578   dmraid requires dmsetup to assign UUID to discovered RAID volumes, close bug
579   #382555
580
581   11 Sep 2011; Fabio Erculiani <lxnay@gentoo.org> defaults/initrd.scripts,
582   defaults/linuxrc:
583   drop parse_opt usage and crufty, deprecated subshelling through 
584
585   30 Aug 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
586   Fix quoting issue (bug #380729).
587   Thanks to:
588   - Axel Bringenberg
589
590   30 Aug 2011; Sebastian Pipping <sping@gentoo.org>
591   +patches/mdadm/3.1.4/mdadm-3.1.4-z-now.patch, gen_compile.sh:
592   Enable patch application for mdadm, add patch to fix compilation (bug
593   #381089)
594
595   28 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> defaults/initrd.scripts,
596   defaults/linuxrc, doc/genkernel.8.txt:
597   Add basic support to AUFS2, requires kernel with aufs module or built-in
598
599   16 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> gen_compile.sh:
600   gen_compile: correct MAKEOPTS usage on utils task
601
602   16 Aug 2011; Fabio Erculiani <lxnay@gentoo.org> gen_compile.sh:
603   gen_compile: always use -j1 with kernel *_install targets, fixes compilation
604   with make 3.82
605
606   06 Aug 2011; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
607   No longer copy /lib/libsysfs*so* for multipath-tools (bug #300841, bug
608   #377709)
609
610   31 Jul 2011; Sebastian Pipping <sping@gentoo.org>
611   -patches/busybox/1.7.4/1.7.4-ash-timeout.diff,
612   -patches/busybox/1.7.4/1.7.4-mdstart.diff,
613   -patches/busybox/1.7.4/1.7.4-mount-umount-i-option.diff,
614   -patches/busybox/1.7.4/1.7.4-openvt.diff,
615   -patches/busybox/1.7.4/1.7.4-static-error.diff,
616   -patches/busybox/1.7.4/1.7.4-make-3.82.diff, -patches/busybox/1.7.4/README,
617   -patches/busybox/1.7.4/busybox-1.7.4-signal-hack.patch:
618   End support for 4 years old busybox 1.7.4 (bug #377133)
619
620   31 Jul 2011; Sebastian Pipping <sping@gentoo.org> doc/genkernel.8.txt:
621   Improve doc on filing bugs
622
623   28 Jul 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
624   Bump version to 3.4.18
625
626   27 Jul 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
627   Fix display of seconds waiting (bug #376575)
628   Thanks to Richard Scott
629
630   26 Jul 2011; Robin H. Johnson <robbat2@gentoo.org> gen_arch.sh:
631   Bug #376467: fix kernel version checks for 3.0 kernel.
632
633   23 Jul 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts,
634   netboot/linuxrc.x:
635   Fix permissions of /dev/pts (bug #375947)
636
637   20 Jul 2011; Fabio Erculiani <lxnay@sabayon.org> defaults/config.sh,
638   doc/genkernel.8.txt, gen_cmdline.sh, gen_compile.sh:
639   Make possible to compile XEN based kernels providing --kernel-target= and
640   --kernel-binary= switches
641
642   03 Jul 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
643   Set version to 3.4.17
644
645   03 Jul 2011; Sebastian Pipping <sping@gentoo.org> arch/alpha/modules_load,
646   arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
647   arch/parisc/modules_load, arch/parisc64/modules_load, arch/ppc/modules_load,
648   arch/ppc64/modules_load, arch/sparc/modules_load, arch/sparc64/modules_load,
649   arch/um/modules_load, arch/x86/modules_load, arch/x86_64/modules_load,
650   defaults/initrd.defaults, defaults/initrd.scripts, defaults/linuxrc,
651   defaults/modules_load, doc/genkernel.8.txt, gen_cmdline.sh,
652   gen_determineargs.sh, gen_initramfs.sh, genkernel, genkernel.conf,
653   maintenance/docmatcher.py:
654   Remove support for sys-fs/evms, as it was removed from Gentoo (bug #372423)
655
656   22 Jun 2011; Sebastian Pipping <sping@gentoo.org> gen_compile.sh:
657   Make --arch-override= affect "make menuconfig" (bug #247246)
658
659   13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86_64/kernel-config:
660   Unset CONFIG_EMBEDDED on arch amd64
661
662   13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config,
663   arch/x86_64/kernel-config, defaults/kernel-config:
664   Apply CONFIG_USB_HID=y to archs amd64/x86/default (bug #270983)
665
666   13 Jun 2011; Sebastian Pipping <sping@gentoo.org> arch/x86/kernel-config,
667   arch/x86_64/kernel-config, defaults/kernel-config:
668   Unset CONFIG_IDE on archs amd64/x86/default (bug #357213)
669
670   07 Jun 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
671   Bump version to 3.4.16
672
673   07 Jun 2011; Sebastian Pipping <sping@gentoo.org> doc/genkernel.8.txt:
674   Document most undocumented boot parameters (bug #370369)
675
676   07 Jun 2011; Sebastian Pipping <sping@gentoo.org> doc/genkernel.8.txt:
677   Docs: Fix mixup of boot parameters real_init= and init_opts=
678
679   04 Jun 2011; Sebastian Pipping <sping@gentoo.org> genkernel.conf,
680   maintenance/docmatcher.py:
681   Document remaining options inside genkiernel.conf (bug #367233)
682
683   01 Jun 2011; Sebastian Pipping <sping@gentoo.org> defaults/linuxrc,
684   doc/genkernel.8.txt:
685   Document option lvmraid= and make it imply dolvm (bug #153502)
686
687   31 May 2011; Sebastian Pipping <sping@gentoo.org> defaults/linuxrc,
688   doc/genkernel.8.txt:
689   Add rootfstype= boot parameter (bug #221245)
690   Special thanks:
691   - Marcin Kurek
692
693   31 May 2011; Nelson Batalha <nelson.batalha@gmail.com> defaults/initrd.defaults:
694   Add Kernel 3.0.0 support (bug #369481)
695
696   31 May 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
697   Output warning in warning color
698
699   31 May 2011; Sebastian Pipping <sping@gentoo.org> doc/genkernel.8.txt,
700   genkernel:
701   Document boot parameter domdadm (bug #369415)
702
703   12 May 2011; Amadeusz Ć»oƂnowski <aidecoe@aidecoe.name>
704   defaults/modules_load:
705   Added hpsa to defaults/modules_load; fixes bug #363369
706
707   28 Mar 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
708   Bump to 3.4.15
709
710   24 Mar 2011; Peter Hjalmarsson <xake@rymdraket.net> defaults/linuxrc, initrd.scripts:
711   Rescue /proc and /sys over into chroot
712   Apply mount options noexec,nosuid,nodev to /proc and /sys
713
714   22 Mar 2011; Fabio Erculiani <lxnay@sabayon.org> gen_compile.sh, patches/iscsi/*:
715   Fix compilation of iSCSI
716
717   23 Mar 2011; Peter Hjalmarsson <xake@rymdraket.net> doc/genkernel.8.txt,
718   gen_cmdline.sh, gen_initramfs.sh:
719   Remove "--slowusb" as it is enabled by default now. Also document "noslowusb"
720   ramdisk option that skips it.
721
722   22 Mar 2011; Peter Hjalmarsson <xake@rymdraket.net> defaults/initrd.defaults,
723   defaults/initrd.scripts:
724   Set DO_slowusb as default, and make setup_slowusb unset it if it cannot find
725   a usb-storage attached. This makes genkernel ramdisk adhere to "noslowusb",
726   makes the ramdisk only wait if there is a usb-storage attached and should fix
727   gentoo bug #359619.
728
729   16 Mar 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
730   Bump version to 3.4.14
731
732   16 Mar 2011; Fabio Erculiani <lxnay@sabayon.org> **/modules_load:
733   Add btrfs to MODULES_FS
734
735   07 Mar 2011; Peter Hjalmarsson <xake@rymdraket.net> defaults/initrd.scripts:
736   Fix typo where the kernelcmd version "dokeymap" was added to MY_HWOPTS
737   instead of the HWOPTS version "keymap".
738   Broke setups where only "keymap=<...>" was added to kernelcmd (bug #356167)
739
740   24 Feb 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
741   Fix handling of mdadm.conf (bug #354809)
742   Special thanks:
743   - Peter Hjalmarsson
744
745   10 Feb 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
746   Bump version to 3.4.13
747
748   09 Feb 2011; Sebastian Pipping <sping@gentoo.org> genkernel.conf:
749   Add SPLASH and SPLASH_THEME to genkernel.conf (bug #268468)
750   Special thanks:
751   - PhobosK
752
753   08 Feb 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
754   Add iBFT support for iSCSI (bug #314575)
755   Special thanks:
756   - Stefan Behte
757
758   7 Feb 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
759   Use devtmpfs/tmpfs for /dev (bug #353024)
760   Rescue devtmpfs /dev over to chroot (bug #353024, bug #344407)
761   Special thanks:
762   - Peter Hjalmarsson
763
764   31 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
765   Bump version to 3.4.12.6
766
767   31 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
768   Speed up LVM activation (bug #351047)
769   Special thanks:
770   - Peter Hjalmarsson
771
772   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
773   Bump version to 3.4.12.5
774
775   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
776   Give blkid of e2fsprogs precedence over busybox re-write by putting it into
777   /sbin, not /bin (bug #352746)
778
779   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> arch/x86_64/kernel-config:
780   Enable CONFIG_USB_SUSPEND and CONFIG_PM_RUNTIME for x86_64 (bug #351376)
781
782   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
783   Bump version to 3.4.12.4
784
785   30 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
786   Enhance console handling on netboot linuxrc (bug #353084)
787   Enable shadow on netboot's busybox config (bug #353085)
788   Special thanks:
789   - RaĂșl Porcel
790
791   29 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
792   Bump version to 3.4.12.3
793
794   29 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_compile.sh:
795   No longer require device mapper bincache for compiling lvm (bug #353026)
796   Special thanks:
797   - Peter Hjalmarsson
798
799   27 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
800   Bump version to 3.4.12.2
801
802   27 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_determineargs.sh:
803   Revert kernel release detection fix (regression) (bug #352787)
804
805   23 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
806   Bump version to 3.4.12.1
807
808   23 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_initramfs.sh:
809   Fix copying of mdadm/mdmon to the initramfs (bug #352496). Thanks to Malcolm
810   Lashley for reporting.
811
812   23 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
813   Bump version to 3.4.12
814
815   22 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
816   Enable CONFIG_USB_SUSPEND for x86/amd64 (bug #351376)
817   Replace "${MAKEOPTS/-j?/j1}" by "${MAKEOPTS} -j1" (bug #277607)
818
819   21 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_determineargs.sh:
820   Do not query generated files (like include/config/kernel.release) for kernel
821   version, as they may be out of sync (bug #263927)
822
823   20 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
824   Add proper mdadm support (bug #282100)
825   Special thanks:
826   - Craig Andrews (Testing)
827   - Laurent Pinchart (mdmon/IMSM support)
828   - Matthias Dahl (Initial patch)
829   - Peter Hjalmarsson (Testing)
830
831   20 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
832   Bump version to 3.4.11.1
833
834   20 Jan 2011; Sebastian Pipping <sping@gentoo.org> gen_configkernel.sh:
835   Move application of kernel config after "make mrproper" as that deletes
836   .config (whereas "make clean" does not) (bug #351906)
837   Special thanks:
838   - Peter Hjalmarsson
839
840   20 Jan 2011; Sebastian Pipping <sping@gentoo.org>
841   patches/busybox/1.18.1/1.18.1-mdstart.diff:
842   busybox 1.18.1: Return of mdstart as an applet (regression) (bug #351909)
843
844   16 Jan 2011; Sebastian Pipping <sping@gentoo.org> genkernel:
845   Bump version to 3.4.11
846
847   16 Jan 2011; Sebastian Pipping <sping@gentoo.org> defaults/initrd.scripts:
848   Do not sleep after vgscan (bug #351047)
849
850   16 Jan 2011; Sebastian Pipping <sping@gentoo.org> ChangeLog:
851   Changes:
852   - Fix compilation of LVM 2.02.74 (and 2.02.28) (bug #255196, bug #267383)
853   - Add minimal btrfs support (bug #303529)
854   - Add support for UUID to crypt_root (bug #315467)
855   - Run "make firmware_install" if CONFIG_FIRMWARE_IN_KERNEL != y (bug #244651)
856   - Port busybox patches from 1.7.4 to 1.18.1 (bug #331971)
857   - Handle missing kernel .config better (bug #271528)
858   - Improve slowusb handling (bug #323317)
859   - Add GnuPG 1.x support (bug #217959)
860   - Check return codes of cpio (bug #246370)
861   - Update e2fsprogs/blkid to 1.41.14 (bug #291822)
862   - Create /bin/vg* symlinks when called as /linuxrc, too (bug #307855)
863   - Pick first device when several devices are matching real_root (bug #303531)
864   - Fix warning "cannot remove `/var/cache/genkernel/src'" (bug #347213)
865   - Allow configuring the list of busybox applets (bug #326593)
866   - Fix arithmetic bug in defaults/initrd.scripts (bug #339789)
867   Special thanks:
868   - Amadeusz Zolnowski (LVM update)
869   - Christian Giessner (UUID crypt_root)
870   - dacook (GnuPG 1.x support)
871   - Denis Kaganovich (Busybox patch porting)
872   - devsk (Multi-device patch)
873   - Fabio Erculiani (Slowusb fixes)
874   - Kai Dietrich (Symlink analysis)
875   - KolbjĂžrn Barmen (Arithmetic fix)
876
877   13 Dec 2010; Sebastian Pipping <sping@gentoo.org> genkernel:
878   Bump version to 3.4.10.908
879
880   13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt, gen_cmdline.sh:
881   docs: Document --genzimage
882
883   13 Dec 2010; <sping@gentoo.org> gen_cmdline.sh:
884   Fix a reference to --nomenuconfig into --no-menuconfig
885
886   13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt:
887   docs: Update man page from output of --help
888
889   13 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt:
890   docs: Document keymap= and dokeymap (bug #346017)
891
892   6 Dec 2010; <sping@gentoo.org> genkernel.conf:
893   .conf: Document LUKS variable (bug #346015)
894
895   6 Dec 2010; <sping@gentoo.org> doc/genkernel.8.txt:
896   docs: Mention both "initramfs" and "ramdisk" as available actions
897   (bug #251702)
898
899   6 Dec 2010; <sping@gentoo.org> genkernel.8:
900   man page: Propagate rename of --no-initrdmodules to --no-ramdisk-modules
901
902   29 Nov 2010; <sping@gentoo.org> ChangeLog:
903   Add patch allowing compilation of busybox 1.7.4 with make 3.82 (bug #341943)
904
905   20 Feb 2010; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
906   Apply patches from Gentoo bug #268468
907
908   19 Jan 2010; Andrew Gaffney <agaffney@gentoo.org> genkernel:
909   Only call set_bootloader is CMD_NOINSTALL is not set for Gentoo bug
910   #301454
911
912   27 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/modules_load,
913   arch/arm/modules_load, arch/ia64/kernel-config, arch/ia64/modules_load,
914   arch/mips/modules_load, arch/parisc/modules_load,
915   arch/parisc64/modules_load, arch/ppc/kernel-config, arch/ppc/modules_load,
916   arch/ppc64/modules_load, arch/sparc/modules_load,
917   arch/sparc64/kernel-config, arch/sparc64/modules_load,
918   arch/um/modules_load, arch/x86/kernel-config, arch/x86/modules_load,
919   arch/x86_64/kernel-config, arch/x86_64/modules_load,
920   defaults/kernel-config:
921   Add USB HID modules to modules_load and default kernel-config (for Gentoo
922   bug #270983)
923
924   27 Dec 2009; Andrew Gaffney <agaffney@gentoo.org>
925   arch/alpha/kernel-config, arch/alpha/modules_load, arch/arm/modules_load,
926   arch/ia64/kernel-config, arch/ia64/modules_load, arch/mips/modules_load,
927   arch/parisc/modules_load, arch/parisc64/modules_load,
928   arch/ppc/kernel-config, arch/ppc/modules_load, arch/ppc64/modules_load,
929   arch/sparc/modules_load, arch/sparc64/kernel-config,
930   arch/sparc64/modules_load, arch/um/modules_load, arch/x86/kernel-config,
931   arch/x86/modules_load, arch/x86_64/kernel-config,
932   arch/x86_64/modules_load, defaults/kernel-config, defaults/modules_load:
933   Enable ext4 by default everywhere (for Gentoo bug #268818)
934
935   27 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
936   defaults/linuxrc:
937   Add support for isoboot= option (for Gentoo bug #294268)
938
939   26 Dec 2009; Andrew Gaffney <agaffney@gentoo.org>
940   defaults/initrd.defaults, defaults/initrd.scripts:
941   Properly apply NFS mount options for Gentoo bug #262915
942
943   26 Dec 2009; Andrew Gaffney <agaffney@gentoo.org>
944   arch/alpha/kernel-config, arch/ia64/kernel-config, arch/ppc/kernel-config,
945   arch/x86_64/kernel-config:
946   Enable CONFIG_SCSI_MULTI_LUN option for Gentoo bug #261122
947
948   26 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
949   Apply patch to make sure loop cache directory exists for Gentoo bug
950   #297814
951
952   17 Dec 2009; Robin H. Johnson <robbat2@gentoo.org> HACKING:
953   Document how to roll a release for the next time.
954
955   17 Dec 2009; Robin H. Johnson <robbat2@gentoo.org> genkernel:
956   Tag 3.4.10.907 release.
957
958   06 Dec 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
959   use a symlink instead of a hardlink for busybox utils (for Gentoo bug
960   #246370)
961
962   23 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
963   Fix typo for Gentoo bug #294138
964
965   16 Nov 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
966   Make sure to change back to existant directory before removing the current
967   directory for Gentoo bug #291794
968
969   15 Oct 2009; <craig@haquarter.de> Changelog:
970   added iSCSI support
971
972   22 Sep 2009; <tsunam@gentoo.org> ChangeLog:
973   modified the libaio search so it'll actually work, cause I'm a dork
974
975   21 Sep 2009; <tsunam@gentoo.org> gen_initramfs.sh:
976   Fix broken libraries for multipath per Gentoo bug #284592
977
978   21 Sep 2009; <tsunam@gentoo.org> gen_initramfs.sh:
979   Update to fix broken initramfs caused by multipath config in Gentoo bug #284589
980
981   05 Sep 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
982   defaults/linuxrc:
983   Apply patch from Gentoo bug #220913 for tuxonice resume
984
985   14 Aug 2009; Andrew Gaffney <agaffney@gentoo.org> genkernel.conf:
986   Enable DISKLABEL=yes by default
987
988   05 Aug 2009; Andrew Gaffney <agaffney@gentoo.org> genkernel:
989   This is genkernel 3.4.10.906
990
991   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel.conf,
992   .gitattributes:
993   Adding Id header and Ident for genkernel.conf
994
995   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org>
996   arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
997   arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
998   arch/ppc/config.sh, arch/ppc64/config.sh, arch/sparc/config.sh,
999   arch/sparc64/config.sh, arch/um/config.sh, arch/x86/config.sh,
1000   arch/x86_64/config.sh, defaults/config.sh, gen_arch.sh, gen_bootloader.sh,
1001   gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
1002   gen_funcs.sh, gen_initramfs.sh, gen_moddeps.sh, gen_package.sh:
1003   Adding Id header.
1004
1005   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel,
1006   .gitattributes:
1007   Adding Id header and enabling Ident on *.sh files.
1008
1009   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS, BUGS,
1010   HACKING, README, TODO:
1011   Adding Id header.
1012
1013   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> .gitattributes:
1014   Adding additional files to .gitattributes to enable Ident.
1015
1016   25 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> +.gitattributes:
1017   Adding .gitattributes file.
1018
1019   19 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
1020   Change command used to determine real filename for REAL_RESUME for Gentoo
1021   bug #269603
1022
1023   19 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/modules_load,
1024   arch/arm/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
1025   arch/parisc/modules_load, arch/parisc64/modules_load,
1026   arch/ppc/modules_load, arch/ppc64/modules_load, arch/sparc/modules_load,
1027   arch/sparc64/modules_load, arch/um/modules_load, arch/x86/modules_load,
1028   arch/x86_64/modules_load, defaults/modules_load:
1029   Add aic94xx to MODULES_SCSI for Gentoo bug #277792
1030
1031   12 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/kernel-config,
1032   arch/x86_64/kernel-config:
1033   enable CONFIG_SYSFS_DEPRECATED=y in x86/x86_64 kernel-config for Gentoo
1034   bug #225249
1035
1036   12 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1037   Apply patch for Gentoo bug #276753 for new lvm.static binary
1038
1039   07 Jul 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel:
1040   Version bumping to 3.4.10.905 for release.
1041
1042   04 Jul 2009; Andrew Gaffney <agaffney@gentoo.org> gen_funcs.sh, genkernel:
1043   Remove code to check for host kernel LOOP support for Gentoo bug #275757
1044
1045   28 Jun 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/modprobe,
1046   genkernel.conf:
1047   Restore BOOTLOADER="grub" example line in genkernel.conf for Gentoo bug
1048   #274768
1049
1050   12 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load,
1051   defaults/initrd.scripts:
1052   Apply fix to deference links for Gentoo bug #269603
1053
1054   09 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load:
1055   foo
1056
1057   09 May 2009; Andrew Gaffney <agaffney@gentoo.org> arch/x86/modules_load,
1058   arch/x86_64/modules_load:
1059   Add dm-crypt module for Gentoo bug #269042
1060
1061   24 Apr 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel:
1062   Rolling a new genkernel 3.4.10.904 version for testing.
1063
1064   17 Apr 2009; Andrew Gaffney <agaffney@gentoo.org> netboot/busy-config:
1065   Apply patch from Gentoo bug #266373 for additional options in the netboot
1066   busy-config
1067
1068   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1069   Clean up append_multipath() code to copy files in a loop and report file
1070   that failed to copy
1071
1072   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1073   Apply patch from robbat2 to fix whitespace breakage in multipath code
1074
1075   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh,
1076   genkernel.conf:
1077   Apply patch from robbat2 to finish wiring up multipath support
1078
1079   06 Mar 2009; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1080   Modify append_data to die on 0 arguments and check arg 2 with isTrue().
1081   Based on a patch from robbat2
1082
1083   20 Feb 2009; Andrew Gaffney <agaffney@gentoo.org> arch/sparc64/config.sh,
1084   gen_compile.sh, gen_funcs.sh, gen_package.sh:
1085   Add support for multiple possible kernel binary paths for Gentoo bug
1086   #255085
1087
1088   04 Feb 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
1089   Comment out the exec line for console=*, since it seems to blow up when
1090   the param isn't a true device node, such as ttyS0,115200n8
1091
1092   19 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
1093   defaults/linuxrc:
1094   Remove detect_sbp2_devices() for Gentoo bug #239474
1095
1096   16 Jan 2009; Andrew Gaffney <agaffney@gentoo.org> genkernel.conf:
1097   Add commented out DISKLABEL=yes option for Gentoo bug #229847
1098
1099   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
1100   Added more verbosity to the auto-detection section.
1101
1102   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS:
1103   Updated the AUTHORS section and the header for the ChangeLog, to reflect
1104   that individual authors now retain their copyright to code they submit.
1105
1106   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
1107   Added a note about Security Tokens, cleaned up the block device section, and
1108   added a section about autodetection.
1109
1110   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> HACKING:
1111   Adding a note about contacting me to HACKING.
1112
1113   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
1114   Adding multipath support is really two different functions, so split them.
1115
1116   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
1117   Adding a note about documenting the code paths.
1118
1119   08 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO:
1120   Adding new boot support information to the TODO.
1121
1122   05 Jan 2009; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO, genkernel:
1123   Version bump to 3.4.10.903 to resolve bug #250330.
1124
1125   31 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1126   Add case for arm* in get_official_arch()
1127
1128   31 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/busy-config:
1129   Enable CONFIG_MKSWAP for netboot busybox
1130
1131   26 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh:
1132   Modify grep regex to account for additional suffixes on old kernel names
1133
1134   24 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1135   gen_determineargs.sh:
1136   Add --busybox-config= commandline option
1137
1138   24 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
1139   Revert to just running /bin/bash on /dev/console for serial. We still
1140   start getty on tty2-6
1141
1142   23 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
1143   Allow old 'initramfs' option instead of 'ramdisk' for compatability
1144   (bug #251702)
1145
1146   17 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
1147   Remove the use of 'env -i' when calling switch_root due to Gentoo bug
1148   #248688
1149
1150   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
1151   Run the getty commands with proper arguments so they don't die immediately
1152
1153   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
1154   Explicitly set /bin/ashlogin +x during boot
1155
1156   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
1157   Run getty for tty1 in the foreground
1158
1159   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x,
1160   +netboot/misc/bin/ashlogin:
1161   Use getty to launch ash, so that we can use ^C and friends
1162
1163   16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +BUGS:
1164   Adding a BUGS file, where we can list bugs that we have found in genkernel
1165   that need to be resolved.
1166
1167   16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +HACKING:
1168   Adding a HACKING file, which I will use to document the various phases of
1169   genkernel so we can split up the default functions and also so we can
1170   provide hooks into the various phases for external addons.
1171
1172   16 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
1173   arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
1174   arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
1175   arch/ppc/config.sh, arch/ppc64/config.sh, arch/sparc/config.sh,
1176   arch/sparc64/config.sh, arch/um/config.sh, arch/x86/config.sh,
1177   arch/x86_64/config.sh, defaults/config.sh, defaults/initrd.defaults,
1178   defaults/initrd.scripts, defaults/linuxrc, defaults/udhcpc.scripts,
1179   gen_bootloader.sh, gen_compile.sh, gen_configkernel.sh,
1180   gen_determineargs.sh, gen_initramfs.sh, gen_moddeps.sh, gen_package.sh,
1181   genkernel.conf, netboot/linuxrc.x, netboot/misc/bin/net-setup:
1182   Actually setting permissions. It helps if one remembers to 'git add'
1183   before doing their commit.
1184
1185   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/busy-config:
1186   Enable GETTY for netboot busy-config
1187
1188   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1189   We don't need to add - to UTILS_CROSS_COMPILE since it's already there
1190
1191   16 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/busy-config,
1192   gen_compile.sh, +netboot/busy-config:
1193   Separate out main and netboot busy-config
1194
1195   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1196   Use : as a regex separator instead of / since REAL_ROOT will have / in it
1197
1198   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh:
1199   Add check for existing grub.conf entry for kernel
1200
1201   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh:
1202   Default to '0' if 'default' line not found at all in existing grub.conf
1203
1204   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh:
1205   Adding code that duplicates default grub.conf entry to replace old awk
1206   script. Based on code written by Mike Auty <ikelos@gentoo.org>
1207
1208   15 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> +gen_bootloader.sh,
1209   gen_cmdline.sh, gen_determineargs.sh, genkernel:
1210   Initial commit for re-adding support for --bootloader=grub
1211
1212   14 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
1213   Change -f checks to -e for /dev nodes Check that dropbear exists before
1214   starting it
1215
1216   14 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1217   Explicitly set UTILS_{CC,LD,AS} if UTILS_CROSS_COMPILE is set
1218
1219   14 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
1220   Typo fix for Gentoo bug #250875
1221
1222   14 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
1223   arch/alpha/config.sh, arch/arm/config.sh, arch/ia64/config.sh,
1224   arch/mips/config.sh, arch/parisc/config.sh, arch/parisc64/config.sh,
1225   arch/ppc/config.sh, arch/ppc64/config.sh, arch/sparc/config.sh,
1226   arch/sparc64/config.sh, arch/um/config.sh, arch/x86/config.sh,
1227   arch/x86_64/config.sh, defaults/config.sh, defaults/initrd.defaults,
1228   defaults/initrd.scripts, defaults/linuxrc, defaults/udhcpc.scripts,
1229   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
1230   gen_initramfs.sh, gen_moddeps.sh, gen_package.sh, genkernel.conf,
1231   netboot/linuxrc.x, netboot/misc/bin/net-setup:
1232   Setting executable bit properly on shell scripts and configuration files.
1233
1234   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1235   Create /sbin directory in append_luks for bug #250330
1236
1237   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
1238   Disable creation of most standard devices nodes, since we're running mdev
1239
1240   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
1241   gen_initramfs.sh, netboot/linuxrc.x:
1242   Move udhcpc's script to default location
1243
1244   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/busy-config:
1245   Enable support klogd and syslogd for netboot
1246
1247   13 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc,
1248   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh:
1249   Add --real-root=<foo> parameter to specify a default for real_root= in the
1250   initramfs for Gentoo bug #249783
1251
1252   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> -arch/alpha/busy-config,
1253   -arch/arm/busy-config, -arch/ia64/busy-config, -arch/mips/busy-config,
1254   -arch/parisc/busy-config, -arch/parisc64/busy-config,
1255   -arch/ppc/busy-config, -arch/ppc64/busy-config, -arch/sparc/busy-config,
1256   -arch/sparc64/busy-config, -arch/x86/busy-config,
1257   -arch/x86_64/busy-config, gen_compile.sh:
1258   Switch search order so arch-specific is first for busy-config Remove
1259   unneeded identical busy-config files
1260
1261   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
1262   genkernel.conf:
1263   Remove BUSYBOX_CONFIG from genkernel.conf Add search order for
1264   busy-config: user-specified, defaults/busy-config,
1265   arch/%%ARCH%%/busy-config
1266
1267   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> -arch/x86/nb-busybox.cf,
1268   -defaults/nb-busybox.cf:
1269   Remove old nb-busybox.cf files that aren't used anymore
1270
1271   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> +arch/arm/busy-config,
1272   +arch/arm/config.sh, +arch/arm/modules_load:
1273   Add support for arm from armin76
1274
1275   12 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
1276   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
1277   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
1278   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
1279   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config:
1280   Enable CONFIG_MAKEDEVS in busy-config for netboot
1281
1282   09 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1283   s/aux/luks/ for Gentoo bug #250330
1284
1285   07 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
1286   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
1287   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
1288   arch/sparc/busy-config, arch/sparc64/busy-config, arch/x86/busy-config,
1289   arch/x86_64/busy-config, defaults/busy-config, netboot/linuxrc.x:
1290   Enable CONFIG_FEATURE_PREFER_APPLETS busybox option export PATH at top of
1291   netboot linuxrc
1292
1293   07 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
1294   netboot/linuxrc.x:
1295   Move all netboot logic from catalyst into gk
1296
1297   07 Dec 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/udhcpc.scripts,
1298   gen_cmdline.sh, gen_determineargs.sh, netboot/linuxrc.x:
1299   Initial support for --netboot option integrate functionality from netboot
1300   udhcpc.scripts into default one
1301
1302   04 Dec 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel:
1303   Bumping version for release.
1304
1305   25 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
1306   Use symlinks for busybox utils Use full path to mount since it gets grumpy
1307   without it in later bb versions for some reason
1308
1309   17 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1310   Break apart cryptsetup stuff into separate append_luks() and make
1311   append_auxillary() dependent on ${BUSYBOX} for Gentoo bug #247052
1312
1313   15 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
1314   Applied patch for UUID support for real_resume= from Gentoo bug #239687
1315
1316   15 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
1317   Added modified version of patch from Gentoo bug #238707
1318
1319   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1320   Only append unionfs_fuse stuff if UNIONFS is set
1321
1322   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc,
1323   gen_cmdline.sh, gen_determineargs.sh, genkernel:
1324   Add --unionfs commandline option to enable building of unionfs-fuse Add
1325   nounionfs boot option
1326
1327   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
1328   Add good_msg for creating the union mount
1329
1330   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
1331   Pipe stderr for unionfs mount call to /dev/null to supress getcwd message
1332
1333   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
1334   defaults/linuxrc:
1335   Call switch_root with full path
1336
1337   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
1338   Call switch_root with 'env -i' to clean out the kernel-defined key/value
1339   pairs
1340
1341   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
1342   Skip good_root check for /dev/nfs for Gentoo bug #246759
1343
1344   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
1345   Simplify implementation of parse_opt in linuxrc
1346
1347   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
1348   defaults/linuxrc:
1349   Small cleanups in unionfs code
1350
1351   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/modules_load,
1352   arch/ia64/modules_load, arch/mips/modules_load, arch/parisc/modules_load,
1353   arch/parisc64/modules_load, arch/ppc/modules_load,
1354   arch/ppc64/modules_load, arch/sparc/modules_load,
1355   arch/sparc64/modules_load, arch/um/modules_load, arch/x86/modules_load,
1356   arch/x86_64/modules_load, defaults/modules_load, gen_compile.sh,
1357   gen_initramfs.sh, genkernel:
1358   Add fuse to MODULES_FS Remove direct calls to compile_fuse() and
1359   append_fuse() Disable bincache for fuse, since we don't need any files at
1360   runtime from it
1361
1362   14 Nov 2008; Andrew Gaffney <agaffney@gentoo.org>
1363   +patches/busybox/1.7.4/1.7.4-mount-umount-i-option.diff,
1364   -patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff:
1365   Replace debug patch with simple patch to add trivial support for -i option
1366   to mount/umount
1367
1368   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
1369   Add suid,dev to unionfs mount opts
1370
1371   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
1372   Remove allow_root mount opt, since it conflicts with allow_other
1373
1374   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
1375   patches/busybox/1.7.4/1.7.4-simplify-path-debug.diff:
1376   Change typo in unionfs-fuse mount opt and add -i support to umount
1377
1378   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
1379   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
1380   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
1381   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
1382   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config:
1383   Enable CONFIG_FEATURE_MTAB_SUPPORT option for busybox
1384
1385   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
1386   +patches/busybox/1.7.4/1.7.4-mount-i-option.diff:
1387   Add patch for busybox to add -i option to mount command
1388
1389   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1390   Compile unionfs-fuse statically
1391
1392   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc,
1393   gen_initramfs.sh:
1394   Make sure that /sbin/unionfs is +x
1395
1396   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
1397   gen_initramfs.sh:
1398   Correct unionfs-fuse bincache path and clean up debugging code
1399
1400   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1401   Add -L line into LIB= in Makefile
1402
1403   13 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1404   Unpack fuse source and modify CFLAGS for unionfs-fuse
1405
1406   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
1407   genkernel.conf:
1408   Unpack unionfs-fuse with -j
1409
1410   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
1411   Call arch_replace and cache_replace on fuse/unionfs-fuse vars
1412
1413   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel.conf:
1414   Add fuse/unionfs-fuse blocks to genkernel.conf
1415
1416   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
1417   Actually call compile_fuse() and compile_unionfs_fuse()
1418
1419   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts,
1420   defaults/linuxrc:
1421   Add back (modified) unionfs code in linuxrc
1422
1423   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1424   Add append_fuse() and append_unionfs_fuse() functions
1425
1426   12 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1427   Add compile_fuse() and compile_unionfs_fuse()
1428
1429   04 Nov 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
1430   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
1431   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
1432   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
1433   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config:
1434   Enabling CONFIG_WGET and CONFIG_FEATURE_TAR_BZIP2 for initial support of
1435   Gentoo bug #211976
1436
1437   31 Oct 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel:
1438   Tagging a 3.4.10.901 release, for testing. Adding periods to ChangeLog to
1439   fix syntax hilighting.
1440
1441   15 Sep 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> AUTHORS:
1442   Adding Andrew and Robin to AUTHORS.
1443
1444   15 Sep 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
1445   Add dummy handler for --config in gen_cmdline.sh for Gentoo bug #237541.
1446
1447   12 Sep 2008; Chris Gianelloni <wolf31o2@wolf31o2.org>
1448   arch/alpha/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
1449   arch/parisc/modules_load, arch/parisc64/modules_load,
1450   arch/ppc/modules_load, arch/ppc64/modules_load, arch/sparc/modules_load,
1451   arch/sparc64/modules_load, arch/um/modules_load, arch/x86/modules_load,
1452   arch/x86_64/modules_load, defaults/initrd.defaults, defaults/modules_load:
1453   Removing scsi_wait_scan from PATA/SATA/SCSI and moving it to its own
1454   module group. This allows the module to be loaded last, no matter what
1455   combination of disks are in the system, allowing for firmware and such to
1456   be loaded before genkernel continues, even when asynchronous SCSI scanning
1457   is enabled in the kernel.
1458
1459   31 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
1460   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
1461   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
1462   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
1463   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config,
1464   genkernel.conf:
1465   Enable CONFIG_ROUTE in busy-configs.
1466
1467   29 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> arch/alpha/busy-config,
1468   arch/ia64/busy-config, arch/mips/busy-config, arch/parisc/busy-config,
1469   arch/parisc64/busy-config, arch/ppc/busy-config, arch/ppc64/busy-config,
1470   arch/sparc/busy-config, arch/sparc64/busy-config, arch/um/busy-config,
1471   arch/x86/busy-config, arch/x86_64/busy-config, defaults/busy-config,
1472   defaults/udhcpc.scripts:
1473   Enable CONFIG_HOSTNAME in all busy-configs and call 'hostname' with value
1474   from DHCP.
1475
1476   28 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> arch/x86/kernel-config,
1477   arch/x86_64/kernel-config:
1478   Disabled CONFIG_DEBUG_INFO in x86{,_64} kconfigs.
1479
1480   25 Aug 2008; Andrew Gaffney <agaffney@gentoo.org>
1481   +patches/busybox/1.7.4/README:
1482   Add README to busybox patches dir.
1483
1484   25 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1485   Only apply files from patch dir ending in diff/patch.
1486
1487   24 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/linuxrc:
1488   Fix CONSOLE= handling code for bug 232012.
1489
1490   21 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> -gen_bootloader.sh,
1491   -gen_bootloader_grub.awk:
1492   Remove unneeded files for broken grub code.
1493
1494   21 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1495   gen_determineargs.sh, genkernel, genkernel.conf:
1496   Remove broken grub code.
1497
1498   07 Aug 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1499   Only append splash portion to initramfs if SPLASH is set.
1500
1501   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
1502   Fix typo in man page, butt -> but.
1503
1504   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/udhcpc.scripts:
1505   Add support to udhcpc.scripts for default route and DNS servers/domain.
1506
1507   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> defaults/initrd.scripts:
1508   Remove check for >=2.6 for mounting sysfs.
1509
1510   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
1511   Remove check for >=2.6 for 'make prepare'.
1512
1513   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> gen_bootloader.sh,
1514   gen_configkernel.sh, gen_moddeps.sh, genkernel.8:
1515   Remove a few more 2.4 kernel support remnants.
1516
1517   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh, genkernel:
1518   Cleanup remaining references to ${ARCH}/ without arch/ prefix.
1519
1520   29 Jul 2008; Andrew Gaffney <agaffney@gentoo.org> +arch/um/busy-config,
1521   +arch/um/config.sh, +arch/um/kernel-config, +arch/um/modules_load,
1522   -um/busy-config, -um/config.sh, -um/kernel-config, -um/modules_load:
1523   Move um/ underneath arch/ where it belongs.
1524
1525   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> gen_compile.sh:
1526   Removed some unused dietlibc code.
1527
1528   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO,
1529   gen_bootloader.sh, gen_compile.sh, gen_configkernel.sh,
1530   gen_determineargs.sh, genkernel:
1531   Removed a large chunk of 2.4 kernel support. This will still require some
1532   fairly extensive cleaning to completely remove, but I'd say that without a
1533   shadow of a doubt, genkernel will not function on 2.4 kernels.
1534
1535   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> genkernel,
1536   genkernel.8:
1537   Added a couple more places where I needed to switch INITRD with RAMDISK.
1538
1539   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO,
1540   arch/alpha/modules_load, arch/ia64/modules_load, arch/mips/modules_load,
1541   arch/parisc/modules_load, arch/parisc64/modules_load,
1542   arch/ppc/modules_load, arch/ppc64/modules_load, arch/sparc/modules_load,
1543   arch/sparc64/modules_load, arch/x86/modules_load,
1544   arch/x86_64/modules_load, defaults/initrd.scripts, defaults/linuxrc,
1545   defaults/modules_load, gen_bootloader.sh, gen_cmdline.sh,
1546   gen_determineargs.sh, gen_initramfs.sh, -gen_initrd.sh, gen_moddeps.sh,
1547   gen_package.sh, genkernel, genkernel.8:
1548   Removed all references to an initrd and renamed most initr{d,amfs} stuff
1549   to simply 'ramdisk' to simplify things for the future.
1550
1551   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO,
1552   +defaults/initrd.defaults, +defaults/initrd.scripts,
1553   +defaults/keymaps.tar.gz, +defaults/linuxrc, +defaults/modprobe,
1554   +defaults/udhcpc.scripts, gen_initramfs.sh, -generic/initrd.defaults,
1555   -generic/initrd.scripts, -generic/keymaps.tar.gz, -generic/linuxrc,
1556   -generic/modprobe, -generic/udhcpc.scripts:
1557   Moving files from generic to defaults, since they are the defaults used
1558   globally.
1559
1560   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> TODO, +modules/README:
1561   Added the modules directory, which will be used to store the built-in
1562   modules and also for external entities to add their own modules and hooks.
1563
1564   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> +defaults/busy-config,
1565   +defaults/config.sh, +defaults/kernel-config, +defaults/modules_load,
1566   +defaults/nb-busybox.cf:
1567   Added a defaults directory to store default files for builds. These are
1568   overridden by architecture or module specific parameters. This should end
1569   up reducing the amount of architecture-specific files needed, especially
1570   as most of them have files which are (nearly) identical.
1571
1572   28 Jul 2008; Chris Gianelloni <wolf31o2@wolf31o2.org> -alpha/busy-config,
1573   -alpha/config.sh, -alpha/kernel-config, -alpha/modules_load,
1574   +arch/alpha/busy-config, +arch/alpha/config.sh, +arch/alpha/kernel-config,
1575   +arch/alpha/modules_load, +arch/ia64/busy-config, +arch/ia64/config.sh,
1576   +arch/ia64/kernel-config, +arch/mips/ip22r4k-2006_1.cf,
1577   -mips/ip22r4k-2006_1.cf, +arch/ia64/modules_load,
1578   +arch/mips/ip22r5k-2006_1.cf, +arch/mips/ip27r10k-2006_1.cf,
1579   +arch/mips/ip28r10k-2006_1.cf, +arch/mips/ip30r10k-2006_1.cf,
1580   +arch/mips/ip32r5k-2006_1.cf, +arch/mips/ip32rm5k-2006_1.cf,
1581   -mips/ip22r5k-2006_1.cf, -mips/ip27r10k-2006_1.cf,
1582   -mips/ip28r10k-2006_1.cf, -mips/ip30r10k-2006_1.cf,
1583   -mips/ip32r5k-2006_1.cf, -mips/ip32rm5k-2006_1.cf, +arch/mips/busy-config,
1584   +arch/mips/config.sh, +arch/mips/modules_load, +arch/mips/nb-busybox.cf,
1585   +arch/parisc/busy-config, +arch/parisc/config.sh,
1586   +arch/parisc/modules_load, +arch/parisc64/busy-config,
1587   +arch/parisc64/config.sh, +arch/parisc64/modules_load,
1588   +arch/ppc/busy-config, +arch/ppc/config.sh, +arch/ppc/kernel-config,
1589   +arch/ppc/modules_load, +arch/ppc64/busy-config, +arch/ppc64/config.sh,
1590   +arch/ppc64/kernel-2.6-pSeries, +arch/ppc64/kernel-2.6.g5,
1591   +arch/ppc64/modules_load, +arch/sparc/busy-config, +arch/sparc/config.sh,
1592   +arch/sparc/kernel-config, +arch/sparc/modules_load,
1593   +arch/sparc64/busy-config, +arch/sparc64/config.sh,
1594   +arch/sparc64/kernel-config, +arch/sparc64/modules_load,
1595   +arch/x86/busy-config, +arch/x86/config.sh, +arch/x86/kernel-config,
1596   +arch/x86/modules_load, +arch/x86/nb-busybox.cf, +arch/x86_64/busy-config,
1597   +arch/x86_64/config.sh, +arch/x86_64/kernel-config,
1598   +arch/x86_64/modules_load, gen_configkernel.sh, genkernel.conf,
1599   -ia64/busy-config, -ia64/config.sh, -ia64/kernel-config,
1600   -ia64/modules_load, -mips/busy-config, -mips/config.sh,
1601   -mips/modules_load, -mips/nb-busybox.cf, -parisc/busy-config,
1602   -parisc/config.sh, -parisc/modules_load, -parisc64/busy-config,
1603   -parisc64/config.sh, -parisc64/modules_load, -ppc/busy-config,
1604   -ppc/config.sh, -ppc/kernel-config, -ppc/modules_load, -ppc64/busy-config,
1605   -ppc64/config.sh, -ppc64/kernel-2.6-pSeries, -ppc64/kernel-2.6.g5,
1606   -ppc64/modules_load, -sparc/busy-config, -sparc/config.sh,
1607   -sparc/kernel-config, -sparc/modules_load, -sparc64/busy-config,
1608   -sparc64/config.sh, -sparc64/kernel-config, -sparc64/modules_load,
1609   -x86/busy-config, -x86/config.sh, -x86/kernel-config, -x86/modules_load,
1610   -x86/nb-busybox.cf, -x86_64/busy-config, -x86_64/config.sh,
1611   -x86_64/kernel-config, -x86_64/modules_load:
1612   Moved architecture folders under the arch subfolder.
1613
1614   05 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org> -um/kernel-config-2.6,
1615   -ppc/kernel-config-2.6, -alpha/kernel-config-2.6, -ia64/kernel-config-2.6,
1616   -x86/kernel-config-2.6, -x86_64/kernel-config-2.6, +um/kernel-config,
1617   +ppc/kernel-config, +alpha/kernel-config, +ia64/kernel-config,
1618   +x86/kernel-config, +x86_64/kernel-config, genkernel:
1619   Rename kernel-config-2.6 to kernel-config, since we no longer support 2.4
1620   kernels. This is genkernel 3.4.10 for release.
1621
1622   05 Jun 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1623   -ppc/2.6.3-benh2-G4-SMP.autoload, -ppc/2.6.3-benh2-G4.autoload,
1624   -ppc/2.6.3-benh2-G5-SMP.autoload, ia64/kernel-config-2.6,
1625   -ppc/2.6.3-benh2-G5.autoload, -ppc/G4, -ppc/G4-SMP,
1626   +ppc/kernel-config-2.6, x86/kernel-config-2.6, -ppc/G5, -ppc/G5-SMP,
1627   alpha/kernel-config-2.6, x86_64/kernel-config-2.6, TODO, -ppc/Pegasos,
1628   sparc64/kernel-config:
1629   Sync kernel configs from releng/trunk/releases/2008.0/kconfig and remove
1630   some unused configs.
1631
1632   13 May 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1633   Move setup_keymap call to before LUKS setup.
1634
1635   10 May 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1636   Store pre-oldconfig busybox .config for use in bincache comparison.
1637
1638   09 May 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.defaults,
1639   generic/initrd.scripts, generic/linuxrc:
1640   Add nomodules kernel commandline parameter to disable loading of modules.
1641
1642   09 May 2008; Andrew Gaffney <agaffney@gentoo.org> gen_funcs.sh, genkernel,
1643   genkernel.conf:
1644   Move distfile cache to /var/cache/genkernel/src and add check to make sure
1645   all distfiles are present.
1646
1647   09 May 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1648   ia64/modules_load, mips/modules_load, parisc/modules_load,
1649   parisc64/modules_load, ppc/modules_load, ppc64/modules_load,
1650   sparc/modules_load, sparc64/modules_load, um/modules_load,
1651   x86/modules_load, x86_64/modules_load:
1652   Added a few SATA and PATA drivers to modules_load.
1653
1654   09 May 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1655   ia64/modules_load, mips/modules_load, parisc/modules_load,
1656   parisc64/modules_load, ppc/modules_load, ppc64/modules_load,
1657   sparc/modules_load, sparc64/modules_load, um/modules_load,
1658   x86/modules_load, x86_64/modules_load:
1659   Updated the modules_load files.
1660
1661   25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1662   generic/initrd.scripts, genkernel:
1663   Enable keymap code when keymap is set on the kernel command line. This is
1664   genkernel 3.4.10_pre10 for testing.
1665
1666   25 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1667   generic/initrd.scripts:
1668   We need to unset keymap if it doesn't match to keep from hitting an infinite
1669   loop.
1670
1671   24 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
1672   gen_funcs.sh, generic/initrd.scripts, generic/linuxrc:
1673   Updated the keymap-handling code so it will be installed and displayed
1674   without using --do-auto-keymap with a patch from Florian Schilhabel
1675   <fernsehleo@gmx.net> for bug #215822. Also, added a keymap= command line
1676   option to allow setting keymap from the bootloader, also from Florian.
1677
1678   22 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1679   generic/initrd.scripts:
1680   Change from using a directory check to a file check. This should fix bug
1681   #215822.
1682
1683   12 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1684   generic/initrd.defaults:
1685   Move removable storage like USB and firewire after traditional fixed storage
1686   like PATA/SATA/SCSI for bug #217347.
1687
1688   10 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel:
1689   Updated TODO.  This is 3.4.10_pre9 for testing.
1690
1691   08 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1692   generic/initrd.defaults, generic/initrd.scripts:
1693   Added scsi to the default list of modules to load.
1694
1695   05 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
1696   Set CMD_KEYMAP to default to yes, so it's enabled unless specifically
1697   disabled
1698
1699   04 Apr 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1700   generic/initrd.scripts, genkernel:
1701   Added a patch to skip device nodes for devices if at least one partition
1702   exists on the device. This aids in LiveUSB usage and is for bug #212794.
1703   This is genkernel 3.4.10_pre8.
1704
1705   03 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1706   Split up /dev node checks into console/null and tty1
1707
1708   02 Apr 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1709   Remove initrd-specific code from linuxrc
1710
1711   30 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1712   Uncomment ppc/ppc64->powerpc code in set_kernel_arch, since it appears to
1713   actually be necessary as of 2.6.24-gentoo-r4
1714
1715   29 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
1716   +patches/busybox/1.7.4/busybox-1.7.4-signal-hack.patch:
1717   Add patch from ebuild in-tree to fix build issue with signals on hppa
1718
1719   14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1720   gen_determineargs.sh:
1721   Get rid of --initramfs option as it doesn't do anything anymore
1722
1723   14 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
1724   genkernel.conf, -pkg/alpha/README, -pkg/ia64/README, -pkg/mips/.keep,
1725   -pkg/parisc/README, -pkg/parisc64/README, -pkg/ppc/README,
1726   -pkg/ppc64/README, -pkg/sparc/README, -pkg/sparc64/README, -pkg/um/README,
1727   -pkg/x86/README, -pkg/x86_64/README, -pkg/xen0/README, -pkg/xenU/README:
1728   Removing pkg directory, since it is no longer necessary. From now on, we'll
1729   just pull the tarballs from DISTDIR directly, and we've already moved our
1730   caches to /var/tmp/genkernel, so there's nothing left to keep here. This is
1731   genkernel 3.4.10_pre7 for testing.
1732
1733   14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
1734   Copy the original kconfig with a different name than the one used to build
1735
1736   14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
1737   Include original kconfig in kerncache If original kconfig exists in the
1738   kerncache, use that for comparison to the current kconfig
1739
1740   14 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
1741   Switch back to building kernel first
1742   Optionally build the kernel a second time if we're integrating the initramfs
1743
1744   14 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1745   genkernel, ia64/modules_load, mips/modules_load, parisc/modules_load,
1746   parisc64/modules_load, ppc/modules_load, ppc64/modules_load,
1747   sparc/modules_load, sparc64/modules_load, um/modules_load,
1748   x86/modules_load, x86_64/modules_load:
1749   Clean up the modules_load files and add qla2xxx. This is genkernel
1750   3.4.10_pre6 for testing.
1751
1752   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1753   Stick CONFIG_INITRAMFS_ROOT_GID in the .config, too
1754
1755   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1756   Remove existing CONFIG_INITRAMFS_SOURCE line and write new one as well as
1757   CONFIG_INITRAMFS_ROOT_UID line
1758
1759   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1760   Change sed delimeter
1761
1762   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1763   We should edit the copy of the kconfig instead of the source file
1764
1765   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
1766   genkernel:
1767   Instead of copying the initramfs into the kernel tree, we now sed the
1768   kconfig to point CONFIG_INITRAMFS_SOURCE to the generated image
1769
1770   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> sparc64/modules_load:
1771   Add scsi_wait_scan to sparc64's MODULES_SCSI
1772
1773   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1774   Add a check after mounting NEW_ROOT to see if /dev exists and /sbin/init is
1775   executable before moving on
1776
1777   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1778   Change the location we copy the intiramfs to for integrated initramfs
1779
1780   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1781   Revert last commit as it wasn't a problem
1782
1783   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1784   Remove -c "/dev/console" from switch_root command
1785
1786   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1787   Add missing $ to {NORMAL} for broken /dev message
1788
1789   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
1790   Spacing cleanups in gen_package.sh
1791
1792   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh, genkernel:
1793   Remove unsetting of ARCH for callback and change set_kernel_arch debug to
1794   use print_info
1795
1796   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
1797   It helps to actually add the handling for the --integrated-initramfs option
1798
1799   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1800   Use echo instead of print
1801
1802   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1803   Add debug code for set_kernel_arch
1804
1805   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
1806   Add debugging code to show ARCH when running callback
1807   Unset ARCH when running callback and restore afterwards
1808
1809   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> genkernel:
1810   Move set_kernel_arch() call to after determine_real_args() so that get_KV()
1811   has populated the vars we need
1812
1813   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
1814   Change powerpc switch kernel version to 2.6.16 for if we ever uncomment it
1815
1816   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh,
1817   gen_compile.sh, genkernel:
1818   Add set_kernel_arch(), which maps the genkernel arch to the arch that the
1819   kernel expects based on the version of the kernel
1820
1821   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1822   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
1823   gen_package.sh, genkernel:
1824   Get rid of the ENABLE_PEGASOS_HACKS hacks Add INTEGRATED_INITRAMFS option to
1825   optionally insert the generated initramfs directly into the kernel image
1826   Change default build order to build the kernel last to facilitate the
1827   INTEGRATED_INITRAMFS option Add GENZIMAGE option and change various checks
1828   from ENABLE_PEGASOS_HACKS to GENZIMAGE
1829
1830   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1831   Argh...Changing the right line helps
1832
1833   13 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1834   Change into initramfs-firmware-temp/ instead of
1835   initramfs-firmware-temp/lib/firmware/ before doing cpio
1836
1837   12 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
1838   genkernel:
1839   Added a small debug statement to generic/linuxrc so we know when we're
1840   hitting the initrd code path. This is genkernel 3.4.10_pre5 for testing.
1841
1842   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1843   Change to new temp directory so the firmware gets copied to the right place
1844
1845   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1846   Copy firmware file with -L so we get the file instead of the symlink
1847
1848   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1849   Fix another quoting malfunction
1850
1851   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
1852   ia64/busy-config, mips/busy-config, parisc/busy-config,
1853   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1854   sparc/busy-config, sparc64/busy-config, x86/busy-config,
1855   x86_64/busy-config:
1856   Explicitly enable MDADM and MDSTART in busy-config
1857
1858   12 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
1859   patches/busybox/1.7.4/1.7.4-static-error.diff:
1860   Update busybox static-error patch to actually work
1861
1862   12 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
1863   Change BUSYBOX_VER to VERSION_BUSYBOX for genkernel-9999 ebuild.
1864
1865   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1866   Remove the quotes when trying to expand a glob
1867
1868   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
1869   patches/busybox/1.7.4/1.7.4-mdadm.diff,
1870   patches/busybox/1.7.4/1.7.4-mdstart.diff:
1871   Update mdadm and mdstart patches
1872
1873   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
1874   It helps if we assign the correct value to version
1875   Send output of patch command to /dev/null
1876   Show a message saying we're patching if there are patches for the util
1877
1878   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org>
1879   +patches/busybox/1.7.4/1.7.4-static-error.diff:
1880   Add busybox patch to remove error about compiling statically
1881
1882   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
1883   gen_compile.sh, ia64/busy-config, mips/busy-config, parisc/busy-config,
1884   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
1885   sparc/busy-config, sparc64/busy-config, x86/busy-config,
1886   x86_64/busy-config:
1887   Update busy-config files for the various arches for busybox 1.7.4
1888
1889   11 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
1890   genkernel.conf, +patches/busybox/1.7.4/1.7.4-ash-timeout.diff,
1891   +patches/busybox/1.7.4/1.7.4-mdadm.diff,
1892   +patches/busybox/1.7.4/1.7.4-mdstart.diff,
1893   +patches/busybox/1.7.4/1.7.4-openvt.diff:
1894   Add apply_patches() function to automagically apply patches for a given util
1895   Add updated busybox patches for 1.7.4 from robbat2
1896   Change BUSYBOX_VER to 1.7.4
1897
1898   11 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1899   generic/initrd.scripts:
1900   Rearrange checks so the return value is read correctly.
1901
1902   10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
1903   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc, ia64/busy-config,
1904   mips/busy-config, parisc/busy-config, parisc64/busy-config,
1905   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
1906   sparc64/busy-config, um/busy-config, x86/busy-config, x86_64/busy-config:
1907   Enable CONFIG_HEXDUMP globally for busybox
1908   Add getdvhoff replacement function from vapier
1909   Remove copying of getdvhoff from system
1910
1911   10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1912   gen_determineargs.sh, gen_initramfs.sh, genkernel.conf:
1913   Add support for --firmware-files option to make robbat2 happy
1914
1915   10 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
1916   gen_determineargs.sh, gen_initramfs.sh, genkernel.conf:
1917   Add support for --firmware and --firmware-dir options to include firmware in
1918   the initramfs
1919
1920   09 Mar 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1921   Apply patch from Vince C <v_cadet@yahoo.fr> to mount sysfs prior to loading
1922   modules, so that the mdev firmware loading can actually work
1923
1924   04 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
1925   If we have a raid456.ko module, we need to create a raid45.ko symlink since
1926   dmraid can be rather stupid. This should resolve bug #195804.
1927
1928   04 Mar 2008; Chris Gianelloni <wolf31o2@gentoo.org> sparc64/kernel-config,
1929   alpha/kernel-config-2.6, ia64/kernel-config-2.6, x86/kernel-config-2.6,
1930   x86_64/kernel-config-2.6:
1931   Updated the kernel configs for arches which have given us their 2008.0
1932   configs. This is 3.4.10_pre4 for testing.
1933
1934   29 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
1935   Redirect which output to /dev/null and put quotes around var in test
1936
1937   29 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
1938   ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
1939   x86_64/modules_load:
1940   Changed MDRAID to MDADM for bug #211316.
1941
1942   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
1943   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts:
1944   Added a --no-keymap option for bug #210886.
1945
1946   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
1947   generic/linuxrc:
1948   Use which to determine the location of splash_geninitramfs, rather than
1949   having an endless number of conditional checks for the location. This fixes
1950   bug #211521. Thanks to Uriy Zhuravlev <stalkerg@gmail.com> for finding the
1951   problem and suggesting a solution.
1952
1953   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1954   -xenU/kernel-config-2.6, -xen0/kernel-config-2.6, genkernel,
1955   -xen0/busy-config, -xen0/config.sh, -xen0/modules_load, -xenU/busy-config,
1956   -xenU/config.sh, -xenU/modules_load:
1957   Removing the xen0 and xenU arches, since they didn't work, anyway. This is
1958   genkernel 3.4.10_pre3 for testing.
1959
1960   20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
1961   Add missing space before closing ]
1962
1963   19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
1964   Apply patch from bug 210457 to fix variable substitution. Thanks to Paul
1965   Taylor <birder@ozemail.com.au> for reporting
1966
1967   19 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
1968   Remove quotes from around ${ROOT_TREES} so that the dirs are parsed
1969   separately by bash/cp
1970
1971   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
1972   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
1973   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
1974   genkernel, genkernel.8, genkernel.conf:
1975   Removing DEVFS support from genkernel since we don't support 2.4 kernels
1976   anymore. This is 3.4.10_pre2.
1977
1978   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1979   generic/initrd.scripts:
1980   Added a line to make sure we remove image.squashfs as well as the other loop
1981   names used by catalyst.
1982
1983   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
1984   Added another patch from Javier Miqueleiz <javier@miqueleiz.com> in bug
1985   #198892 for mdadm 1.1 and 1.2 metadata support.
1986
1987   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1988   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
1989   Switch to detection for LOOP and LOOPTYPE when they are not set.
1990
1991   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
1992   generic/initrd.scripts, generic/linuxrc:
1993   Performed some minor cleanup.
1994
1995   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
1996   Move "busybox --install -s" to outside the /init check. Fix problems with
1997   running mknod on a non-CD root filesystem, which will be read-only, for bug
1998   #208266.
1999
2000   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> -um/kernel-config-2.4,
2001   -alpha/kernel-config-2.4, -parisc64/kernel-config-2.4,
2002   -xenU/kernel-config-2.4, -parisc/kernel-config-2.4,
2003   -x86/kernel-config-2.4, -xen0/kernel-config-2.4:
2004   Removing 2.4 kernel configs, since we aren't supporting 2.4 from here on out.
2005
2006   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
2007   We only need to make sure that we have /sbin and /usr/sbin in our PATH for
2008   bug #97378, not reset it. Thanks to Justin Bronder <jsbronder@gentoo.org> in
2009   bug #209182 for pointing it out. This is genkernel 3.4.10_pre1 for testing.
2010
2011   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2012   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
2013   generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.conf,
2014   mips/config.sh:
2015   This is the long-awaited unionfs code cleanup. All of the unionfs code in
2016   genkernel has been removed.
2017
2018   07 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
2019   Fix two calls to set_config_with_override on CMD_KERNCACHE and some
2020   indentation weirdness
2021
2022   04 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
2023   Change &>/dev/null to >/dev/null 2>&1 because busybox ash sucks
2024
2025   04 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
2026   generic/linuxrc:
2027   Switch to double quotes where we're interpolating variables, because I suck
2028
2029   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> sparc64/modules_load:
2030   Add qla2xxx to sparc64's MODULES_SCSI
2031
2032   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh,
2033   gen_determineargs.sh, gen_moddeps.sh:
2034   Add --all-initrd-modules option to copy all kernel modules into
2035   initrd/ramfs. This is useful for netboot images
2036
2037   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
2038   generic/linuxrc:
2039   Add setup_hotplug() function that runs before the modules are loaded to
2040   setup mdev as the hotplug event handler. Add $KV to /lib/modules anywhere it
2041   occurs to allow for an initramfs with multiple sets of modules
2042
2043   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> gen_configkernel.sh,
2044   genkernel.conf:
2045   Clean up OLDCONFIG logic and default to OLDCONFIG=yes. This is for bug 207895
2046
2047   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
2048   Moving the code to start resume operations so it doesn't run when booting
2049   from CD. We also don't execute the code if there's no real_resume set on the
2050   command line, since it will fail, anyway, without it.
2051
2052   02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> alpha/modules_load,
2053   ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
2054   x86/modules_load, x86_64/modules_load, xen0/modules_load,
2055   xenU/modules_load:
2056   add megaraid module to MODULES_SCSI for bug 206039
2057
2058   02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> generic/modprobe:
2059   specify the kernel version when looking for a module for bug 208593
2060
2061   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
2062   generic/initrd.defaults, generic/initrd.scripts:
2063   Removed runUdev, since we no longer use it.
2064
2065   11 Jan 2008; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
2066   gen_initrd.sh, genkernel:
2067   Fixing a problem where we were copying the busybox binary cache into the
2068   busybox temporary directory. I am assuming that this was a result of all of
2069   the changes we've been doing, and it simply just got everlooked. Thanks to
2070   Marek Szuba <cyberman@if.pw.edu.pl> for pointing it out in bug #204087. This
2071   is genkernel 3.4.9 FINAL. Enjoy.
2072
2073   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.defaults,
2074   generic/initrd.scripts, generic/linuxrc:
2075   Don't scan a bunch of extra devices when CDROOT_DEV is defined.
2076
2077   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
2078   generic/linuxrc:
2079   Add new cdroot_type=foo kernel commandline parameter to override -t iso9660
2080   for bug #182818.
2081
2082   28 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
2083   Put -t auto back to -t iso9660 for mounting a cdrom. This is for bug #162962.
2084
2085   27 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
2086   Fix description of --kernel-config for bug #194752.
2087
2088   27 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
2089   This is 3.4.9_pre12 for testing.
2090
2091   23 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts,
2092   generic/linuxrc, genkernel.8:
2093   Apply LUKS key patch from bug #162962 from Nelson Batalha
2094   <nelson_batalha@hotmail.com>
2095
2096   14 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
2097   Fix text bolding on serial console for bug #202266 thanks to Michael Hordijk
2098   <hoffbrinkle@hotmail.com>.
2099
2100   13 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_determineargs.sh:
2101   Apply a patch from John R. Graham <john_r_graham@mindspring.com> for bug
2102   #201482.
2103
2104   06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> gen_cmdline.sh:
2105   Do s/KERNELDIR/KERNEL_DIR/ for bug #201159.
2106
2107   06 Dec 2007; Andrew Gaffney <agaffney@gentoo.org> generic/initrd.scripts:
2108   Fix typo for bug #201442. Thanks to Michael Hordijk <hoffbrinkle@hotmail.com>.
2109
2110   03 Dec 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
2111   This is genkernel 3.4.9_pre11 for testing.
2112
2113   29 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
2114   gen_initrd.sh:
2115   Do s/elsif/elif/ because I use too many languages and random bash tutorials
2116   online can't be trusted.
2117
2118   28 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
2119   genkernel:
2120   Added a patch line for busybox for bug #198892. This is 3.4.9_pre10 for
2121   testing.
2122
2123   24 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh:
2124   Added a small patch from John R. Graham <john_r_graham@mindspring.com> to
2125   fix arguments with spaces for bug #200161.
2126
2127   24 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> generic/linuxrc:
2128   Use 'read' to get a line at a time to account for directories with spaces in
2129   the name. This fixes bug 199701.
2130
2131   23 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
2132   gen_initrd.sh:
2133   Look for cryptsetup in /bin and /sbin.
2134
2135   17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh:
2136   Force dmraid to be built with -j1 for bug #188273.
2137
2138   16 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
2139   My original sed of LVM2->LVM caught a few too many things. Thanks to Robin
2140   Johnson <robbat2@gentoo.org> for pointing them out and providing the fix in
2141   bug #198546.
2142
2143   13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
2144   genkernel.conf, genkernel:
2145   Added config defaulting for --mdadm for bug #198694. Thanks to John R.
2146   Graham <john_r_graham@mindspring.com> for providing the patch. This is
2147   3.4.9_pre9 for testing.
2148
2149   08 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> gen_arch.sh:
2150   Revert patch from bug #190327 as it breaks well more than it fixed.
2151
2152   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/config.sh,
2153   gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
2154   gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf, ia64/config.sh,
2155   mips/config.sh, parisc/config.sh, parisc64/config.sh, ppc/config.sh,
2156   ppc64/config.sh, sparc/config.sh, sparc64/config.sh, um/config.sh,
2157   x86/config.sh, x86_64/config.sh, xen0/config.sh, xenU/config.sh:
2158   Added a nice patch from John R. Graham <john_r_graham@mindspring.com> to
2159   allow all command line options to be configurable from within the
2160   genkernel.conf file. This is for bug #182616. This is genkernel 3.4.9_pre8
2161   for testing.
2162
2163   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2164   generic/initrd.scripts:
2165   Fixed the noload module code. Thanks to Mijail Fedorovich
2166   <mfedorovich@gmail.com> for pointing it out in bug #198187.
2167
2168   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2169   generic/initrd.scripts, generic/linuxrc:
2170   Added an update patch from Alon Bar-Lev <alonbl@gentoo.org> in bug #197244
2171   to clean up the suspend2 code and rename the functions to tuxonice to match
2172   the upstream rename.
2173
2174   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2175   gen_compile.sh, gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
2176   genkernel:
2177   Added a patch from Joshua Kinard <kumba@gentoo.org> to clean up the Pegasos
2178   hacks in genkernel. This is from bug #193826. This is genkernel 3.4.9_pre7
2179   for testing.
2180
2181   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_arch.sh:
2182   Added a simple patch from Andrew Gaffney <agaffney@gentoo.org> to ensure
2183   that we export ARCH before running menuconfig. This is from bug #190327.
2184
2185   07 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
2186   generic/initrd.scripts, generic/linuxrc:
2187   Make sure we still allow dolvm2/doevms2 on the kernel command line and give
2188   a warning. I've also added a 2 second delay between vgscan and vgchange.
2189   Thanks to Robin H. Johnson <robbat2@gentoo.org> for suggesting the changes
2190   and testing.
2191
2192   02 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> +generic/modprobe,
2193   gen_initramfs.sh, gen_initrd.sh, genkernel:
2194   Reverting the removal of generic/modprobe for bug #197730. This is genkernel
2195   3.4.9_pre6 for testing.
2196
2197   01 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
2198   gen_initramfs.sh, genkernel:
2199   Fixed device-mapper/man removal for bug #196087, fixed mdadm.conf copying,
2200   and fixed syntax error for bug #197582. This is genkernel-3.4.9_pre5.
2201
2202   30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2203   -pkg/suspend-0.5-Makefile.patch, -pkg/busybox-1.1.3+gentoo.tar.bz2,
2204   -pkg/devfsd-1.3.25-dietlibc.patch,
2205   -pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2, alpha/busy-config,
2206   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
2207   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
2208   genkernel, ia64/busy-config, mips/busy-config, parisc/busy-config,
2209   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
2210   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
2211   x86/modules_load, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
2212   Added a patch from Alan Hourihane <alanh@fairlite.demon.co.uk> for mdadm
2213   support in busybox from bug #172128. This is genkernel 3.4.9_pre4 for
2214   testing.
2215
2216   30 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
2217   generic/initrd.scripts, generic/linuxrc:
2218   Made a few minor cleanups here and there.
2219
2220   12 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> genkernel.8:
2221   Update description for --initramfs-overlay in man page to match --help.
2222
2223   05 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
2224   gen_initrd.sh:
2225   Remove generic/modprobe and all supporting code, since busybox has it now.
2226
2227   04 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh:
2228   We need to cd out of directory to be deleted for bug #194695. Thanks to Asmund
2229   Grammeltvedt <asmundg@big-oil.org> for pointing this out.
2230
2231   18 Sep 2007; Andrew Gaffney <agaffney@gentoo.org> gen_initramfs.sh,
2232   gen_initrd.sh:
2233   We don't ever want devfs in an initramfs, so check KERN_24 instead of DEVFS
2234   for 2.4 initrd generation
2235
2236   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2237   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
2238   genkernel, genkernel.8, genkernel.conf:
2239   Rename DEBUGLEVEL/DEBUGFILE to LOGLEVEL/LOGFILE to help reduce confusion.
2240
2241   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2242   gen_configkernel.sh, genkernel:
2243   Some more general cleanup and adding support for using a config file other
2244   than /etc/genkernel.conf to add flexibility.
2245
2246   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2247   -pkg/module-init-tools-0.9.15-pre4.tar.bz2,
2248   -pkg/klibc-1.1.16-sparc2.patch, -pkg/klibc-1.2.1-nostdinc-flags.patch,
2249   -pkg/modutils-2.4.26.tar.bz2:
2250   Removing klibc/modutils/module-init-tools files, since we don't need any of
2251   them, anymore.
2252
2253   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
2254   It helps if I use 'g' when doing a sed.
2255
2256   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
2257   genkernel, genkernel.conf:
2258   Removed the use of GK_BIN variable, since it isn't necessary.
2259
2260   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO, genkernel.conf:
2261   Updated TODO and cleaning up genkernel.conf a bit.
2262
2263   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
2264   netboot/misc/bin/net-setup, netboot/misc/etc/fstab:
2265   Remove some unnecessary copyright dates from a few files so we don't keep
2266   forgetting to update them when we modify the files.
2267
2268   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2269   gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh, genkernel,
2270   genkernel.8, mips/config.sh:
2271   Renamed gensplash to splash and marked gensplash as deprecated. This is
2272   3.4.9_pre3 for testing.
2273
2274   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> TODO,
2275   alpha/modules_load, gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
2276   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
2277   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc,
2278   genkernel, genkernel.8, genkernel.conf, ia64/modules_load, mips/config.sh,
2279   ppc/modules_load, ppc64/modules_load, um/modules_load, x86/modules_load,
2280   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2281   Changed all instances of EVMS2/LVM2 to EVMS/LVM, respectively. This will
2282   keep everything simplified if a newer EVMS/LVM version set appears.
2283
2284   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> README,
2285   alpha/config.sh, gen_bootloader.sh, gen_cmdline.sh, gen_configkernel.sh,
2286   gen_determineargs.sh, gen_initrd.sh, gen_package.sh, genkernel,
2287   genkernel.8, genkernel.conf, ia64/config.sh, mips/config.sh,
2288   parisc/config.sh, parisc64/config.sh, ppc/config.sh, ppc64/config.sh,
2289   sparc/config.sh, sparc64/config.sh, um/config.sh, x86/config.sh,
2290   x86_64/config.sh, xen0/config.sh, xenU/config.sh:
2291   Removing bootsplash support since it hasn't been in a kernel we've supported
2292   for years now, causes confusion amongst users, and really wasn't being used
2293   and caused issues with 2.6/initrd creation in some corner cases.
2294
2295   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2296   -pkg/genkernel-svn-suspend.patch:
2297   Removing the reversal patch for the suspend removal, since it will no longer
2298   apply.
2299
2300   17 Sep 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
2301   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
2302   gen_initrd.sh, generic/linuxrc, genkernel, mips/config.sh:
2303   Performed some general cleanup on a few files and removed devfs/udev
2304   selection code, since we force devfs on 2.4 and mdev on 2.6 kernels.
2305
2306   30 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2307   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
2308   gen_initramfs.sh, generic/initrd.scripts, generic/linuxrc, genkernel,
2309   genkernel.conf, +pkg/genkernel-svn-suspend.patch:
2310   Removing the suspend support that was added for bug #156445 until suspend is
2311   added to the tree and we can determine the proper way to support it. For
2312   more information, see bug #156431. This is genkernel 3.4.9_pre2 for testing.
2313
2314   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
2315   x86_64/kernel-config-2.6, genkernel:
2316   Removed CONFIG_PHYSICAL_START from the x86/amd64 kernel configs for bug
2317   #186378. This is genkernel 3.4.9_pre1 for testing.
2318
2319   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
2320   Changing to use console=tty1 instead of CONSOLE=/dev/tty1 with a patch from
2321   Matthias Schwarzott <zzam@gentoo.org> for bug #188954.
2322
2323   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
2324   ia64/modules_load, ppc/modules_load, ppc64/modules_load, um/modules_load,
2325   x86/modules_load, x86_64/modules_load, xen0/modules_load,
2326   xenU/modules_load:
2327   Added arcmsr to MODULES_SCSI for bug #185827.
2328
2329   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2330   +pkg/suspend-0.5-Makefile.patch:
2331   Added suspend-0.5-Makefile.patch to pkg directory for suspend capabilities,
2332   bringing it into the repository, from the tree.
2333
2334   22 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
2335   Added a small patch from Tais M. Hansen <tais.hansen@osd.dk> to add doscsi
2336   to the genkernel man page for bug #183406.
2337
2338   21 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_funcs.sh,
2339   genkernel.8:
2340   Added another patch from John R. Graham <john_r_graham@mindspring.com> for
2341   bug #180161.
2342
2343   26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> gen_initramfs.sh:
2344   Clean up a cosmetic error introduced by the symlink patch:  
2345   ${GK_SHARE}/gen_funcs.sh: line 431: popd:
2346   /var/tmp/genkernel/3996.6301.23048.13838/initramfs-modules-${KV}-temp: No
2347   such file or directory
2348
2349   26 Jul 2007; Robin H. Johnson <robbat2@gentoo.org> generic/initrd.scripts,
2350   generic/linuxrc:
2351   The previous patch from bug #174294 still contained some bugs in the linuxrc
2352   and scripts, that caused a failure during boot. Clean them up with one more
2353   patch from Nelson Batalha <nelson_batalha@hotmail.com>, again on bug #174294.
2354
2355   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> netboot/linuxrc.x:
2356   enhanced netboot linuxrc from gustavoz
2357
2358   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> alpha/busy-config,
2359   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
2360   genkernel, genkernel.conf, ia64/busy-config, mips/busy-config,
2361   parisc/busy-config, parisc64/busy-config, ppc/busy-config,
2362   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
2363   x86/busy-config, x86_64/busy-config, xen0/busy-config, xenU/busy-config:
2364   enable CONFIG_INSMOD in all arch busy-config files
2365   disable building of static insmod and remove all code related to it
2366
2367   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_package.sh:
2368   Patch to compare new config instead of the one left laying around in the
2369   kerncache dir. Thanks to Pat Double <gentoo@patdouble.com> in bug #179739
2370
2371   26 Jul 2007; Andrew Gaffney <agaffney@gentoo.org> gen_compile.sh,
2372   gen_initramfs.sh, gen_initrd.sh, genkernel.conf:
2373   Patch to actually use busybox bincache. Thanks to Pat Double
2374   <gentoo@patdouble.com> on bug #180211
2375
2376   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh:
2377   Fixed lvm/evms code for initrd generation. Thanks to Vinny
2378   <vfuria@gmail.com> on bug #179480 for pointing it out.
2379
2380   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
2381   generic/initrd.defaults, ia64/modules_load, ppc/modules_load,
2382   ppc64/modules_load, um/modules_load, x86/modules_load,
2383   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2384   Added new PATA support from Paul Hewlett <paul@gccs.co.za> from bug #180111
2385   and also created a separate MDRAID module group.
2386
2387   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2388   generic/initrd.scripts, generic/linuxrc:
2389   Added a patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
2390   #174294 to enable the use of encryption on a CD and the location of a key.
2391
2392   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
2393   gen_funcs.sh, genkernel, genkernel.8, genkernel.conf:
2394   Added two patches from John R. Graham <john_r_graham@mindspring.com> from
2395   bug #180161. This should fix bug #180161, bug #144703, and bug #150697.
2396
2397   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
2398   Added USB Printer support for bug #176543.
2399
2400   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2401   generic/initrd.scripts:
2402   Change the check for /livecd when booting a CD to check for a file called
2403   livecd, rather than just the existence of /livecd, which should keep it from
2404   finding disks with a /livecd directory.
2405
2406   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh:
2407   Added a patch from Andrew Gaffney <agaffney@gentoo.org> from bug #174188 to
2408   fix a problem with the System.map file copying that was previously
2409   introduced.
2410
2411   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
2412   Added patch from Nelson Batalha <nelson_batalha@hotmail.com> from bug
2413   #172766 to add documentation for genkernel's LUKS features.
2414
2415   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2416   generic/initrd.scripts:
2417   Added patch from Nicolas Schlumberger <n.schlumberger@bluewin.ch> to create
2418   md devices with LUKS for bug #170753.
2419
2420   21 Jun 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2421   generic/initrd.scripts:
2422   Reverting patch that was originally added due to bug #160333 due to the
2423   problems it caused on the 2007.0 release.
2424
2425   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_package.sh,
2426   genkernel:
2427   Added a patch from Andrew Gaffney <agaffney@gentoo.org> to add System.map to
2428   the tarball for the minimal kernel package for bug #174188. This is also the
2429   3.4.8 release.
2430
2431   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
2432   ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
2433   xen0/modules_load, xenU/modules_load:
2434   Added mptsas to SCSI for bug #174130 and removing raid0/raid1/raid10/raid456
2435   from DMRAID.
2436
2437   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
2438   gen_initrd.sh:
2439   Commented out the checks on the sanity of lvm.conf since they were not quite
2440   working right. This should fix bug #173622.
2441
2442   09 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> +x86/nb-busybox.cf:
2443   Added nb-busybox.cf to x86 on the request of Andrew Gaffney
2444   <agaffney@gentoo.org>.
2445
2446   05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
2447   gen_initrd.sh, genkernel:
2448   Added a change to force objdump output to be English for bug #173412 and
2449   rolling 3.4.7 final for the release.
2450
2451   05 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2452   generic/initrd.scripts:
2453   Added a patch from Daniel Drake <dsd@gentoo.org> to fix splash problems for
2454   bug #172562.
2455
2456   03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
2457   Some minor config file cleanup.
2458
2459   03 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2460   genkernel.8:
2461   Added a second patch from John R. Graham <john_r_graham@mindspring.com> from
2462   bug #169383.
2463
2464   27 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
2465   ia64/modules_load, x86/modules_load, x86_64/modules_load,
2466   xen0/modules_load, xenU/modules_load:
2467   Added raid456 to dmraid target for bug #172128.
2468
2469   26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
2470   gen_initrd.sh:
2471   Changed LVM configuration detection to not error.
2472
2473   26 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
2474   Added joystick support to the default configuration for bug #171911.
2475
2476   14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
2477   gen_initrd.sh, genkernel:
2478   Before we copy lvm.conf, we run it through 'lvm dumpconfig' to make sure the
2479   config is valid for bug #156009. This is 3.4.7_pre5.
2480
2481   14 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
2482   Change the default CACHE_DIR from /usr/share/genkernel/pkg/%%ARCH%% to
2483   /var/cache/genkernel/%%ARCH%% for bug #148253.
2484
2485   13 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
2486   ia64/modules_load, um/modules_load, x86/modules_load, x86_64/modules_load,
2487   xen0/modules_load, xenU/modules_load:
2488   Added libata to the MODULES_SATA list. This might be why SATA CD drives
2489   weren't working for us.
2490
2491   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh,
2492   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh,
2493   gen_package.sh, genkernel:
2494   Added a patch by John R. Graham <john_r_graham@mindspring.com> from bug
2495   #169383 to improve the --symlink option fairly significantly. This is going
2496   to be 3.4.7_pre4 and while I haven't tested this yet, it looks good.
2497
2498   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh:
2499   Fixed lib64 link for bug #168664.
2500
2501   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6:
2502   Update default kernel config with the current LiveCD config for 2007.0,
2503   which is built on 2.6.19, rather than 2.6.17 only.
2504
2505   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2506   +pkg/module-init-tools-0.9.15-pre4.tar.bz2,
2507   +pkg/busybox-1.1.3+gentoo.tar.bz2,
2508   +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
2509   +pkg/modutils-2.4.26.tar.bz2:
2510   Added binary files back and updated busybox with a patch from Peter
2511   Alfredsen <peter.alfredsen@gmail.com> in bug #168599.
2512
2513   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2514   -pkg/module-init-tools-0.9.15-pre4.tar.bz2,
2515   -pkg/busybox-1.1.3+gentoo.tar.bz2,
2516   -pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
2517   -pkg/modutils-2.4.26.tar.bz2:
2518   Removing binary files from pkg since they were corrupted during the CVS->SVN
2519   migration.
2520
2521   07 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
2522   Fixed up the man page for bug #168500 and bug #168719.
2523
2524   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
2525   parisc/config.sh, parisc64/config.sh:
2526   Moved the MAKEOPTS check to the top of the file for parisc, so it matches
2527   other architectures. This fixes bug #165494. Thanks to Andrew Gaffney
2528   <agaffney@gentoo.org> for finding the fix. I'm marking this as 3.4.7_pre3
2529   for testing.
2530
2531   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2532   generic/initrd.scripts:
2533   Adding yet another patch from Fabio Erculiani <lxnay@lxnaydesign.net> from
2534   bug #152945.
2535
2536   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
2537   generic/initrd.scripts, generic/linuxrc, genkernel:
2538   Added a non-braindead version of a patch provided by Fabio Erculiani
2539   <lxnay@lxnaydesign.net> in bug #160333. This is completely untested, so I'm
2540   rolling up 3.4.7_pre2 to get it tested prior to genkernel 3.4.7 going final.
2541
2542   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> ppc/Pegasos:
2543   Add a known-working 2.6.16+ kernel config from
2544   http://www.ppczone.org/downloads/config-2.6.16-pegasos for bug #165758.
2545
2546   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.conf:
2547   Added a note about the MAKEOPTS option to genkernel as suggested in bug
2548   #165980.
2549
2550   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
2551   Added patch from Mike Frysinger <vapier@gentoo.org> to clean up the
2552   genkernel man page for bug #166179.
2553
2554   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
2555   Fix REAL_INIT for bug #160635.
2556
2557   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2558   gen_compile.sh, genkernel:
2559   Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs
2560   compilation. This is for bug #152945.
2561
2562   08 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2563   gen_funcs.sh:
2564   Added patch from Martin Parm <parmus@diku.dk> to fix the --no-color option.
2565   This resolves bug #114156.
2566
2567   15 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh:
2568   Changed basename to dirname when creating the directory from grub.conf to
2569   solve bug #161716.
2570
2571   09 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
2572   x86/modules_load, x86_64/modules_load, xen0/modules_load,
2573   xenU/modules_load:
2574   Added scsi_scan_wait module to modules_load for 2.6.20 support. Thanks to
2575   Robin H. Johnson for <robbat2@gentoo.org> for pointing it out.
2576
2577   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_bootloader.sh,
2578   generic/initrd.scripts:
2579   Added a case statement for the keymap selection to ensure we're always using
2580   the named keymaps. This should resolve bug #146714 if everything works
2581   correctly. This is 3.4.6, for real.
2582
2583   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2584   +generic/keymaps.tar.gz:
2585   Adding back the known-good copy of keymaps.tar.gz to svn.
2586
2587   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
2588   gen_compile.sh, -generic/keymaps.tar.gz, generic/linuxrc, genkernel,
2589   ia64/busy-config, mips/busy-config, parisc/busy-config,
2590   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
2591   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
2592   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
2593   Removing generic/keymaps.tar.gz to replace it with a known-good copy. Blame
2594   cvs2svn.  Also, added patch from Alon Bar-Lev <alonbl@gentoo.org> to switch
2595   to using switch_root for 2.6 kernels, and a small typo fix from Michael
2596   Hordijk <hoffbrinkle@hotmail.com> for bug #158776.
2597
2598   15 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initrd.sh,
2599   generic/linuxrc, genkernel:
2600   Added patches from François-Xavier Roure <fx_roure@yahoo.fr> from bug
2601   #149020. This will end up being genkernel 3.4.6, most likely.
2602
2603   14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
2604   Adjust selinux stuff in gen_compile.sh to actually do what we intended, not
2605   the opposite.
2606
2607   14 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
2608   Since device-mapper tries to build with selinux by default, we've removed
2609   it, then commented out the selinux support. The ebuild will need to
2610   enable/disable selinux support based on the selinux USE flag. This should
2611   resolve bug #157538.
2612
2613   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2614   generic/initrd.scripts:
2615   More fixes for similarly-named modules.
2616
2617   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
2618   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
2619   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
2620   sparc64/busy-config, x86/busy-config, x86_64/busy-config,
2621   xen0/busy-config, xenU/busy-config:
2622   Disabled full SuSv3 compliant sort, as suggested by AurĂ©lien Francillon
2623   <aurelien.francillon@inrialpes.fr> in bug #157777.
2624
2625   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/modprobe:
2626   Added a fix for similarly-named modules from bug #158017.
2627
2628   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_compile.sh:
2629   Fixed up linking for dmraid for bug #157538.
2630
2631   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
2632   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
2633   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
2634   sparc64/busy-config, x86/busy-config, x86_64/busy-config,
2635   xen0/busy-config, xenU/busy-config:
2636   Updated busy-config to work with root=LABEL=<label> for bug #156640.
2637
2638   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_determineargs.sh,
2639   gen_initramfs.sh, genkernel, genkernel.conf:
2640   Added patch from Daniel Drake <dsd@gentoo.org> in bug #156611 to clean up
2641   the initramfs creation and create a 'proper' initramfs, instead of our
2642   concatenated monster.
2643
2644   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
2645   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
2646   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
2647   genkernel.8, genkernel.conf:
2648   Added patch from Daniel Drake <dsd@gentoo.org> in bug #156445 to add
2649   userspace suspend support to genkernel.
2650
2651   13 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
2652   gen_initrd.sh:
2653   Added debug level to LUKS print_info messages for bug #156410.
2654
2655   03 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/modules_load,
2656   x86/modules_load, x86_64/modules_load:
2657   Added raid456 to alpha/amd64/x86 MODULES_EVMS2 and added tg3 to MODULES_NET.
2658
2659   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2660   generic/initrd.scripts:
2661   Inverted check on CDROOT_DEV, as it should be -z not -n. Thanks to Jakub Moc
2662   <jakub@gentoo.org> for coming up with the quick fix in bug #153554. I lied
2663   before. This one is really 3.4.5.
2664
2665   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc,
2666   genkernel:
2667   Added typo fix from Jason Pepas <j.pepas@mail.utexas.edu> in bug #153516.
2668   This is 3.4.5.
2669
2670   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> alpha/busy-config,
2671   ia64/busy-config, mips/busy-config, parisc/busy-config,
2672   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
2673   sparc/busy-config, sparc64/busy-config, um/busy-config, x86/busy-config,
2674   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
2675   Added Large File Support thanks to Fabio Erculiani <lxnay@lxnaydesign.net>
2676   in bug #152881.
2677
2678   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
2679   Added patch to improve symlink support by Michael Hordijk
2680   <hoffbrinkle@hotmail.com> for bug #143217.
2681
2682   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
2683   Added patch from Tim Steiner <tsteiner@nerdclub.net> to add a real_rootflags
2684   parameter for bug #122672.
2685
2686   13 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2687   generic/initrd.scripts, generic/linuxrc:
2688   Added patch to support resuming from encrypted swap. The patch was submitted
2689   to bug #152441.
2690
2691   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
2692   This is the 3.4.4 release.
2693
2694   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2695   generic/initrd.scripts, generic/linuxrc:
2696   Updated with the latest version of the LUKS patches from bug #152441.
2697
2698   25 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> ChangeLog:
2699   Changed mime-type to application/x-gzip for generic/keymaps.tar.gz for bug
2700   #151500.
2701
2702   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
2703   Added patch from bug #152441 to improve LUKS support.
2704
2705   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> x86/kernel-config-2.6,
2706   x86_64/kernel-config-2.6:
2707   Updated kernel configs for amd64/x86 for bug #151609 and bug #152299.
2708
2709   23 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
2710   Changed mime-type property to binary/gzip for keymaps.tar.gz for bug #151500.
2711   This is genkernel 3.4.3.
2712
2713   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> gen_initramfs.sh,
2714   generic/initrd.defaults, generic/initrd.scripts, +generic/udhcpc.scripts,
2715   x86/busy-config, x86/modules_load:
2716   Added patch for udhcp support. Patch by Stefan Nickl
2717   <snickl@snickl.freaks.de> and submitted to bug #145115.
2718
2719   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
2720   Allow root= for initramfs, instead of only real_root= to specify the root
2721   volume. Patch by Salah Coronya <salahx@yahoo.com> from bug #142606.
2722
2723   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel.8:
2724   Added patch from Salah Coronya <salahx@yahoo.com> to document dolvm2 and
2725   doevms2 in the genkernel man page from bug #142606.
2726
2727   13 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> +AUTHORS, genkernel:
2728   Added the AUTHORS file and ChangeLog.  This is 3.4.2
2729
2730   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2731   generic/initrd.scripts:
2732   Added patch for suspend2-sources 2.6.18 by Romeo Benzoni
2733   <romeo@benzoni.org> and submitted to bug #148499.
2734
2735   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2736   gen_determineargs.sh:
2737   Added patch from Alon Bar-Lev <alon.barlev@gmail.com> for bug
2738   #148498 and also a patch from Robin H. Johnson
2739   <robbat2@gentoo.org> to support git-based kernels.
2740
2741   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2742   x86_64/kernel-config-2.6, -x86_64/kernel-config-2.6-emachines,
2743   -x86_64/kernel-config-2.6-smp:
2744   Update the amd64 kernel configs from the release.
2745
2746   16 Sep 2006; Tim Yamin <plasmaroo@gentoo.org>
2747   gen_initramfs.sh, genkernel:
2748   Should check for /sbin/splash_geninitramfs instead of
2749   /usr/sbin/...
2750
2751   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2752   generic/initrd.scripts:
2753   This change makes it so we only try to mount 'auto' when cdroot
2754   is specified. This should fix all of our mounting issues, as
2755   well as allow for not only USB keys to use these kernels with a
2756   LiveCD kernel/config, but allow it to boot from any media which
2757   the kernel has support.
2758
2759   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2760   generic/initrd.scripts:
2761   Added a symlink for device-mapper stuff. This should resolve
2762   both bug #142775 and bug #147015.
2763
2764   14 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2765   alpha/modules_load, x86/modules_load, x86_64/modules_load:
2766   Added lpfc and scsi_transport_fc for Emulex fibre-channel
2767   controllers.
2768
2769   13 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2770   alpha/modules_load, x86/modules_load, x86_64/modules_load:
2771   Make sure we load the raid0, raid1, and raid10 personalities
2772   with dmraid.
2773
2774   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2775   generic/initrd.scripts:
2776   This is ugly. I mean, really ugly. However, it is the only way
2777   to support all of the insane ways that people are trying to boot
2778   release media. I really wish we didn't have to support this
2779   junk, but a regression really shouldn't happen with our
2780   releases. Anyway, hopefully I can come up with a better
2781   solution to this in the future.
2782
2783   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2784   generic/initrd.scripts:
2785   Try using -t iso9660,vfat to our mount command, since we can't
2786   use only iso9660 as it breaks booting from a USB stick.
2787
2788   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2789   gen_initrd.sh:
2790   The initrd code was still looking for udev, even though we
2791   aren't building it anymore. This should fix bug #145802.
2792
2793   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2794   ppc/busy-config:
2795   Fix NFS mount.
2796
2797   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2798   generic/initrd.defaults:
2799   Added emul to ROOT_LINKS for bug #145248.
2800
2801   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2802   x86/busy-config, x86_64/busy-config:
2803   Fixed the NFS mount configuration for busybox for bug #143476.
2804
2805   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2806   generic/initrd.scripts:
2807   Update the suspend2_resume function for bug #131202.
2808
2809   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2810   generic/initrd.scripts:
2811   iso9660 -> auto, and added support for checking SUBDIR for the
2812   livecd file. This is for bug #147186.
2813
2814   12 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2815   x86/kernel-config-2.6, x86_64/kernel-config-2.6:
2816   Updated default kernel configurations for x86/amd64 to match the
2817   2006.1 release.
2818
2819   08 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2820   gen_initramfs.sh:
2821   Add more error checking into the splash code and die instead of
2822   silently fail on an error.
2823
2824   23 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
2825   ia64/kernel-config-2.6:
2826   Update config, fix #141949.
2827
2828   22 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2829   generic/initrd.scripts, generic/linuxrc:
2830   Added patch for suspend2 for bug #131202.
2831
2832   15 Aug 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2833   Fix bug #143442.
2834
2835   13 Aug 2006; Tim Yamin <plasmaroo@gentoo.org>
2836   generic/initrd.scripts:
2837   Fix devfsd not kicking in on 2.4 on Alpha.
2838
2839   11 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2840   gen_compile.sh, genkernel.conf:
2841   Add in the kernel version compatibility table from
2842   http://www.am-utils.org/project-unionfs.html and ensure that
2843   genkernel dies if the unionfs module fails to build. Until now,
2844   it would fail and the build would continue without it.
2845
2846   01 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2847   gen_initramfs.sh:
2848   We should be checking for /usr/bin/splash_geninitramfs, instead.
2849
2850   31 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel:
2851   3.4.0 final... so much Bad-Ass <TM> that Chuck Norris himself
2852   digs it :)
2853
2854   20 Jul 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
2855   gen_initramfs.sh, genkernel:
2856   Commit fix for bug #141153 from Pylon; 3.4.0_pre4.
2857
2858   18 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
2859   gen_bootloader.sh, gen_funcs.sh, gen_package.sh, genkernel:
2860   Commit patches #91453, #91481 from bug #139866.
2861
2862   18 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2863   alpha/modules_load, um/modules_load, x86/modules_load,
2864   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2865   Added megaraid drivers for bug #139888.
2866
2867   16 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2868   gen_initramfs.sh:
2869   Added fix for bug #140445.
2870
2871   11 Jul 2006; Tim Yamin <plasmaroo@gentoo.org>
2872   gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
2873   gen_determineargs.sh, gen_funcs.sh, gen_initramfs.sh,
2874   gen_initrd.sh, gen_package.sh, genkernel, genkernel.conf:
2875   Commit patch for bug #139866 by Martin Parm.
2876
2877   05 Jul 2006; Joshua Kinard <kumba@gentoo.org> generic/linuxrc:
2878   Tweak the sgimips section for rootfs mounting to use squashfs
2879   instead of ext2.
2880
2881   30 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
2882   Fix "Cannot read /proc/mounts" cosmetics.
2883
2884   30 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2885   alpha/modules_load, um/modules_load, x86/modules_load,
2886   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
2887   We need firmware_class in our initramfs for ide-cs to work.
2888
2889   20 Jun 2006; Tim Yamin <plasmaroo@gentoo.org> genkernel,
2890   genkernel.conf,
2891   -pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
2892   +pkg/busybox-1.1.3+gentoo.tar.bz2:
2893   Bump busybox to 1.1.3 courtesy of `Kumba.
2894
2895   19 Jun 2006; Joshua Kinard <kumba@gentoo.org>
2896   gen_initramfs.sh, -mips/ip22r4k-2006_0.cf,
2897   +mips/ip22r4k-2006_1.cf, -mips/ip22r5k-2006_0.cf,
2898   +mips/ip22r5k-2006_1.cf, -mips/ip27r10k-2006_0.cf,
2899   +mips/ip27r10k-2006_1.cf, -mips/ip28r10k-2006_0.cf,
2900   +mips/ip28r10k-2006_1.cf, -mips/ip30r10k-2006_0.cf,
2901   +mips/ip30r10k-2006_1.cf, -mips/ip32r5k-2006_0.cf,
2902   mips/ip32r5k-2006_1.cf, -mips/ip32rm52-2006_0.cf,
2903   +mips/ip32rm5k-2006_1.cf, mips/nb-busybox.cf, netboot/linuxrc.x:
2904   Remove getdvhoff hack in gen_initramfs.sh for mips livecds (it's
2905   a busybox applet now), tweak the ip32r5k config, add wget to the
2906   mips netboot busybox config. Also import the remaining 2006.1
2907   mips-sources configs and remove the old 2006.0 ones.
2908
2909   12 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/busy-config:
2910   Enable the config option for busybox's --install parameter.
2911
2912   12 Jun 2006; Joshua Kinard <kumba@gentoo.org>
2913   mips/busy-config, +mips/ip32r5k-2006_1.cf, mips/nb-busybox.cf:
2914   Add IP32 R5K 2.6.16.20 kernel build, and update LiveCD/Netboot
2915   Busybox configs to match with busybox-1.1.3.
2916
2917   10 Jun 2006; Joshua Kinard <kumba@gentoo.org> mips/config.sh:
2918   Modernize the mips genkernel config.
2919
2920   10 Jun 2006; Joshua Kinard <kumba@gentoo.org>
2921   -mips/ip22r4k-2005_1.cf, -mips/ip22r5k-2005_1.cf,
2922   -mips/ip27r10k-2005_1.cf, -mips/ip28r10k-2005_1.cf,
2923   -mips/ip30r10k-2005_1.cf, -mips/ip32r5k-2005_1.cf:
2924   Remove old configs.
2925
2926   10 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2927   generic/linuxrc:
2928   We can't use vol_id since it was a part of udev.
2929
2930   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2931   genkernel.8:
2932   Added --static to man page for bug #135703.
2933
2934   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2935   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
2936   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
2937   Add a modified version of the two LUKS patches that made their
2938   way into bugzilla for bug #122421.
2939
2940   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2941   alpha/modules_load, generic/initrd.defaults, generic/linuxrc,
2942   x86/modules_load, x86_64/modules_load, xen0/modules_load,
2943   xenU/modules_load:
2944   Added code to allow the root file-system to be a module. This
2945   is for bug #118098.
2946
2947   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2948   generic/linuxrc:
2949   Changed real_init to init_opts to be more accurate, and added a
2950   proper real_init option to allow the selection of the init
2951   executable to run. This is for bug #113426.
2952
2953   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2954   gen_initramfs.sh, gen_initrd.sh:
2955   Added fix for bug #134843 from Thomas Raschbacher
2956   <lordvan@gentoo.org> for evms and later glibc versions.
2957
2958   05 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2959   genkernel.8:
2960   Fixed man page. Thanks to Andrew Yates <andrew@andrewyates.net>
2961   for the patch.
2962
2963   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2964   alpha/busy-config, ia64/busy-config, mips/busy-config,
2965   parisc/busy-config, parisc64/busy-config, ppc/busy-config,
2966   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
2967   um/busy-config, x86/busy-config, x86_64/busy-config,
2968   xen0/busy-config, xenU/busy-config:
2969   Added CONFIG_ASH_READ_TIMEOUT=y so we have a timeout value on
2970   read, used for keymap selection.
2971
2972   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2973   generic/linuxrc:
2974   More spacing cleanups.
2975
2976   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2977   generic/linuxrc:
2978   I accidentally removed some stuff that needed to be there in my
2979   overzealous debug cleanup.
2980
2981   01 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2982   generic/linuxrc:
2983   Cleaning up debug statements.
2984
2985   31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2986   generic/linuxrc:
2987   Ooops... forgot my then after elif. I hope nobody noticed.
2988
2989   31 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2990   generic/linuxrc:
2991   Change cp to mknod for sr0/loop0 for mips and also for tty1 for
2992   splash.
2993
2994   30 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2995   generic/linuxrc:
2996   Change cp to mknod for console/null.
2997
2998   25 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
2999   generic/initrd.scripts, generic/linuxrc:
3000   Fix an error in setup_unionfs and add in some debug support to
3001   figure out why/where this initramfs is stopping.
3002
3003   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3004   generic/initrd.scripts:
3005   Fixed up TODO with actual working code since we don't have awk.
3006
3007   24 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3008   generic/initrd.scripts, generic/linuxrc:
3009   Add in image.squashfs as a squashfs loop, since it is now the
3010   default in catalyst. Also, added a nice TODO about docache and
3011   size restrictions into cache_cd_contents.
3012
3013   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3014   gen_cmdline.sh:
3015   Just some spacing clean ups in the long usage listing.
3016
3017   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3018   genkernel.conf:
3019   Comment the rest of the udev syuff from genkernel.conf as it
3020   shouldn't be necessary anymore with mdev.
3021
3022   19 May 2006; Tim Yamin <plasmaroo@gentoo.org>
3023   alpha/busy-config, gen_compile.sh, gen_initramfs.sh,
3024   generic/initrd.scripts, generic/linuxrc, genkernel,
3025   genkernel.conf, ia64/busy-config, mips/busy-config,
3026   parisc/busy-config, parisc64/busy-config,
3027   -pkg/busybox-1.00-headers_fix.patch,
3028   -pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2,
3029   +pkg/busybox-1.1.0-gentoo-gk4-20060519-snappie.tar.bz2,
3030   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
3031   sparc64/busy-config, um/busy-config, x86/busy-config,
3032   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
3033   Update to busybox 1.1.0; port over to use mdev.
3034
3035   07 May 2006; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3036   genkernel:
3037   Fix #132408.
3038
3039   07 May 2006; Tim Yamin <plasmaroo@gentoo.org>
3040   gen_initramfs.sh, gen_initrd.sh:
3041   Fix #131769.
3042
3043   27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3044   gen_compile.sh:
3045   Added patch for unionfs from bug #129965.
3046
3047   27 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3048   gen_compile.sh:
3049   Add -DUNIONFS_UNSUPPORTED for 2.6.16 and unionfs.
3050
3051   25 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3052   alpha/modules_load, x86/modules_load, x86_64/modules_load,
3053   xen0/modules_load, xenU/modules_load:
3054   Added some more modules to MODULES_SCSI that could be used to
3055   boot from a genkernel-compiled kernel on a live system.
3056
3057   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3058   gen_compile.sh, generic/initrd.scripts, generic/linuxrc:
3059   Added patch from Mike Auty for udev 088+.
3060
3061   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3062   alpha/modules_load, x86/modules_load, x86_64/modules_load,
3063   xen0/modules_load, xenU/modules_load:
3064   Added 3ware card drivers to scsi modules on x86/amd64/alpha.
3065
3066   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3067   gen_compile.sh, genkernel:
3068   Updated to *hopefully* work with udev 087.
3069
3070   14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> alpha/config.sh,
3071   ia64/config.sh, parisc/config.sh, parisc64/config.sh,
3072   ppc/config.sh, ppc64/config.sh, sparc/config.sh,
3073   sparc64/config.sh, um/config.sh, x86/config.sh,
3074   x86_64/config.sh, xen0/config.sh, xenU/config.sh:
3075   Fix #107628.
3076
3077   14 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3078   gen_initramfs.sh, gen_initrd.sh, generic/initrd.scripts,
3079   generic/linuxrc, genkernel:
3080   ->3.3.11d. Fix #121616, #128805, #129887, #129910.
3081
3082   14 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3083   generic/initrd.scripts:
3084   Forgot one part of the patch from bug #121334.
3085
3086   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3087   gen_compile.sh, genkernel, genkernel.8:
3088   Updated the unionfs compiling section. This *should* allow
3089   unionfs to build on supported kernels.
3090
3091   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3092   generic/linuxrc:
3093   Uncommented suspend2 support from bug #114266.
3094
3095   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3096   generic/initrd.scripts, generic/linuxrc:
3097   Added unionfs patches from bug #121334.
3098
3099   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3100   generic/initrd.scripts, generic/linuxrc, genkernel,
3101   x86/busy-config, x86/modules_load, x86_64/busy-config,
3102   x86_64/modules_load, xen0/busy-config, xen0/modules_load,
3103   xenU/busy-config, xenU/modules_load:
3104   Added a check for /dev/tty0 to setup_keymap, added raid
3105   personality modules for EVMS, and fixed lots of space/tab
3106   issues, along with a general style cleanup. I'm calling this
3107   one 3.3.11b internally, and hopefully it will be added to the
3108   tree if it resolves bug #124388.
3109
3110   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3111   gen_cmdline.sh, gen_initramfs.sh, gen_initrd.sh,
3112   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
3113   dobladecenter->slowusb
3114
3115   06 Apr 2006; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3116   +pkg/klibc-1.2.1-nostdinc-flags.patch:
3117   Add hardened fix for bug #128806.
3118
3119   24 Mar 2006; Tim Yamin <plasmaroo@gentoo.org>
3120   ia64/kernel-config-2.6:
3121   Update config for the new Fusion MPT CONFIG_ options on newer
3122   2.6 kernels; bug #125353.
3123
3124   10 Mar 2006; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3125   Fix bug #124251.
3126
3127   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3128   generic/linuxrc:
3129   Updated copyright notice to get KingTaco off my back.
3130
3131   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3132   gen_initramfs.sh, gen_initrd.sh:
3133   Added 0 0 to end of the ram0 line on fstab. Blame KingTaco for
3134   pointing it out.
3135
3136   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3137   gen_compile.sh:
3138   Changed unpacking of klibc to use tar j instead of tar z.
3139
3140   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3141   genkernel.conf:
3142   Let's use the bzip2 tarball of klibc by default form now on,
3143   shall we...
3144
3145   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> genkernel,
3146   +pkg/klibc-1.1.16-sparc2.patch:
3147   Added klibc patch for sparc to CVS (from distfiles). This is
3148   3.3.11 so like... run in fear or something...
3149
3150   02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3151   gen_cmdline.sh, gen_determineargs.sh, gen_initramfs.sh,
3152   gen_initrd.sh, genkernel:
3153   Added patch from Kumba to make certain initrd functions less
3154   mips-specific.
3155
3156   27 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3157   gen_compile.sh, genkernel:
3158   Removed save_args/reset_args on kernel. This is 3.3.11_pre7.
3159
3160   26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3161   unset temp vars so they get cleaned up
3162
3163   26 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3164   gen_initramfs.sh, genkernel:
3165   bump to pre6. resets ARCH env var after utils are compiled
3166
3167   25 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3168   gen_arch.sh, gen_compile.sh, genkernel:
3169   Added sparc patches for udev/klibc.
3170
3171   24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3172   gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
3173   gen_determineargs.sh, genkernel:
3174   Added nice and fun patch from dostrow for building on ppc64 (and
3175   possibly others) with mixed kernel/userland.
3176
3177   23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3178   generic/linuxrc:
3179   Added fix for bug #120031.
3180
3181   20 Jan 2006; Joshua Kinard <kumba@gentoo.org>
3182   +mips/ip32rm52-2006_0.cf:
3183   Kernel 2.6.14.6 config for SGI O2 w/ RM5271 CPU ("Nevada")
3184
3185   15 Jan 2006; Joshua Kinard <kumba@gentoo.org> gen_cmdline.sh,
3186   gen_determineargs.sh, genkernel:
3187   Add support to genkernel to build a monolithic kernel by
3188   skipping module building sections when
3189   --static is passed on the gk commandline.
3190
3191   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3192   gen_compile.sh:
3193   Added comment about utils breaking udev so we don't break it
3194   again inadvertently.
3195
3196   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3197   gen_compile.sh, genkernel, +pkg/busybox-1.00-headers_fix.patch:
3198   Added busybox headers fix (_pre2) and changed utils to runtask
3199   on udev build (_pre3).
3200
3201   12 Jan 2006; Joshua Kinard <kumba@gentoo.org>
3202   netboot/linuxrc.x:
3203   chmod +x the udhcpc script on bootup
3204
3205   12 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3206   gen_compile.sh, genkernel, -pkg/byteswap.h:
3207   Added patch from bug #118324.
3208
3209   10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3210   x86/modules_load, x86_64/modules_load, xen0/modules_load,
3211   xenU/modules_load:
3212   Added additional SATA controllers to MODULES_SATA for loading
3213   into the initrd/initramfs image.
3214
3215   07 Jan 2006; Joshua Kinard <kumba@gentoo.org>
3216   gen_initramfs.sh, +mips/ip22r4k-2006_0.cf,
3217   +mips/ip22r5k-2006_0.cf, +mips/ip27r10k-2006_0.cf,
3218   +mips/ip28r10k-2006_0.cf, +mips/ip30r10k-2006_0.cf,
3219   +mips/ip32r5k-2006_0.cf, +mips/nb-busybox.cf, +netboot,
3220   +netboot/linuxrc.x, +netboot/misc, +netboot/misc/bin,
3221   +netboot/misc/bin/net-setup, +netboot/misc/etc,
3222   +netboot/misc/etc/fstab, +netboot/misc/etc/group,
3223   +netboot/misc/etc/inittab, +netboot/misc/etc/passwd,
3224   +netboot/misc/etc/profile, +netboot/misc/etc/resolv.conf,
3225   +netboot/misc/etc/shadow, +netboot/misc/etc/shells,
3226   +netboot/misc/usr, +netboot/misc/usr/share,
3227   +netboot/misc/usr/share/terminfo,
3228   +netboot/misc/usr/share/terminfo/p,
3229   +netboot/misc/usr/share/terminfo/p/putty,
3230   +netboot/misc/usr/share/udhcpc,
3231   +netboot/misc/usr/share/udhcpc/default.script:
3232   Import the Genkernel-side of things for the catalyst2 netboot2
3233   module
3234
3235   06 Jan 2006; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3236   udev compile change from runtask to utils
3237
3238   03 Jan 2006; Tim Yamin <plasmaroo@gentoo.org>
3239   gen_bootloader.sh, gen_compile.sh, gen_determineargs.sh,
3240   gen_initramfs.sh, genkernel:
3241   Fix #115263, #117392, add a fix to sanify LOCALVERSION if
3242   unresolved variables are embedded.
3243
3244   02 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
3245   alpha/modules_load, um/modules_load, x86/modules_load,
3246   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
3247   Updated Fusion MPT support for bug #117114.
3248
3249   21 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
3250   Fix --kernel-cross-compile with PPC64.
3251
3252   18 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3253   genkernel:
3254   Add a compile_klibc(...) fix for old GNU tars and patch the
3255   klibc Makefile to leave /lib alone.
3256
3257   16 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
3258   runtask -> utils for compile_klibc.
3259
3260   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3261   gen_compile.sh, genkernel:
3262   Added x86/klibc fix.
3263
3264   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3265   x86/kernel-config-2.6:
3266   Added HERMES support to use in-kernel driver rather than
3267   external.
3268
3269   15 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
3270   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
3271   Fix #109196.
3272
3273   15 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3274   +pkg/byteswap.h:
3275   Fix to allow udev 076 and udev 077 to compile... add a missing
3276   file byteswap.h to klibc-1.1.1
3277
3278   15 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3279   genkernel.conf:
3280   Removed versions from all packages that are pulled from upstream
3281   so we can use sed in the ebuild to set these, making maintenance
3282   easier.
3283
3284   09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3285   add quotes to the ARCH= stuff for the kernel
3286
3287   09 Dec 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3288   Forcibly set the ARCH when compiling the kernel
3289
3290   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3291   x86/kernel-config-2.6:
3292   Changed CONFIG_BLK_DEV_MD=y for bug #112962.
3293
3294   06 Dec 2005; Tim Yamin <plasmaroo@gentoo.org>
3295   gen_bootloader_grub.awk:
3296   Fix #100637.
3297
3298   05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3299   Back out suspend2 support temporarily as per #114266 comment 10.
3300
3301   05 Dec 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3302   Fix #113634, #114266.
3303
3304   05 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3305   x86/kernel-config-2.6:
3306   Added USB Printer support for bug #114496.
3307
3308   28 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3309   x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
3310   Added sata_mv to x86/amd64 for Marvell SATA controllers and
3311   updated 2.6 kernel config for x86 to match what would be used on
3312   a current 2.6.14 LiveCD.
3313
3314   23 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3315   Version Bump 3.3.8
3316
3317   23 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
3318   gen_initrd.sh:
3319   Fix bug 113287
3320
3321   22 Nov 2005; Eric Edgar <rocket@gentoo.org> genkernel.conf:
3322   Update unionfs in genkernel.conf to 1.1.1
3323
3324   21 Nov 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3325   fix for sys delete bug 109819
3326
3327   21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3328   genkernel.conf:
3329   Add support for dmraid1.0.0.rc9 to fix bug 94762
3330
3331   21 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
3332   gen_initrd.sh, gen_moddeps.sh, gen_package.sh:
3333   Fix missing moddeps file by adding a test;Do not keep the
3334   initrd/initramfs with a kernelz system as it is already bundled
3335   together.
3336
3337   18 Nov 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3338   Fix {PPC+Catalyst+Pegasos} build failure regression.
3339
3340   17 Nov 2005; Tim Yamin <plasmaroo@gentoo.org>
3341   -pkg/udev-054.tar.bz2, -pkg/udev-068.tar.bz2:
3342   Remove obsoleted udev...
3343
3344   17 Nov 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3345   gen_determineargs.sh, genkernel.conf:
3346   Udev 075 support, klibc 1.1.1, and fixes for ppc on 2.6.14+
3347   kernels
3348
3349   04 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3350   gen_arch.sh, gen_initramfs.sh, gen_initrd.sh,
3351   generic/initrd.scripts, generic/linuxrc, genkernel, +mips,
3352   +mips/busy-config, +mips/config.sh, +mips/ip22r4k-2005_1.cf,
3353   +mips/ip22r5k-2005_1.cf, +mips/ip27r10k-2005_1.cf,
3354   +mips/ip28r10k-2005_1.cf, +mips/ip30r10k-2005_1.cf,
3355   +mips/ip32r5k-2005_1.cf, +mips/modules_load, +pkg/mips,
3356   +pkg/mips/.keep:
3357   Added patches from bug #106338. This means mips support in
3358   genkernel. Blame Kumba.
3359
3360   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3361   generic/linuxrc, genkernel:
3362   Changed the version indicator, fixing fstab generation for
3363   unionfs, and resolving bug #103332.
3364
3365   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3366   gen_initramfs.sh:
3367   Made symlink relative for bug #105572.
3368
3369   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3370   gen_compile.sh, genkernel.conf, +pkg/udev-068.tar.bz2:
3371   Upgraded to udev 068 and also closing bug #103936.
3372
3373   28 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3374   gen_funcs.sh:
3375   Added fix for bug #103717.
3376
3377   21 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3378   x86/kernel-config-2.6:
3379   Updated x86 2.6 kernel configuration.
3380
3381   10 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3382   alpha/modules_load, x86/modules_load, x86_64/modules_load:
3383   Added fix for bug #102006.
3384
3385   31 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3386   Update genkernel version number
3387
3388   31 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3389   x86/kernel-config-2.6:
3390   CONFIG_PRINTER=m for bug #104229.
3391
3392   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3393   generic/initrd.scripts, generic/linuxrc:
3394   Add nodetect and doload patch from bug #102643, with some
3395   modifications.
3396
3397   16 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3398   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc:
3399   Fix for bug 83276 and add udevsend binary to initramfs for newer
3400   udevs
3401
3402   16 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3403   alpha/modules_load, um/modules_load, x86/modules_load,
3404   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
3405   Added dm-mirror to dmraid on all supported arches for bug
3406   #102739.
3407
3408   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
3409   Fix #101716.
3410
3411   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
3412   gen_configkernel.sh:
3413   Fix #88080.
3414
3415   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
3416   Fix #102407.
3417
3418   15 Aug 2005; Tim Yamin <plasmaroo@gentoo.org>
3419   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2:
3420   Fix #102491.
3421
3422   11 Aug 2005; Eric Edgar <rocket@gentoo.org>
3423   alpha/modules_load, um/modules_load, x86/modules_load,
3424   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
3425   Fix bug 102006 for dm-bbr. Added dm-bbr to modules_load files
3426   under MODULES_LVM2.
3427
3428   11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
3429   Fix for bug 91966. Link lib64 to lib in the initramfs
3430
3431   11 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3432   generic/linuxrc:
3433   Fix for newer udevs to detect udevstart
3434
3435   06 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3436   gen_configkernel.sh:
3437   Fixed config parsing for dmraid/lvm2 to only set =m if item is
3438   not set. Closing bug #101535.
3439
3440   02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
3441   ppc/config.sh, ppc64/config.sh:
3442   Fix incorrect commit
3443
3444   02 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
3445   gen_initramfs.sh, ppc/config.sh, ppc64/config.sh:
3446   Create symlink to init named linuxrc. In preparation for the
3447   need to pack the cpio into the kernel
3448
3449   02 Aug 2005; Eric Edgar <rocket@gentoo.org>
3450   generic/initrd.scripts:
3451   Add iseries virtual cdrom auto scanning support
3452
3453   01 Aug 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3454   Remove unnecessary check for multiple running genkernels.
3455
3456   01 Aug 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh,
3457   genkernel:
3458   kerncache wasnt sending the config to /etc/kernels properly
3459
3460   30 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3461   generic/initrd.scripts, generic/linuxrc, genkernel,
3462   ppc/config.sh:
3463   Fix cosmetics and PPC without --genzimage.
3464
3465   30 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3466   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
3467   generic/initrd.defaults, generic/initrd.scripts,
3468   generic/linuxrc, genkernel:
3469   Finally making the --bladecenter/dobladecenter stuff correct.
3470   Thanks plasmaroo for helping me wrap my head around how this
3471   works and to remove my dirty hack.
3472
3473   29 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3474   genkernel:
3475   >> 3.3.3. Fix KERNEL_MAKE_DIRECTIVE_2 if not using --genzimage.
3476
3477   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3478   gen_initramfs.sh, gen_initrd.sh, generic/linuxrc:
3479   Fixed up the BladeCenter support some more.
3480
3481   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3482   generic/linuxrc:
3483   Added bladecenter boot-time option, also... so kernels don't
3484   *have* to be built with --bladecenter.
3485
3486   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3487   generic/initrd.scripts:
3488   Fixed up --bladecenter expressions
3489
3490   29 Jul 2005; Eric Edgar <rocket@gentoo.org>
3491   gen_determineargs.sh, gen_initramfs.sh:
3492   Fix a few directory creation issues and a typo
3493
3494   29 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3495   gen_cmdline.sh, gen_determineargs.sh, generic/initrd.scripts,
3496   generic/linuxrc:
3497   Added --bladecenter for slow USB CD on IBM BladeCenter.
3498
3499   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh:
3500   Better genkernel.log output for initramfs
3501
3502   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
3503   print warning that unionfs flag is disabled at this time
3504
3505   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
3506   Remove normal access to unionfs
3507
3508   29 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
3509   Change unionfs so that it is clearly noted as experimental
3510
3511   28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh,
3512   generic/linuxrc:
3513   Fix cp /dev/tty1 error message
3514
3515   28 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3516   gen_initramfs.sh, gen_initrd.sh, gen_package.sh, ppc/config.sh:
3517   Fix ppc not compiling without --genzimage
3518
3519   28 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3520   gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
3521   generic/linuxrc, genkernel, genkernel.8,
3522   pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/config.sh:
3523   >> 3.3.1. Fix #100144, #100169, #100583.
3524
3525   25 Jul 2005; Eric Edgar <rocket@gentoo.org>
3526   gen_determineargs.sh, gen_package.sh:
3527   Remove extra TEMP checking code that was commented out
3528
3529   25 Jul 2005; Eric Edgar <rocket@gentoo.org>
3530   gen_determineargs.sh, gen_package.sh, genkernel:
3531   Add kernelz- to minkernpackage and kerncache
3532
3533   22 Jul 2005; Eric Edgar <rocket@gentoo.org>
3534   gen_determineargs.sh, gen_package.sh:
3535   Remove extra checks that fail
3536
3537   20 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_package.sh:
3538   Fix minkernpackage breakage regarding the TEMP and TMPDIR
3539   variable
3540
3541   19 Jul 2005; Eric Edgar <rocket@gentoo.org>
3542   generic/initrd.scripts:
3543   Switch order of error messages to make less confusing
3544
3545   19 Jul 2005; Eric Edgar <rocket@gentoo.org>
3546   generic/initrd.scripts, generic/linuxrc, genkernel:
3547   Fix exit 1 issue being always called. Add UID support for
3548   unionfs. add check for livecd.unionfs file on blockdev
3549
3550   19 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3551   gen_funcs.sh, gen_initramfs.sh, gen_initrd.sh, generic/linuxrc,
3552   genkernel:
3553   Fix --no-install cleaning the tmpdir bug that plasmaroo reported
3554
3555   18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3556   Fix info about the framebuffers
3557
3558   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
3559   genkernel:
3560   cause genkernel to die if cant write to the DEBUGFILE. remove
3561   extra info strings that arent necessary
3562
3563   18 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3564   Fix genkernel finishing info messages to be more accurate
3565
3566   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_funcs.sh,
3567   genkernel:
3568   Cleanup tmpdirs if genkernel dies abnormally
3569
3570   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initrd.sh:
3571   Fix evms bugs with missing sbin for an initrd
3572
3573   18 Jul 2005; Eric Edgar <rocket@gentoo.org>
3574   gen_determineargs.sh, gen_initramfs.sh:
3575   Fix evms bugs with missing sbin. Remove prepare line as it
3576   probably isnt necessary
3577
3578   18 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_bootloader.sh,
3579   gen_cmdline.sh, gen_determineargs.sh, gen_funcs.sh,
3580   gen_initramfs.sh, gen_package.sh, generic/initrd.scripts,
3581   generic/linuxrc, genkernel, genkernel.conf:
3582   Create additional cleanup options. --postclear for final
3583   cleanup and 2 new genkernel.conf options. Also fixup TEMP dir
3584   creation and extraneous %%ARCH%% creation in the cache_dir
3585
3586   16 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3587   gen_initramfs.sh, gen_initrd.sh, genkernel:
3588   Fix #98886.
3589
3590   15 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3591   genkernel:
3592   >> 3.2.6. Fix mkdir linuxrc issues and bootstrapCD() not getting
3593   called as early as it should,
3594
3595   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3596   generic/initrd.scripts:
3597   Fix '[: /dev/md: unknown operand' for LiveCD boots.
3598
3599   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3600   ia64/kernel-config-2.6:
3601   Add USB Storage support.
3602
3603   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3604   Fix bug #80617.
3605
3606   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3607   gen_bootloader.sh, +gen_bootloader_grub.awk,
3608   gen_determineargs.sh, genkernel, ia64/kernel-config-2.6:
3609   Fix #98944, add GRUB :root_device support and add a more
3610   versatile grub.conf updater.
3611
3612   14 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3613   x86/kernel-config-2.6:
3614   Add an updated x86 kernel config from wolf31o2.
3615
3616   13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3617   alpha/busy-config, ia64/busy-config, parisc/busy-config,
3618   parisc64/busy-config, ppc/busy-config, ppc64/busy-config,
3619   sparc/busy-config, sparc64/busy-config, um/busy-config,
3620   x86/busy-config, x86_64/busy-config, xen0/busy-config,
3621   xenU/busy-config:
3622   Add CONFIG_ASH_TIMEOUT.
3623
3624   13 Jul 2005; Eric Edgar <rocket@gentoo.org>
3625   generic/initrd.scripts:
3626   Fix find|grep output
3627
3628   13 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_initramfs.sh,
3629   gen_initrd.sh:
3630   Fix typo for evms and removing the swap libs in gen_initramfs
3631
3632   13 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3633   alpha/busy-config, gen_bootloader.sh, gen_compile.sh,
3634   gen_configkernel.sh, gen_determineargs.sh, gen_initramfs.sh,
3635   gen_package.sh, generic/initrd.scripts, generic/linuxrc,
3636   genkernel, genkernel.conf, ia64/busy-config, parisc/busy-config,
3637   parisc64/busy-config,
3638   -pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
3639   -pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
3640   +pkg/busybox-1.00-rt-mdstart.plasmaroo.tar.bz2, ppc/busy-config,
3641   ppc64/busy-config, sparc/busy-config, sparc64/busy-config,
3642   um/busy-config, x86/busy-config, x86_64/busy-config,
3643   xen0/busy-config, xenU/busy-config:
3644   Fix #97672, #98886, #98893, #98897; fix real_root=/dev/mdX:
3645   upgraded busybox to 1.00, porting in my read -t and mdstart
3646   patches.
3647
3648   13 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3649   Fix for bug 97672. Call get_KV to get the KV after the prepare
3650   has been run
3651
3652   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
3653   Fix minor print bug 98744. Shouldnt affect operation but it
3654   could be annoying
3655
3656   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3657   Fix for hardened/selinux systems to have extened attributes, per
3658   r2d2's request
3659
3660   12 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
3661   gen_determineargs.sh, genkernel:
3662   Adding --symlink to fix bug 98716
3663
3664   12 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3665   generic/initrd.scripts, generic/modprobe, genkernel,
3666   genkernel.conf:
3667   >> 3.2.2. Fix #83771, #97700, #98590, #98594, #98661, #98746.
3668
3669   12 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3670   generic/initrd.defaults, generic/linuxrc:
3671   Added multilib cdboot patch.
3672
3673   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
3674   gen_compile.sh, gen_determineargs.sh, gen_initramfs.sh,
3675   gen_initrd.sh, generic/initrd.scripts, generic/linuxrc,
3676   genkernel, genkernel.conf:
3677   ENHANCEMENT bug 83771. Add support for LABEL= and UUID=
3678
3679   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
3680   gen_determineargs.sh:
3681   Fix bug 97700. Add additional check for kernel source directory
3682   earlier
3683
3684   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_arch.sh:
3685   Fix bug 95280 in genkernel. ARCH_OVERRIDE in
3686   /etc/genkernel.conf should work now
3687
3688   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
3689   gen_determineargs.sh, generic/initrd.scripts, generic/linuxrc:
3690   remove extra make prepare in gen_determineargs.sh that breaks
3691   things. Fix md /dev creation bug 98193
3692
3693   11 Jul 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh:
3694   Fix bug 98661 with the missing underscore in gen_cmdline.sh
3695
3696   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
3697   generic/initrd.scripts, generic/linuxrc:
3698   Fix to let the /mnt/cdrom/cdupdate.sh script run just before the
3699   chroot
3700
3701   11 Jul 2005; Eric Edgar <rocket@gentoo.org>
3702   generic/initrd.scripts:
3703   send stderr to /dev/null for lvm startup
3704
3705   10 Jul 2005; Tim Yamin <plasmaroo@gentoo.org>
3706   gen_bootloader.sh, generic/linuxrc, genkernel:
3707   Fix #93178, #98436, #98501
3708
3709   08 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3710   gen_initramfs.sh, generic/initrd.defaults,
3711   generic/initrd.scripts, generic/linuxrc, genkernel, genkernel.8,
3712   genkernel.conf, x86/busy-config, x86_64/busy-config:
3713   >> 3.2.0. Add spock's gensplash fixes, fix initrd startup 'find:
3714   ...' errors.
3715
3716   01 Jul 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos:
3717   Update Pegasos config from dholm.
3718
3719   01 Jul 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3720   fix bug 97378; setup the PATH environment properly.
3721
3722   29 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3723   +pkg/udev-054.tar.bz2, -pkg/udev-058.tar.bz2:
3724   Downgrade to 054.
3725
3726   29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3727   gen_determineargs.sh:
3728   fix unionfs-modules-bincache naming error. Fix directory change
3729   error on unionfs
3730
3731   29 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3732   run modules_prepare in the kernel tree before unionfs modules
3733   compile
3734
3735   28 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3736   pkg/udev-058.tar.bz2:
3737   Revert to 1.1.
3738
3739   28 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh,
3740   generic/initrd.scripts, generic/linuxrc, pkg/udev-058.tar.bz2:
3741   changed to backticks and changed /bin/bash back to /bin/sh
3742   which is a valid shell inside the initrd/initramfs
3743
3744   27 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3745   genkernel, genkernel.conf, -pkg/udev-054.tar.bz2,
3746   +pkg/udev-058.tar.bz2:
3747   Update udev and fix for SPARC64.
3748
3749   27 Jun 2005; Eric Edgar <rocket@gentoo.org>
3750   gen_configkernel.sh:
3751   bug 97051: Initramfs on 2.6+ kernels dont require ext2
3752   filesystem so can drop this forced entry.
3753
3754   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3755   generic/initrd.defaults, generic/initrd.scripts, generic/linuxrc:
3756   Change all EVMS/evms to EVMS2/evms2 for consitency. Also,
3757   enabled dodmraid by default.
3758
3759   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3760   generic/linuxrc:
3761   Must use /bin/bash for dollar-sign, parentheses sub-shell syntax.
3762
3763   27 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3764   x86/modules_load, x86_64/modules_load:
3765   Changed sata_vitesse to sata_vsc and closing bug #97089.
3766
3767   27 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3768   linuxrc that should not create avc denied messages for a
3769   hardened system.
3770
3771   24 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org> genkernel:
3772   _pre12... ph43r...
3773
3774   24 Jun 2005; Eric Edgar <rocket@gentoo.org> genkernel:
3775   Add info for cmdline usage to genkernel
3776
3777   23 Jun 2005; Eric Edgar <rocket@gentoo.org>
3778   generic/initrd.scripts:
3779   Fix confusing volume manager message
3780
3781   23 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3782   alpha/modules_load, x86_64/modules_load:
3783   Add Fusion MPT support
3784
3785   23 Jun 2005; Eric Edgar <rocket@gentoo.org> x86/modules_load:
3786   Add Fusion MPT support for VMWare machines
3787
3788   23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3789   Add missing else
3790
3791   23 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3792   Fix missing elif
3793
3794   22 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3795   genkernel, pkg/udev-054.tar.bz2:
3796   Fix #76082, #86487, #87673, #95993.
3797
3798   22 Jun 2005; Eric Edgar <rocket@gentoo.org>
3799   generic/initrd.scripts, generic/linuxrc:
3800   Fix bug 87673. Option passing for dmraid. dodmraid= on the
3801   cmdline. sets up /sbin/dmraid -ay .
3802
3803   22 Jun 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3804   Fix for bug 86487. Allowing a subdirectory of a block device to
3805   be chrooted from and booted. New cmdline option subdir=
3806
3807   22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3808   Fix udev for sparc so it compiles properly
3809
3810   22 Jun 2005; Eric Edgar <rocket@gentoo.org>
3811   generic/initrd.scripts, generic/linuxrc:
3812   Remove sort because busybox is not compiled with it. Remove
3813   unnecessary UML fixes
3814
3815   22 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
3816   gen_compile.sh, gen_determineargs.sh:
3817   Fix bug 68903; Allows the CROSS_COMPILE env to be set for
3818   kernel compiles. Added --kernel-cross-compile= option
3819
3820   21 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3821   genkernel, genkernel.8:
3822   Fix #95993, #96300.
3823
3824   20 Jun 2005; Eric Edgar <rocket@gentoo.org>
3825   gen_determineargs.sh:
3826   Fix genkernel crash when .config is present and testing for
3827   Localversion info on a 2.6 kernel
3828
3829   17 Jun 2005; Eric Edgar <rocket@gentoo.org>
3830   gen_determineargs.sh:
3831   Fix 2.6 crash detecting LocalVersion, fix 2.4 kernels so they
3832   dont do localversion checks as they dont support it
3833
3834   16 Jun 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3835   udev build fix for no ARCH=um architectures
3836
3837   16 Jun 2005; Eric Edgar <rocket@gentoo.org>
3838   gen_determineargs.sh, gen_initramfs.sh, gen_initrd.sh,
3839   gen_moddeps.sh, genkernel:
3840   Localversion changes to kerncache, and added a sleep statement
3841   so modprobe loop has a chance to work
3842
3843   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3844   Fix devfs for those archs that still need it.
3845
3846   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3847   gen_compile.sh, gen_determineargs.sh, gen_funcs.sh,
3848   gen_initramfs.sh, gen_initrd.sh, gen_package.sh,
3849   generic/initrd.defaults, generic/initrd.scripts,
3850   generic/linuxrc, genkernel, genkernel.conf:
3851   Add rocket's unionfs patch and linuxrc cleanup; fix Pegasos with
3852   regard to initramfs.
3853
3854   15 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> ppc/Pegasos,
3855   ppc/config.sh:
3856   Fix Pegasos on initramfs and add an updated Pegasos config,
3857   thanks dholm!
3858
3859   12 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3860   Fix 'lib64: No such...' error.
3861
3862   07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3863   gen_package.sh:
3864   Fixing up minkernpackage
3865
3866   07 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3867   x86_64/kernel-config-2.6:
3868   Added floppy module to kernel config for bug #95272.
3869
3870   04 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3871   x86_64/kernel-config-2.6:
3872   Disable sound stuff, #92711.
3873
3874   03 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3875   gen_bootloader.sh, genkernel:
3876   Fix syntax.
3877
3878   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3879   gen_bootloader.sh:
3880   Add GRUB support cleanup by Richard Morris (#59192) to show an
3881   error if we can't work out device nodes and tell the user to
3882   manually generate grub.conf.
3883
3884   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3885   +gen_initramfs.sh:
3886   Add gen_initramfs.sh into CVS from rocket's initramfs support
3887   patches.
3888
3889   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
3890   Fix #94860; clean up concurrent compile tmpdir-setting.
3891
3892   02 Jun 2005; Tim Yamin <plasmaroo@gentoo.org>
3893   alpha/busy-config, generic/initrd.defaults,
3894   generic/initrd.scripts, generic/linuxrc, genkernel.8,
3895   ia64/busy-config, parisc/busy-config, parisc64/busy-config,
3896   ppc/busy-config, ppc64/busy-config, sparc/busy-config,
3897   sparc64/busy-config, um/busy-config, x86/busy-config,
3898   x86_64/busy-config, xen0/busy-config, xenU/busy-config:
3899   Remove evms and lvm2 from default boot args (they cause hardware
3900   issues, so users should explicitly specify them); add NFSboot
3901   support patches by Thomas Seiler.
3902
3903   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3904   x86/kernel-config-2.6:
3905   Updated x86 2.6 kernel to 2005.0 config.
3906
3907   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3908   alpha/kernel-config-2.4, +alpha/kernel-config-2.6,
3909   alpha/modules_load, um/modules_load, x86/modules_load,
3910   x86_64/modules_load, xen0/modules_load, xenU/modules_load:
3911   Updated alpha kernel configs to 2005.0 configs and updated
3912   modules_load for alpha, um, x86, x86_64, xen0, and xenU to match
3913   x86.
3914
3915   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3916   gen_configkernel.sh:
3917   Added config parsing for dmraid modules if genkernel is called
3918   with --dmraid
3919
3920   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3921   gen_configkernel.sh:
3922   Added check for --lvm2 and enable lvm2-required modules if they
3923   are not enabled already in the supplied .config file.
3924
3925   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3926   x86/modules_load:
3927   Adding back in atp870u to modules_load on x86.
3928
3929   02 May 2005; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
3930   Add ata_piix.
3931
3932   22 Apr 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3933   Added support for reading /mnt/cdrom/cdupdate.sh if its
3934   executable on the livecd
3935
3936   22 Apr 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
3937   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
3938   gen_initrd.sh, gen_package.sh, generic/linuxrc, genkernel,
3939   genkernel.8, -notes, -pkg/dietlibc-0.27.tar.bz2, +pkg/ia64,
3940   +pkg/ia64/README, +pkg/um, +pkg/um/README, +pkg/xen0,
3941   +pkg/xen0/README, +pkg/xenU, +pkg/xenU/README, +ppc/Pegasos,
3942   ppc/config.sh, +um, +um/busy-config, +um/config.sh,
3943   +um/kernel-config-2.4, +um/kernel-config-2.6, +um/modules_load,
3944   +xen0, +xen0/busy-config, +xen0/config.sh,
3945   +xen0/kernel-config-2.4, +xen0/kernel-config-2.6,
3946   +xen0/modules_load, +xenU, +xenU/busy-config, +xenU/config.sh,
3947   +xenU/kernel-config-2.4, +xenU/kernel-config-2.6,
3948   +xenU/modules_load:
3949   >> 3.2.0_beta1; now with extra froz-faktor <TM>.
3950
3951   29 Mar 2005; Eric Edgar <rocket@gentoo.org> generic/linuxrc:
3952   fixed bug in scan delay so that it will work with both udev and
3953   devfs
3954
3955   13 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3956   Add missing mkdir -p /etc/sysconfig to linuxrc.
3957
3958   12 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
3959   Get udev to go as the default manager if the udev binary exists
3960   and 2.6 or above is being used.
3961
3962   11 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
3963   mkdir -> mkdir -p
3964
3965   10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3966   genkernel:
3967   Fix udev.rules install issue.
3968
3969   10 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
3970   genkernel, genkernel.conf, -pkg/udev-039.tar.bz2,
3971   +pkg/udev-054.tar.bz2:
3972   >> 3.1.3. Remove udev static mode; upgrade udev to 054 instead.
3973
3974   08 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
3975   generic/initrd.defaults, generic/linuxrc:
3976   Add patch by Gerte Hoogewerf (gerte <-at-> nieuwenborg.nl) to
3977   fix dmraid with cdroot.
3978
3979   07 Mar 2005; Eric Edgar <rocket@gentoo.org>
3980   gen_configkernel.sh:
3981   Fix possible broken pipe error message when configuring the
3982   kernel
3983
3984   07 Mar 2005; Eric Edgar <rocket@gentoo.org> gen_compile.sh:
3985   Fix for broken pipe when configuring busybox in the
3986   gen_compile.sh script
3987
3988   07 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
3989   genkernel, x86/modules_load, x86_64/modules_load:
3990   >> 3.1.1d. Add sata_qstor; fix #83328.
3991
3992   03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
3993   generic/initrd.scripts:
3994   Check for dummy 'livecd' file instead of 'gentoo'.
3995
3996   03 Mar 2005; Tim Yamin <plasmaroo@gentoo.org>
3997   generic/initrd.scripts, genkernel:
3998   >> 3.1.1c. Add LiveCD detection to skip mountable but non-LiveCD
3999   media; requires Catalyst 1.1.6.
4000
4001   02 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel,
4002   genkernel.conf:
4003   Bump dmraid, >> 3.1.1.b.
4004
4005   01 Mar 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
4006   genkernel:
4007   Fix 2.4 -j0 issue.
4008
4009   28 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
4010   Fix -j0 2.4 modules breakage.
4011
4012   25 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
4013   generic/initrd.defaults, genkernel, x86/modules_load,
4014   x86_64/modules_load:
4015   >> 3.1.0k -- Add MODULES_SATA, fix udev on non-x86 archs where
4016   there seem to be problems with KLibC+udev so use a static udev
4017   on those.
4018
4019   24 Feb 2005; Eric Edgar <rocket@gentoo.org> gen_cmdline.sh,
4020   gen_determineargs.sh, gen_package.sh, genkernel, genkernel.8:
4021   Add support for maxkernpackage
4022   creates a tarball containing:
4023   kernel
4024   initrd
4025   contents of /lib/modules
4026   kernel config
4027
4028   24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
4029   Fix 2.4 strict flag filtering issue.
4030
4031   24 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel.8:
4032   Document arbitrary scandelay initrd option.
4033
4034   20 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
4035   genkernel:
4036   Fix '/tmp/.initrd/bin/[' to '[' in places before the pivot_root.
4037
4038   18 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
4039   genkernel, pkg/udev-039.tar.bz2, x86/modules_load:
4040   Fix #58686 and #80716.
4041
4042   17 Feb 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4043   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
4044   generic/linuxrc, genkernel.conf, pkg/udev-039.tar.bz2:
4045   Add DMRAID support (thanks rocket!); fix AMD64 udev issues (#65985).
4046
4047   31 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
4048   Fix #77259.
4049
4050   30 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
4051   genkernel:
4052   Fix #79999.
4053
4054   27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
4055   -eq >> = for the LVM and EVMS2 checks.
4056
4057   27 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc,
4058   genkernel:
4059   Add patch for turning off LVM and EVMS2 optionally at boot time
4060   even if compiled into initrd; bug #79755.
4061
4062   26 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
4063   Fix #79502; thanks to rocket for the patch.
4064
4065   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> genkernel:
4066   Make udev default for 2.6+
4067
4068   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
4069   Add missing #72253 patch.
4070
4071   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
4072   Add missing echo; #77363.
4073
4074   22 Jan 2005; Tim Yamin <plasmaroo@gentoo.org>
4075   gen_bootloader.sh, generic/initrd.scripts, generic/linuxrc,
4076   genkernel:
4077   >> 3.1.0e. Fixes #73356, #74758, #77277, #77363, #78636.
4078
4079   10 Jan 2005; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4080   gen_initrd.sh:
4081   Add --evms2 patch by Eric Edgar; bug #77385.
4082
4083   21 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
4084   pkg/dietlibc-0.27.tar.bz2:
4085   >> 3.1.0d; bug #73112.
4086
4087   17 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
4088   Removing tmscsim module; bug #72055.
4089
4090   01 Dec 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
4091   Fix for bug #73054.
4092
4093   30 Nov 2004; Tim Yamin <plasmaroo@gentoo.org>
4094   gen_determineargs.sh, gen_initrd.sh:
4095   >> 3.0.2c. Adding LVM2 args code to gen_determineargs.sh.
4096
4097   29 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
4098   Bugfix for bug #72342.
4099
4100   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel,
4101   +genkernel.8:
4102   Time for our own manpage...
4103
4104   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4105   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh, genkernel,
4106   genkernel.conf:
4107   LVM2 compilation support; thanks to Eric Edgar for the patch.
4108   Bug #72129.
4109
4110   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
4111   generic/initrd.scripts, generic/linuxrc:
4112   Udev speedups; thanks to Eric Edgar for the patch - bug #72253.
4113
4114   27 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
4115   Adding MODULES_LVM2; #72129 // #72253.
4116
4117   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4118   gen_initrd.sh:
4119   Adding user-specified /linuxrc support; bug #66198.
4120
4121   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
4122   ramdisk=8092 >> ramdisk_size=8092; bug #64864.
4123
4124   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4125   gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
4126   Adding EVMS2 support; bug #61827.
4127
4128   13 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
4129   LVM fix, bug #69745.
4130
4131   05 Nov 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
4132   Fix for --minkernpackage and 'kernel' only instead of all; bug
4133   #70193.
4134
4135   26 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> x86/modules_load:
4136   uchi-hcd >> uhci-hcd.
4137
4138   25 Oct 2004; Mike Frysinger <vapier@gentoo.org> gen_cmdline.sh:
4139   clean up some of the help output
4140
4141   23 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> README,
4142   gen_cmdline.sh, gen_compile.sh, gen_determineargs.sh,
4143   gen_initrd.sh, generic/initrd.defaults, generic/initrd.scripts,
4144   generic/linuxrc, genkernel, genkernel.conf,
4145   -pkg/busybox-1.00-pre2-decl.patch,
4146   pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
4147   pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
4148   -pkg/dietlibc-0.26.tar.bz2, +pkg/dietlibc-0.27.tar.bz2,
4149   -pkg/udev-030.tar.bz2, +pkg/udev-039.tar.bz2, x86/modules_load:
4150   >> 3.1.0b.
4151
4152   09 Oct 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh:
4153   vgscan >> lvm; bug #44091.
4154
4155   02 Oct 2004; Travis Tilley <lv@gentoo.org> x86_64/modules_load:
4156   fix the sata crap
4157
4158   27 Sep 2004; Travis Tilley <lv@gentoo.org>
4159   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp,
4160   x86_64/modules_load:
4161   add bluetooth for one user's bluetooth kb+mouse, fix usb module
4162   stuff, add in support for an ide chipset used in some em64t boxes
4163
4164   27 Sep 2004; Travis Tilley <lv@gentoo.org>
4165   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
4166   CONFIG_SCSI_AIC7XXX_OLD, you are the weakest link! goodbye!
4167
4168   26 Sep 2004; Travis Tilley <lv@gentoo.org>
4169   x86_64/kernel-config-2.6, x86_64/kernel-config-2.6-smp:
4170   new generic genkernel configs. em64t support, here we come
4171
4172   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
4173   x86/kernel-config-2.6:
4174   Adding CONFIG_CRYPTO_ARC4=m; bug #58360.
4175
4176   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org>
4177   gen_bootloader.sh:
4178   Adding updated grub.conf patch from Mathias Gug, bug #57576.
4179
4180   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
4181   gen_funcs.sh, genkernel:
4182   Adding robbat2's patch for bug #62365.
4183
4184   19 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
4185   genkernel, genkernel.conf,
4186   pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
4187   -pkg/dietlibc-0.24.tar.bz2, +pkg/dietlibc-0.26.tar.bz2:
4188   Disabling dietlibc usage for devfsd and modutils; dietlibc
4189   updated to a new Hardened-aware version. Bug #60862.
4190
4191   18 Sep 2004; Tim Yamin <plasmaroo@gentoo.org> gen_package.sh:
4192   Adding missing {} around a logic check; bug #64514.
4193
4194   23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
4195   --no-lvm-2 >> --no-lvm2 as it should be.
4196
4197   23 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh:
4198   Updated the --cache-dir patch to patch #36982.
4199
4200   14 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
4201   +ia64, +ia64/busy-config, +ia64/config.sh,
4202   +ia64/kernel-config-2.6, +ia64/modules_load:
4203   Added an ia64 config.
4204
4205   11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
4206   Added a check to disable udev on 2.4 kernels; bug #59687.
4207
4208   11 Aug 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4209   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
4210   generic/initrd.scripts, generic/linuxrc, genkernel:
4211   Added LiveCD udev support.
4212
4213   07 Aug 2004; Tim Yamin <plasmaroo@gentoo.org>
4214   x86/kernel-config-2.6, x86/modules_load:
4215   modules_load cleaned up to match the version used for the 2004.2
4216   release, also added BusLogic=m to the 2.6 configartion: bug #59310.
4217
4218   30 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
4219   generic/initrd.scripts:
4220   Removed "-t iso9660" which causes issues on Gentoo/PPC-Pegasos,
4221   supposedly.
4222
4223   29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4224   gen_determineargs.sh, gen_funcs.sh, genkernel, genkernel.conf:
4225   Patch for bug #57867 adding --cachedir=<dir> by Martin Parm.
4226
4227   29 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
4228   genkernel:
4229   '-ne' >> '!=' for LVM2 static support to work properly; bug
4230   #58816.
4231
4232   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
4233   x86/kernel-config-2.4:
4234   Ext3 shouldn't really be a module - bug #58663.
4235
4236   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
4237   generic/linuxrc:
4238   Fix for "udev" not having to be passed to the linuxrc; and a fix
4239   for the devfsd bincache not being used.
4240
4241   28 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
4242   gen_bootloader.sh, gen_cmdline.sh, gen_compile.sh,
4243   gen_determineargs.sh, gen_initrd.sh, generic/linuxrc, genkernel,
4244   genkernel.conf, +pkg/udev-030.tar.bz2:
4245   >> 3.0.2e. Code formatting fixes from Bob Barry, as well as a
4246   patch for bug #57953 from Martin Parm. Udev support, bug #49328.
4247
4248   22 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh:
4249   Fix for bug #57865. Thanks to Martin Parm for the patch!
4250
4251   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> genkernel:
4252   Added a patch for only [re]mounting /boot when installation is
4253   required. Patch from bug #57836 by Martin "Parmus" Parm.
4254
4255   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
4256   +gen_bootloader.sh, gen_cmdline.sh, gen_determineargs.sh,
4257   genkernel, genkernel.conf:
4258   GRUB Bootloader support - bug #57576. Thanks to Mathias Gug for
4259   the patch!
4260
4261   21 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4262   gen_compile.sh, gen_determineargs.sh, gen_initrd.sh,
4263   gen_moddeps.sh, genkernel, genkernel.conf:
4264   Adding a set of patches submitted by Martin "Parmus" Parm; bugs
4265   #57748, #57749, #57751, #57752, and #57761.
4266
4267   16 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4268   gen_funcs.sh, genkernel:
4269   Bug #57297 fix.
4270
4271   14 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh,
4272   genkernel, pkg/modutils-2.4.26.tar.bz2:
4273   >> 3.0.2d. Modutils ./configure* patch for HPPA and an option
4274   parsing fix.
4275
4276   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
4277   x86/kernel-config-2.6:
4278   Added CONFIG_PRINTER=y; bug #47666.
4279
4280   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org>
4281   gen_configkernel.sh, x86/config.sh:
4282   Added a sed to ensure Ext2 support is on; bug #52558.
4283
4284   12 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
4285   gen_initrd.sh, genkernel, x86/modules_load:
4286   >> 3.0.2c. Added more PCMCIA modules to the x86 module list; and
4287   added the bug
4288   #52561 patch.
4289
4290   03 Jul 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
4291   Added a patch allowing arguments to be passed to init by
4292   real_init=...; this closes bug #55736.
4293
4294   19 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
4295   gen_configkernel.sh:
4296   Fix for bug #54455; moved the code to create a backup .config
4297   upwards since
4298   before the "make mrproper" just wiped it out.
4299
4300   04 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
4301   generic/keymaps.tar.gz:
4302   New keymaps tarball lost the keymapList file; added back in.
4303
4304   03 Jun 2004; Tim Yamin <plasmaroo@gentoo.org>
4305   alpha/modules_load, gen_arch.sh, gen_cmdline.sh, gen_compile.sh,
4306   gen_configkernel.sh, gen_determineargs.sh, gen_funcs.sh,
4307   gen_initrd.sh, gen_moddeps.sh, gen_package.sh,
4308   generic/initrd.defaults, generic/initrd.scripts,
4309   generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
4310   genkernel, parisc/modules_load, parisc64/modules_load,
4311   pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2,
4312   ppc/modules_load, ppc64/modules_load, sparc/modules_load,
4313   sparc64/modules_load, x86/kernel-config-2.4,
4314   x86/kernel-config-2.6, x86/modules_load, x86_64/modules_load:
4315   New release:
4316   
4317   * Busybox patched to support loops on 2.4 thus giving 2.4
4318   squashfs
4319   support.
4320   * Various bug fixes; #46167, #46278, #47551, #48219, #48308,
4321   #48339, #49728, #51395, #51948.
4322   * Speedups: "" > ''; [ ! ... ] && > [ ... ] || et al where
4323   applicable.
4324
4325   11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org>
4326   x86/kernel-config-2.6:
4327   Modularized parallel support in the X86 2.6 configuration.
4328
4329   11 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_funcs.sh,
4330   generic/linuxrc, genkernel:
4331   Bugfixes for bugs #46941, #46641; and a cosmetic fix for LiveCD
4332   mount issues.
4333
4334   02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_cmdline.sh:
4335   Added an error message for mistyped options [ Bug #45946 ] and
4336   also shortened the help list into two sections: a long one specified by
4337   --help and a short default one.
4338
4339   02 Apr 2004; Tim Yamin <plasmaroo@gentoo.org> gen_initrd.sh,
4340   genkernel:
4341   Fix for bug #46596; version header update.
4342
4343   28 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> generic/linuxrc:
4344   Applied the fixed for ``docache'' to work properly on zisofs.
4345
4346   27 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> gen_compile.sh,
4347   gen_initrd.sh, generic/initrd.defaults, generic/linuxrc:
4348   A few short fixes: reduced compilation verbosity; bootsplash fix
4349   to use both 'bootsplash' and 'bootsplash.conf' rather than 'bootsplash'
4350   and also docache support which should work on at least loopFSes for now.
4351
4352   22 Mar 2004; Jason Wever <weeve@gentoo.org> sparc/config.sh:
4353   Fixed MAKEOPTS for sparc32 so kernels will reliably build.
4354
4355   21 Mar 2004; Tim Yamin <plasmaroo@gentoo.org> README, TODO,
4356   gen_cmdline.sh, gen_compile.sh, gen_configkernel.sh,
4357   gen_determineargs.sh, gen_funcs.sh, gen_initrd.sh,
4358   generic/initrd.defaults, generic/initrd.scripts,
4359   +generic/keymaps.tar.gz, generic/linuxrc, generic/modprobe,
4360   genkernel, genkernel.conf, x86/modules_load:
4361   Version bump. Closes bugs #34948, #37371, #41129, #41166,
4362   #42725, #42815, #44127, #44556, and #44601.
4363
4364   20 Mar 2004; Tim Yamin <plasmaroo@gentoo.org>
4365   -pkg/busybox-1.00-pre8-alpha.patch,
4366   -pkg/busybox-1.00-pre8-crypto-losetup.patch,
4367   -pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
4368   Removing broken 1.00-pre8 busybox.
4369
4370   08 Mar 2004; Tom Gall <tgall@gentoo.org>
4371   +ppc64/kernel-2.6-pSeries, +ppc64/kernel-2.6.g5:
4372   g5 and pseries kernel config
4373
4374   08 Mar 2004; Brad House <brad_mssw@gentoo.org> +ppc64,
4375   +ppc64/busy-config, +ppc64/config.sh, +ppc64/modules_load:
4376   ppc64 profile
4377
4378   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
4379   +ppc/2.6.3-benh2-G4-SMP.autoload, +ppc/2.6.3-benh2-G4.autoload,
4380   +ppc/2.6.3-benh2-G5-SMP.autoload, +ppc/2.6.3-benh2-G5.autoload:
4381   What stuff needs to be automatically loaded for each kernel
4382
4383   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
4384   ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
4385   bugfixes - posible /proc mounting lock bug solution included (removed
4386   rivafb support)
4387
4388   06 Mar 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
4389   ppc/G4, ppc/G4-SMP, ppc/G5, ppc/G5-SMP:
4390   bugfixed kernels - still rivafb enabled
4391
4392   01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4393   version bump
4394
4395   01 Mar 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf:
4396   busybox version change
4397
4398   27 Feb 2004; Daniel Robbins <drobbins@gentoo.org>
4399   gen_initrd.sh:
4400   initrd bootsplash fix to use "default"
4401
4402   27 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
4403   -ppc/G3, -ppc/G3-SMP:
4404   Migrated G3 into G4
4405
4406   26 Feb 2004; Pieter van den Abeele <pvdabeel@gentoo.org>
4407   +ppc/G3, +ppc/G3-SMP, +ppc/G4, +ppc/G4-SMP, +ppc/G5,
4408   +ppc/G5-SMP, -ppc/kernel-config-2.4-g3g4,
4409   -ppc/kernel-config-2.4-g5:
4410   Updated kernel .configs.
4411   
4412   G5-SMP verified to work on dual G5 1.8 w. radeon and 160G SATA
4413   Others are being tested right now
4414
4415   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
4416   +pkg/busybox-1.00-pre7-losetup-crypto-alpha.tar.bz2:
4417   busybox pre7 patched
4418
4419   25 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
4420   genkernel.conf, +pkg/busybox-1.00-pre7-crypto-losetup-2.patch,
4421   -pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2,
4422   +pkg/busybox-1.00-pre8-alpha.patch,
4423   +pkg/busybox-1.00-pre8-crypto-losetup.patch,
4424   +pkg/busybox-1.00-pre8-losetup-alpha.tar.bz2:
4425   busybox update and alpha fix
4426
4427   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
4428   generic/linuxrc, generic/modprobe:
4429   script updates, less debugging, and modprobe return code fix
4430
4431   25 Feb 2004; Brad House <brad_mssw@gentoo.org>
4432   x86/kernel-config-2.4:
4433   too many complaints, make reiser static
4434
4435   22 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4436   version update
4437
4438   22 Feb 2004; Brad House <brad_mssw@gentoo.org>
4439   +pkg/busybox-1.00-pre7-crypto-losetup-2.tar.bz2:
4440   busybox tarball
4441
4442   22 Feb 2004; Brad House <brad_mssw@gentoo.org>
4443   generic/linuxrc, genkernel.conf,
4444   -pkg/busybox-1.00-pre7-crypto-losetup.patch,
4445   -pkg/busybox-1.00-pre7-crypto-patched.tar.bz2,
4446   x86_64/kernel-config-2.6, +x86_64/kernel-config-2.6-emachines,
4447   +x86_64/kernel-config-2.6-smp:
4448   gcloop fixes
4449
4450   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
4451   create /dev/console if for some reason /dev wasn't on the fs
4452
4453   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4454   temp move
4455
4456   14 Feb 2004; Brad House <brad_mssw@gentoo.org>
4457   +pkg/busybox-1.00-pre7-crypto-patched.tar.bz2:
4458   pkg
4459
4460   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel.conf,
4461   -pkg/busybox-1.00-pre3-patched.tar.bz2,
4462   -pkg/busybox-1.00-pre3.tar.bz2,
4463   +pkg/busybox-1.00-pre7-crypto-losetup.patch:
4464   busybox updates
4465
4466   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
4467   gcloop fix
4468
4469   14 Feb 2004; Brad House <brad_mssw@gentoo.org> genkernel,
4470   +pkg/ppc, +pkg/ppc/README:
4471   updates
4472
4473   14 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
4474   initrd updates for correctness, squashfs, and gcloop
4475
4476   12 Feb 2004; Luca Barbato <lu_zero@gentoo.org> +pkg/ppc64,
4477   +pkg/ppc64/README, +ppc, +ppc/busy-config, +ppc/config.sh,
4478   +ppc/kernel-config-2.4-g3g4, +ppc/kernel-config-2.4-g5,
4479   +ppc/modules_load:
4480   pvdabeel's first import.
4481
4482   08 Feb 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
4483   typo
4484
4485   07 Feb 2004; Brad House <brad_mssw@gentoo.org>
4486   generic/linuxrc, genkernel:
4487   beta10 finalizations
4488
4489   07 Feb 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
4490   make modules_install should use -j1 only
4491
4492   07 Feb 2004; Brad House <brad_mssw@gentoo.org>
4493   gen_configkernel.sh:
4494   err, backed up wrong file :)
4495
4496   03 Feb 2004; Guy Martin <gmsoft@gentoo.org> +parisc64,
4497   +parisc64/busy-config, +parisc64/config.sh,
4498   +parisc64/kernel-config-2.4, +parisc64/modules_load,
4499   +pkg/parisc64, +pkg/parisc64/README:
4500   Ported to parisc64
4501
4502   31 Jan 2004; Brad House <brad_mssw@gentoo.org>
4503   gen_determineargs.sh:
4504   make commandline debugfile option work
4505
4506   30 Jan 2004; Brad House <brad_mssw@gentoo.org>
4507   generic/modprobe, x86_64/modules_load:
4508   modprobe fixes, and scsi module updates for x86_64
4509
4510   30 Jan 2004; Brad House <brad_mssw@gentoo.org>
4511   generic/linuxrc, genkernel:
4512   hwopts fix
4513
4514   28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4515   cleanups
4516
4517   28 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
4518   debugfile truncation fix
4519
4520   28 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4521   version bump
4522
4523   28 Jan 2004; Brad House <brad_mssw@gentoo.org>
4524   x86/kernel-config-2.6, x86_64/kernel-config-2.6:
4525   kernel config updates
4526
4527   28 Jan 2004; Brad House <brad_mssw@gentoo.org>
4528   gen_configkernel.sh, genkernel:
4529   misc fixes in relation to kernel configs
4530
4531   25 Jan 2004; Brain Jackson <iggy@gentoo.org>
4532   x86/kernel-config-2.4:
4533   new default config, works well with gentoo-sources
4534
4535   24 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_funcs.sh,
4536   generic/linuxrc, genkernel:
4537   updates
4538
4539   18 Jan 2004; Brad House <brad_mssw@gentoo.org> +alpha,
4540   +alpha/busy-config, +alpha/config.sh, +alpha/kernel-config-2.4,
4541   +alpha/modules_load, +pkg/alpha, +pkg/alpha/README:
4542   add alpha profile
4543
4544   17 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4545   version bump
4546
4547   17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
4548   must bind-mount dev for loop devices
4549
4550   17 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
4551   support multiple loop types
4552
4553   11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
4554   not -t ext3 use -t ext2 Im and idiot
4555
4556   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
4557   generic/linuxrc, genkernel:
4558   fix for loop device mounting
4559
4560   11 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4561   genkernel
4562
4563   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
4564   generic/initrd.scripts, generic/linuxrc:
4565   more fixes
4566
4567   11 Jan 2004; Brad House <brad_mssw@gentoo.org>
4568   generic/initrd.scripts, generic/linuxrc:
4569   fixes
4570
4571   11 Jan 2004; Brad House <brad_mssw@gentoo.org> generic/linuxrc:
4572   livecd fixes
4573
4574   10 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
4575   uname machine for parisc, etc
4576
4577   08 Jan 2004; Brad House <brad_mssw@gentoo.org> +pkg/sparc,
4578   +pkg/sparc/README, +pkg/sparc64, +pkg/sparc64/README:
4579   dont forget placeholders for pkg directory
4580
4581   08 Jan 2004; Brad House <brad_mssw@gentoo.org>
4582   x86_64/kernel-config-2.6:
4583   updated config
4584
4585   08 Jan 2004; Brad House <brad_mssw@gentoo.org> +TODO:
4586   todo
4587
4588   08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4589   version bump
4590
4591   08 Jan 2004; Brad House <brad_mssw@gentoo.org> genkernel:
4592   fix
4593
4594   08 Jan 2004; Brad House <brad_mssw@gentoo.org>
4595   x86_64/kernel-config-2.6:
4596   updated kernel config
4597
4598   08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
4599   gen_funcs.sh, genkernel:
4600   check for loop devices and fix debug printing
4601
4602   08 Jan 2004; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
4603   gen_determineargs.sh, generic/linuxrc, parisc/config.sh,
4604   sparc/config.sh, sparc64/config.sh, x86/config.sh,
4605   x86_64/config.sh:
4606   add makeopts params, and fixes for if old coreutils is in root
4607
4608   05 Jan 2004; Jason Wever <weeve@gentoo.org> +sparc,
4609   +sparc/busy-config, +sparc/config.sh, +sparc/kernel-config,
4610   +sparc/modules_load, +sparc64, +sparc64/busy-config,
4611   +sparc64/config.sh, +sparc64/kernel-config,
4612   +sparc64/modules_load:
4613   Added sparc and sparc64 dirs for genkernel.
4614
4615   03 Jan 2004; Guy Martin <gmsoft@gentoo.org> +parisc,
4616   +parisc/busy-config, +parisc/config.sh,
4617   +parisc/kernel-config-2.4, +parisc/modules_load, +pkg/parisc,
4618   +pkg/parisc/README:
4619   Added parisc files
4620
4621   31 Dec 2003; Seemant Kulleen <seemant@gentoo.org>
4622   +x86/kernel-config-2.4:
4623   2.4 config thanks to iggycvs add kernel-config-2.4
4624
4625   24 Dec 2003; Brad House <brad_mssw@gentoo.org>
4626   gen_determineargs.sh:
4627   no bootsplash fix
4628
4629   24 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel:
4630   reverse kernel compile with modules make
4631
4632   23 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
4633   +genkernel, -genkernel.sh:
4634   genkernel move
4635
4636   23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
4637   gen_determineargs.sh, gen_initrd.sh, generic/linuxrc,
4638   genkernel.sh:
4639   no initrd modules stuff
4640
4641   23 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
4642   gen_determineargs.sh, +gen_package.sh, genkernel.sh:
4643   changes for livecd stuff
4644
4645   22 Dec 2003; Brad House <brad_mssw@gentoo.org> README:
4646   notes
4647
4648   22 Dec 2003; Brad House <brad_mssw@gentoo.org>
4649   gen_determineargs.sh:
4650   get extraversion properly
4651
4652   17 Dec 2003; Brad House <brad_mssw@gentoo.org>
4653   -x86_64/modprobe:
4654   remove modprobe from x86_64
4655
4656   17 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
4657   gen_initrd.sh, gen_moddeps.sh, generic/initrd.defaults,
4658   generic/initrd.scripts, generic/linuxrc, generic/modprobe,
4659   x86_64/modules_load:
4660   fixes
4661
4662   17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
4663   generic/linuxrc, -x86/linuxrc, x86/modules_load,
4664   x86_64/modules_load:
4665   more generic
4666
4667   17 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
4668   +generic, +generic/initrd.defaults, +generic/initrd.scripts,
4669   +generic/linuxrc, +generic/modprobe, -x86_64/initrd.defaults,
4670   -x86_64/initrd.scripts, -x86_64/linuxrc:
4671   make more generic
4672
4673   16 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh,
4674   +gen_moddeps.sh, genkernel.sh, +x86_64/initrd.defaults,
4675   +x86_64/initrd.scripts, x86_64/linuxrc, +x86_64/modprobe,
4676   x86_64/modules_load:
4677   integrate new initrd, and module scanning
4678
4679   10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
4680   killall
4681
4682   10 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_initrd.sh:
4683   devfsd fixes
4684
4685   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
4686   typos
4687
4688   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
4689   x86/config.sh, x86_64/config.sh:
4690   fix
4691
4692   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
4693   +pkg/busybox-1.00-pre2-decl.patch:
4694   stuff
4695
4696   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
4697   gen_compile.sh, gen_determineargs.sh, x86/config.sh,
4698   x86_64/config.sh:
4699   different makes for kernel and utils
4700
4701   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
4702   gen_determineargs.sh, x86/config.sh, x86_64/config.sh:
4703   add make variable
4704
4705   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
4706   x86/config.sh:
4707   KERNEL_MAKE_2 for sparc
4708
4709   09 Dec 2003; Brad House <brad_mssw@gentoo.org> genkernel.conf,
4710   +pkg/busybox-1.00-pre3-patched.tar.bz2:
4711   busybox stuff
4712
4713   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
4714   gen_determineargs.sh, genkernel.conf, genkernel.sh:
4715   add devfsd support
4716
4717   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
4718   +pkg/devfsd-1.3.25-dietlibc-kernel25.tar.bz2,
4719   +pkg/devfsd-1.3.25-dietlibc.patch:
4720   devfsd dietlibc stuff
4721
4722   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
4723   x86/config.sh, x86_64/config.sh:
4724   fixes
4725
4726   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
4727   umm, make configure scripts work with CC, AS, and LD set or unset
4728
4729   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh:
4730   don't forget 'env' before
4731
4732   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
4733   +pkg/modutils-2.4.26.tar.bz2:
4734   forgot modutils package
4735
4736   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
4737   gen_compile.sh, gen_configkernel.sh, gen_determineargs.sh,
4738   x86/config.sh, x86_64/config.sh:
4739   need seperate toolkit for compilation of kernel and utils on sparc64
4740
4741   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_compile.sh,
4742   gen_determineargs.sh:
4743   fixes for sparc, cant set LD or AS for sparc64
4744
4745   09 Dec 2003; Brad House <brad_mssw@gentoo.org>
4746   gen_configkernel.sh, gen_determineargs.sh, genkernel.conf,
4747   -x86/kernel-config, +x86/kernel-config-2.6,
4748   -x86_64/kernel-config, +x86_64/kernel-config-2.6:
4749   make friendly with 2.4
4750
4751   09 Dec 2003; Brad House <brad_mssw@gentoo.org> gen_cmdline.sh,
4752   gen_determineargs.sh, +pkg/x86, +pkg/x86/README, +pkg/x86_64,
4753   +pkg/x86_64/README:
4754   fixes
4755
4756   09 Dec 2003; Brad House <brad_mssw@gentoo.org> README,
4757   gen_compile.sh, gen_initrd.sh, genkernel.conf, genkernel.sh:
4758   2.4 kernel updates
4759
4760   08 Dec 2003; Brad House <brad_mssw@gentoo.org> +README,
4761   +gen_arch.sh, +gen_cmdline.sh, +gen_compile.sh,
4762   +gen_configkernel.sh, +gen_determineargs.sh, +gen_funcs.sh,
4763   +gen_initrd.sh, +genkernel.conf, +genkernel.sh, +notes, +pkg,
4764   +pkg/busybox-1.00-pre3.tar.bz2, +pkg/dietlibc-0.24.tar.bz2,
4765   +pkg/module-init-tools-0.9.15-pre4.tar.bz2, +x86,
4766   +x86/busy-config, +x86/config.sh, +x86/kernel-config,
4767   +x86/linuxrc, +x86/modules_load, +x86_64, +x86_64/busy-config,
4768   +x86_64/config.sh, +x86_64/kernel-config, +x86_64/linuxrc,
4769   +x86_64/modules_load:
4770   add new genkernel dev