Fixing echo/sed for make.conf writing.
[catalyst.git] / ChangeLog
1 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
2 # $Id: $
3
4   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
5   targets/stage1/stage1-chroot.sh, targets/support/chroot-functions.sh,
6   targets/support/kmerge.sh:
7   Fixing echo/sed for make.conf writing.
8
9   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
10   targets/grp/grp-chroot.sh, targets/stage1/stage1-chroot.sh,
11   targets/support/kmerge.sh, targets/support/livecdfs-update.sh:
12   Rather than using the environment, we write out our USE to make.conf, then
13   remove it once we're done. We don't bother adding clst_HOSTUSE, since it'll
14   be written to make.conf, already.
15
16   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
17   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
18   targets/livecd-stage1/livecd-stage1-chroot.sh,
19   targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh,
20   targets/netboot2/netboot2-pkg.sh, targets/stage1/stage1-chroot.sh,
21   targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
22   targets/stage3/stage3-preclean-chroot.sh, targets/stage4/stage4-chroot.sh,
23   targets/support/chroot-functions.sh, targets/support/pre-kmerge.sh,
24   targets/support/unmerge.sh, targets/tinderbox/tinderbox-chroot.sh:
25   Changing run_emerge to run_merge, changing both setup_portage and
26   setup_myfeatures to add any USE changes to make.conf prior to merge, then
27   removing the settings added, rather than (ab)using the environment.
28
29   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
30   targets/grp/grp-chroot.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
31   targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh,
32   targets/stage4/stage4-chroot.sh, targets/support/chroot-functions.sh,
33   targets/tinderbox/tinderbox-chroot.sh:
34   Rearrange some of the functions in chroot-functions.sh in preparation for
35   some upcoming changes and rename setup_portage to setup_pkgmgr.
36
37   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
38   targets/stage1/stage1-controller.sh:
39   Removing an extra env-update call from stage1's preclean.
40
41   28 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
42   livecd/cdtar/grub-memtest86+-cdtar.tar.bz2,
43   targets/support/bootloader-setup.sh:
44   Set default for grub to 0 and updated cdtar so we don't ship a half-broken
45   help.msg which we didn't even use.
46
47   28 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
48   targets/support/bootloader-setup.sh:
49   Don't write out out 'default 1' line when creating grub.conf, since the
50   'help' entry is now at the bottom, and we want grub to default to the first
51   entry
52
53   27 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
54   targets/support/bootloader-setup.sh:
55   Removed checks on livecd/splash_type, since we only support one type,
56   removed remaining bootsplash code from bootloader-setup.sh, added automatic
57   copying of splash.xpm.gz for Gentoo releases when using grub, and moved grub
58   help to bottom of titles. This is catalyst 2.0.6_pre10 for testing.
59
60   27 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
61   targets/livecd-stage2/livecd-stage2-controller.sh:
62   Let's automatically copy in the snapshot if livecd/type is
63   gentoo-release-livecd.
64
65   26 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
66   modules/generic_stage_target.py:
67   Fix leading whitespace in empty() so it's only executed if there's something
68   to execute it on. Thanks to Justin Bronder <jsbronder@gentoo.org> in bug
69   211410 for pointing this out
70
71   21 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
72   targets/support/rc-update.sh:
73   Quote baselayout package atom
74
75   21 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
76   targets/support/chroot-functions.sh:
77   OK, we shouldn't use which to find env-update, since /usr/sbin isn't in the
78   PATH by default. Instead, simply check if it exists.
79
80   21 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
81   targets/support/chroot-functions.sh:
82   Remove temporary package listing code, since --verbose is forced on with
83   --debug
84
85   21 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> catalyst:
86   Force-enable --verbose when using --debug
87
88   21 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
89   targets/support/kmerge.sh:
90   Changing modules-update to update-modules to quiet a warning and keep us
91   from having it get removed out from under us.
92
93   21 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
94   targets/support/chroot-functions.sh:
95   Adding a note to myself for better debug and moving run_default_funcs to the
96   bottom of the script so it gets executed. Since this can otherwise break
97   pkgcache, I'm making this catalyst 2.0.6_pre9 for testing, immediately.
98
99   21 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
100   targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
101   targets/support/chroot-functions.sh:
102   Moved creating of stage1 package list to the beginning of stage1-chroot.sh
103   so we can get the output with --debug, added --newuse to the options for
104   stage1, as we should always rebuild any package where the USE has changed,
105   removed removal of portage logs from stage2-chroot.sh since it is being done
106   by cleanup_stages, moved world removal in cleanup_stages into a check for
107   stages 1 through 3, made update_env_settings check for the existence of
108   env-update before running it since we now run update_env_settings by default
109   everywhere chroot-functions.sh is sourced, and added a section to show_debug
110   to list the packages, since we don't yet force-enable verbose with debug.
111
112   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
113   modules/catalyst_lock.py:
114   Since my python sucks and I don't feel like troubleshooting it at the
115   moment, commenting out all the DEBUG code in catalyst_lock and rolling up
116   2.0.6_pre8 for testing.
117
118   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS, catalyst,
119   modules/builder.py, modules/catalyst_lock.py:
120   Added some extra debug output to catalyst_lock.py and added Stuart Longland
121   to AUTHORS. This is catalyst 2.0.6_pre7 for testing.
122
123   20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
124   modules/catalyst_support.py:
125   change 'is' to == because python is grumpy
126
127   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
128   examples/livecd-stage2_template.spec, examples/stage4_template.spec,
129   modules/livecd_stage2_target.py, targets/support/kmerge.sh,
130   targets/support/livecdfs-update.sh, targets/support/pre-kmerge.sh,
131   targets/support/rc-update.sh:
132   Removing support for bootsplash, since it hasn't been in a supported kernel
133   in a couple years and isn't accepted upstream.
134
135   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
136   targets/support/pre-kmerge.sh, targets/tinderbox/tinderbox-chroot.sh:
137   Fix up the sed for genkernel so it works on versions both before and after
138   3.4.10_pre2 and fixing a couple places where my sed for the . -> source
139   change was a bit too aggressive.
140
141   20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
142   targets/support/bootloader-setup.sh:
143   Change grub timeout to 15 seconds instead of 150.
144
145   20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
146   targets/support/pre-kmerge.sh:
147   Comment out sed on genkernel executable as it appears to do nothing these
148   days.
149
150   20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
151   targets/livecd-stage2/livecd-stage2-controller.sh:
152   Only call find on libdirs that actually exist. Thanks to Kristoffer
153   <krek6597@student.uu.se> in bug #210807.
154
155   20 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
156   modules/generic_stage_target.py:
157   Add warning about -* in foo/use in the spec.
158
159   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
160   targets/embedded/embedded-chroot.sh,
161   targets/embedded/embedded-preclean-chroot.sh, targets/grp/grp-chroot.sh,
162   targets/grp/grp-preclean-chroot.sh,
163   targets/livecd-stage1/livecd-stage1-chroot.sh,
164   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
165   targets/netboot/netboot-chroot.sh, targets/netboot/netboot-image.sh,
166   targets/netboot2/netboot2-copyfile.sh, targets/netboot2/netboot2-pkg.sh,
167   targets/stage1/stage1-chroot.sh, targets/stage1/stage1-preclean-chroot.sh,
168   targets/stage2/stage2-chroot.sh, targets/stage2/stage2-preclean-chroot.sh,
169   targets/stage3/stage3-chroot.sh, targets/stage3/stage3-preclean-chroot.sh,
170   targets/stage4/stage4-chroot.sh, targets/stage4/stage4-preclean-chroot.sh,
171   targets/support/pre-kmerge.sh, targets/tinderbox/tinderbox-chroot.sh,
172   targets/tinderbox/tinderbox-preclean-chroot.sh:
173   Change all . to source.
174
175   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
176   targets/embedded/embedded-preclean-chroot.sh,
177   targets/grp/grp-preclean-chroot.sh,
178   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
179   targets/stage1/stage1-chroot.sh, targets/stage1/stage1-preclean-chroot.sh,
180   targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
181   targets/stage3/stage3-preclean-chroot.sh,
182   targets/stage4/stage4-preclean-chroot.sh,
183   targets/support/chroot-functions.sh,
184   targets/tinderbox/tinderbox-preclean-chroot.sh:
185   Added a cleanup_stages function and added it to the appropriate places.
186
187   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
188   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
189   targets/livecd-stage1/livecd-stage1-chroot.sh,
190   targets/netboot/netboot-chroot.sh, targets/stage1/stage1-chroot.sh,
191   targets/stage2/stage2-chroot.sh, targets/stage3/stage3-chroot.sh,
192   targets/stage4/stage4-chroot.sh, targets/support/chroot-functions.sh,
193   targets/support/kmerge.sh, targets/support/livecdfs-update.sh,
194   targets/support/post-kmerge.sh, targets/support/pre-kmerge.sh,
195   targets/support/unmerge.sh, targets/tinderbox/tinderbox-chroot.sh:
196   Removing any functions that we now call by default when we source
197   chroot-functions.sh by default.
198
199   20 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
200   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
201   targets/livecd-stage1/livecd-stage1-chroot.sh,
202   targets/netboot/netboot-chroot.sh, targets/netboot2/netboot2-pkg.sh,
203   targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
204   targets/stage3/stage3-chroot.sh, targets/stage4/stage4-chroot.sh,
205   targets/support/chroot-functions.sh, targets/support/pre-kmerge.sh:
206   Clean up the debug code that I've added to stage1, move it to
207   chroot_functions.sh, and call it from all of our main targets.
208
209   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
210   modules/generic_stage_target.py:
211   Wow. I need to make sure that we actually comment comments in make.conf or
212   we end up with a failed build. Thanks to Christian Heim <phreak@gentoo.org>
213   for pointing it out. This is catalyst 2.0.6_pre6 for testing.
214
215   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
216   targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
217   targets/stage3/stage3-chroot.sh:
218   We need to be sure we clear out /var/log/portage/elog as well as
219   /var/log/emerge.log for stages 1 through 3.
220
221   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
222   modules/generic_stage_target.py,
223   targets/livecd-stage2/livecd-stage2-controller.sh,
224   targets/support/livecdfs-update.sh:
225   Clean up firmware code in livecdfs-update.sh, add beginnings of new firmware
226   code in livecd-stage2-controller.sh, and fix output for USE in make.conf to
227   80 columns. This is catalyst 2.0.6_pre5 for testing.
228
229   14 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
230   modules/generic_stage_target.py:
231   Apparently, python doesn't like it when you put a set of comments in front
232   of an elif. Thanks to Robin Johnson <robbat2@gentoo.org> for pointing it out
233   and the patch.
234
235   13 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
236   modules/generic_stage_target.py:
237   Huge refactoring of modules/generic_stage_target.py to fix indentation and
238   generally clean up the code so it's a bit easier to read/follow.
239
240   13 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
241   modules/generic_stage_target.py:
242   Sort and de-dupe myusevars.
243
244   13 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
245   targets/stage1/stage1-chroot.sh:
246   Modify stage1-chroot.sh to use the actual -d/--debug code already in catalyst.
247
248   13 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
249   modules/generic_stage_target.py, targets/embedded/embedded-chroot.sh,
250   targets/grp/grp-chroot.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
251   targets/netboot/netboot-chroot.sh, targets/stage3/stage3-chroot.sh,
252   targets/stage4/stage4-chroot.sh, targets/support/chroot-functions.sh,
253   targets/tinderbox/tinderbox-chroot.sh:
254   Move export of FEATURES to setup_myfeatures.
255
256   12 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
257   targets/stage1/stage1-chroot.sh:
258   Added some debug code to stage1 and fixed a nice bug where we weren't
259   building with the correct USE. Unfortunately, this invalidates any caches
260   for stage1, since we were building with the entire USE from the profile.
261   This is 2.0.6_pre4 for testing.
262
263   11 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
264   targets/stage1/stage1-chroot.sh:
265   We don't need to do the device building twice, so removing USE=build from
266   first baselayout install.
267
268   09 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
269   targets/support/livecdfs-update.sh:
270   We check for a plugdev group, add it if it doesn't exist, and make sure any
271   users specified by livecd/users is in the group.
272
273   09 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/mips.py:
274   Changing cobalt_n32 to use mipsel4_n32 as its inheritance point. Thanks to
275   Stuart Longland <redhatter@gentoo.org> for pointing this change out.
276
277   08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
278   modules/catalyst_support.py:
279   Fix up calc_contents in contents_map. Thanks to Brent Baude
280   <ranger@gentoo.org> for pointing it out. This is catalyst 2.0.6_pre3 for
281   testing.
282
283   08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
284   targets/stage1/stage1-chroot.sh:
285   Ensure /etc/xml/catalog does not exist in stage1, since it will always be
286   empty and will cause issues in stage3 and beyond.
287
288   08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
289   targets/support/kmerge.sh, targets/support/rc-update.sh:
290   Changed some of the rc-update code so it should work with baselayout-2,
291   also. This is 2.0.6_pre2 for testing.
292
293   08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS, catalyst,
294   files/catalyst.conf, modules/catalyst_support.py,
295   modules/generic_stage_target.py, modules/grp_target.py,
296   modules/snapshot_target.py:
297   Added support for generating CONTENTS files automatically. Patch by Robin
298   Johnson <robbat2@gentoo.org> for bug #207862.
299
300   08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
301   modules/snapshot_target.py:
302   Add a patch from Robin Johnson <robbat2@gentoo.org> from bug #207860 to
303   exclude digest-* files from the snapshot.
304
305   08 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/amd64.py,
306   arch/x86.py, modules/generic_stage_target.py:
307   Fixing a minor display issue when we write out make.conf, adding HOSTUSE for
308   amd64 to add mmx, sse, and sse2 to USE, adding sse2 to pentium4's HOSTUSE.
309
310   07 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
311   targets/support/kmerge.sh:
312   Make the --kerncache option to genkernel dependent on 'kerncache' being in
313   options, so that it can actually be turned off.
314
315   07 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/amd64.py,
316   arch/mips.py:
317   Rearrange things in the arch/*.py files to ensure that nothing is used
318   before it has been defined.
319
320   07 Feb 2008; Andrew Gaffney <agaffney@gentoo.org> arch/powerpc.py:
321   Reorder arch/powerpc.py to make python happy.
322
323   07 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
324   modules/snapshot_target.py:
325   Change .svn --include to an --exclude like it was supposed to be.
326
327   07 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/mips.py,
328   catalyst:
329   Added several subarches for mips so we can dump the mips subarch profiles
330   from my shiny new multi-parent profile structure. This is 2.0.6_pre1 for
331   testing.
332
333   07 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
334   targets/livecd-stage2/livecd-stage2-controller.sh:
335   Changed the code for copying the MOTD files so it's fewer lines and makes
336   more sense.
337
338   06 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> +arch/powerpc.py,
339   -arch/ppc.py, -arch/ppc64.py, arch/sparc.py, -arch/sparc64.py:
340   Merged ppc.py and ppc64.py into powerpc.py and merged sparc.py and
341   sparc64.py into sparc.py, so we have a cleaner set of arch files.
342
343   06 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/amd64.py,
344   arch/x86.py:
345   Did a little cleanup on the x86.py to remove some redundant entries and
346   added nocona and core2 to amd64.py, though they're currently commented out.
347
348   06 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
349   modules/generic_stage_target.py:
350   Write out HOSTUSE settings from arch/*.py to make.conf as well as any USE
351   flags defined in the spec file.
352
353   06 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/ppc64.py:
354   Added a patch from Markus Rothe <corsair@gentoo.org> to add power6 and cell
355   subarches to ppc64 for bug #208860 and removing redundant CXXFLAGS settings,
356   since catalyst sets CXXFLAGS=CFLAGS by default.
357
358   06 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
359   targets/livecd-stage1/livecd-stage1-chroot.sh, targets/support/kmerge.sh:
360   Added clst_HOSTUSE to livecd-stage1 and livecd-stage2 package builds.
361
362   06 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
363   Added prescott to the subarches for x86.
364
365   06 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
366   modules/netboot2_target.py, targets/support/kmerge.sh:
367   Add patch to enabled netboot2/linuxrc and automatically add path for
368   initramfs overlay to genkernel commandline. Thanks to Justin Bronder
369   <jsbronder@gentoo.org> in bug #208106.
370
371   06 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
372   modules/netboot2_target.py:
373   Allow root_overlay in netboot2 target for bug #208106.
374
375   04 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
376   modules/generic_stage_target.py, modules/livecd_stage1_target.py,
377   targets/stage1/stage1-chroot.sh, targets/support/chroot-functions.sh:
378   Added USE=bindist automatically to everything that inherits set_use from
379   generic_stage_target, added USE=bindist to livecd_stage1_target, added
380   USE=bindist to emerge run for stage1, and did some minor cleanup in
381   get_libdir in chroot-functions.
382
383   03 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
384   targets/support/bootloader-setup.sh:
385   Add splashimage= line to grub.conf if /boot/grub/splash.xpm.gz exists.
386
387   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
388   examples/generic_stage_template.spec, examples/grp_template.spec,
389   examples/livecd-stage1_template.spec,
390   examples/livecd-stage2_template.spec, examples/netboot_template.spec,
391   examples/stage4_template.spec, examples/tinderbox_template.spec:
392   Changing link so it no longer points to a dead page.  This is for bug #208609.
393
394   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
395   modules/snapshot_target.py:
396   Add .svn to the catalyst snapshot excludes and remove old pordir_overlay code.
397
398   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
399   targets/stage1/stage1-chroot.sh:
400   As much as I hate this, we're going to force baselayout to install first.
401   This will keep us from having any issues with packages that don't respect
402   multilib libdirs.
403
404   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
405   Reorder options in catalyst.conf so they're alphabetical.
406
407   02 Feb 2008; Andrew Gaffney <agaffney@gentoo.org>
408   targets/support/bootloader-setup.sh:
409   Add 'pager on' to grub.conf for bug #208531.
410
411   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
412   livecd/files/README.txt, livecd/files/x86-F6.msg:
413   Removing the unused kernel command line options from Volume/Device Management.
414
415   10 Jan 2008; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
416   This is now 2.0.5 for release.
417
418   25 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
419   files/catalyst.conf, modules/catalyst_support.py,
420   modules/generic_stage_target.py,
421   targets/embedded/embedded-preclean-chroot.sh,
422   targets/grp/grp-preclean-chroot.sh,
423   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
424   targets/stage2/stage2-preclean-chroot.sh,
425   targets/stage3/stage3-preclean-chroot.sh,
426   targets/support/chroot-functions.sh,
427   targets/tinderbox/tinderbox-preclean-chroot.sh:
428   Applying a patch from Tais M. Hansen <tais.hansen@osd.dk> to add initial
429   sys-devel/icecream cluster compiler support for bug #200095. This is
430   catalyst 2.0.5_pre6 for testing.
431
432   25 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> catalyst,
433   files/catalyst.conf, modules/generic_stage_target.py:
434   Add the option for using metadata_overlay with portage to speed up cache.
435
436   25 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
437   modules/stage1_target.py, modules/stage2_target.py,
438   modules/stage3_target.py:
439   Add /etc/portage to cleanables for stages 1 through 3.
440
441   17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
442   livecd/files/livecd-local.start,
443   targets/livecd-stage2/livecd-stage2-controller.sh,
444   targets/support/livecdfs-update.sh:
445   We apparently still need profiles/eclass for building the stage3 from the
446   LiveCD with the installer.
447
448   17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org> arch/mips.py:
449   Apply patch for MIPS N32 support from Stuart Longland <redhatter@gentoo.org>
450   in bug #197917.
451
452   17 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
453   targets/livecd-stage2/livecd-stage2-controller.sh,
454   targets/support/livecdfs-update.sh:
455   Create symlink for /etc/gconf and /var/db when moving to /usr/livecd, remove
456   preservation of eclasses/profiles, and remove copying of livecd-local.start
457   since it's not needed anymore.
458
459   16 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
460   targets/support/livecdfs-update.sh, targets/support/unmerge.sh:
461   Move moving of /var/db back to livecdfs-update.sh but keep the symlink so we
462   can unmerge.
463
464   13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
465   targets/support/livecdfs-update.sh, targets/support/unmerge.sh:
466   Removing old mkvardb code which is no longer used, commenting out setting of
467   Gnome theme for testing now that Clearlooks has been default for some time,
468   and changing vdb move from a case statement to a simple if statement. This
469   is 2.0.5_pre5 for testing.
470
471   13 Nov 2007; Chris Gianelloni <wolf31o2@gentoo.org>
472   modules/stage1_target.py:
473   Removing cleaning of python encodings for bug #64890.
474
475   11 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
476   modules/generic_stage_target.py:
477   Add an extra warning into the generated make.conf about changing the CHOST.
478
479   01 Nov 2007; Andrew Gaffney <agaffney@gentoo.org>
480   targets/support/livecdfs-update.sh:
481   We don't need to copy files from /usr/lib/hotplug/firmware anymore.
482
483   29 Oct 2007; Andrew Gaffney <agaffney@gentoo.org>
484   targets/embedded/embedded-preclean-chroot.sh,
485   targets/grp/grp-preclean-chroot.sh,
486   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
487   targets/stage2/stage2-preclean-chroot.sh,
488   targets/stage3/stage3-preclean-chroot.sh,
489   targets/tinderbox/tinderbox-preclean-chroot.sh:
490   Check to see if distcc is enabled before calling cleanup_distcc().
491
492   17 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> arch/ppc.py,
493   arch/sparc.py, arch/x86.py:
494   Look for linux32 in /bin and /usr/bin.
495
496   12 Oct 2007; Andrew Gaffney <agaffney@gentoo.org>
497   modules/generic_stage_target.py:
498   Make error message more specific when removing immutable flag.
499
500   11 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
501   examples/livecd-stage2_template.spec, modules/generic_stage_target.py:
502   Added Andrew Gaffney to maintainer list, fixed a typo, updated copyright
503   information, and added a small fix for FreeBSD for bug #169041. This is
504   catalyst 2.0.5_pre4 for testing.
505
506   11 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org>
507   targets/support/chroot-functions.sh:
508   Adding a slightly modified version of Andrew Gaffney's <agaffney@gentoo.org>
509   patch from bug #120076 to add cross-compiling support to our distcc
510   configuration.
511
512   11 Oct 2007; Chris Gianelloni <wolf31o2@gentoo.org>
513   targets/support/chroot-functions.sh:
514   Added a version of get_libdir from multilib.eclass so we can determine where
515   to go poking around if we need to touch anything in libdir.
516
517   11 Oct 2007; Andrew Gaffney <agaffney@gentoo.org> catalyst:
518   Print an error saying what target failed before the traceback.
519
520   25 Sep 2007; Andrew Gaffney <agaffney@gentoo.org>
521   modules/catalyst_support.py:
522   When parsing make.conf, first try pkgcore's
523   snakeoil.fileutils.read_bash_dict(), then portage's
524   portage_util.getconfig(), then the internal parse_makeconf().
525
526   06 Sep 2007; Andrew Gaffney <agaffney@gentoo.org>
527   modules/catalyst_support.py:
528   Raise an exception in parse_spec() if there's a duplicate key in the spec.
529
530   06 Sep 2007; Andrew Gaffney <agaffney@gentoo.org>
531   examples/netboot_template.spec, examples/tinderbox_template.spec,
532   modules/grp_target.py, modules/tinderbox_target.py:
533   Remove redundant set_pkgcache_path() functions from tinderbox and grp
534   modules, and remove extra pkgcache_path and kerncache_path options from
535   example specs.
536
537   31 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
538   This is catalyst 2.0.5_pre3 for testing the new stages code.
539
540   31 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
541   targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh:
542   We need to force USE=bindist on for building stages.
543
544   29 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
545   modules/generic_stage_target.py:
546   Fixed livecd/volid by removing the string.join() from set_iso_volume_id()
547   for bug #188099. This is catalyst 2.0.5_pre2 for testing.
548
549   29 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
550   targets/support/rc-update.sh:
551   Added support for the newer versions of splashutils which use fbcondecor as
552   the init script. This is catalyst 2.0.5_pre1 for testing.
553
554   29 Aug 2007; Chris Gianelloni <wolf31o2@gentoo.org>
555   targets/livecd-stage2/livecd-stage2-controller.sh:
556   Make sure we mkdir on /etc/X11/xinit before we put files in it for bug
557   #178289.
558
559   22 Aug 2007; Andrew Gaffney <agaffney@gentoo.org>
560   modules/generic_stage_target.py, modules/stage1_target.py,
561   modules/stage2_target.py:
562   The 'chost' option is only valid in stage 1/2 specs.  Have catalyst error
563   otherwise.
564
565   13 Aug 2007; Andrew Gaffney <agaffney@gentoo.org> catalyst,
566   modules/generic_stage_target.py, modules/netboot2_target.py:
567   Fix typo in getopt call for --clear-autoresume. thanks to
568   Tais M. Hansen <tais.hansen@osd.dk> in bug #188339 for catching this.
569   Conditionally write CFLAGS to make.conf in stages for bug #177796.
570   Copy overlay files in netboot2 target into proper dir for bug #174635.
571
572   17 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
573   modules/netboot2_target.py, targets/netboot2/netboot2-copyfile.sh,
574   targets/support/netboot2-final.sh:
575   Added a patch from Andrew Gaffney <agaffney@gentoo.org> on bug #174635 to
576   fix a minor bug in System.map copying, add portage_overlay support, and adds
577   the ability to use globbing in the package file lists for the netboot2
578   target.
579
580   17 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
581   +targets/netboot2/nb-busybox.cf:
582   Added nb-busybox.cf to the netboot2 target for bug #174298.
583
584   16 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
585   targets/support/chroot-functions.sh:
586   Make sure we install ccache/distcc into the build root, not necessarily ROOT.
587
588   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
589   targets/support/livecdfs-update.sh, targets/support/unmerge.sh:
590   Change moving the VDB until after we have processed unmerge by moving it
591   from livecdfs-update.sh to unmerge.sh, instead. This allows someone to
592   unmerge packages from the gentoo-release-livecd target.
593
594   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
595   targets/support/kmerge.sh:
596   Commented out the package.provided code in catalyst that seemed to cause
597   problems with kerncache in testing. This is 2.0.4 and should be used for the
598   2007.0 release.
599
600   12 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
601   modules/netboot2_target.py, targets/netboot2/netboot2-controller.sh,
602   targets/netboot2/netboot2-copyfile.sh, targets/support/functions.sh,
603   targets/support/netboot2-final.sh, targets/support/pre-kmerge.sh:
604   Added a patch from Andrew Gaffney <agaffney@gentoo.org> from bug #173826 to
605   improve the netboot2 target.
606
607   10 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
608   modules/generic_stage_target.py:
609   Added a patch from Mike Frysinger <vapier@gentoo.org> for bug #173740 to
610   cause catalyst to export boolean variables as well as string-based
611   variables.
612
613   10 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
614   modules/generic_stage_target.py:
615   Fixing check for invalid subarch to not filter too much. Fix from Mike
616   Frysinger <vapier@gentoo.org> for bug #173532.
617
618   10 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org> arch/s390.py:
619   Added s390x (64-bit) support via a patch from Mike Frysinger
620   <vapier@gentoo.org> for bug #173002.
621
622   10 Apr 2007; Chris Gianelloni <wolf31o2@gentoo.org>
623   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
624   targets/livecd-stage1/livecd-stage1-chroot.sh,
625   targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh,
626   targets/netboot2/netboot2-pkg.sh, targets/stage1/stage1-chroot.sh,
627   targets/stage1/stage1-controller.sh, targets/stage2/stage2-chroot.sh,
628   targets/stage3/stage3-chroot.sh, targets/stage4/stage4-chroot.sh,
629   targets/support/chroot-functions.sh, targets/support/kmerge.sh,
630   targets/support/pre-kmerge.sh:
631   Added setup_myemergeopts to setup_myfeatures and removed redundant calls to
632   setup_myemergeopts. Added some extra checks for clst_FETCH to disable
633   certain functions/code paths when running with -F/--fetchonly. Simplified
634   kmerge.sh with regards to kerncache and callback packages. Also, changed
635   ccache/distcc installs to use run_emerge instead of emerge directly, which
636   allows us to more easily replace the underlying package manager, or add
637   support for multiple package managers to catalyst.
638
639   20 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
640   modules/grp_target.py:
641   Added patch from Ã…smund Grammeltvedt <grammel@online.no> to add
642   portage_overlay functionality to GRP, where it was mistakenly missing, for
643   bug #171157. This is catalyst 2.0.3 and ready for release.
644
645   12 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
646   targets/livecd-stage1/livecd-stage1-controller.sh,
647   targets/support/livecdfs-update.sh:
648   Removed the generation of grppkgs.txt since the Installer now uses vdb
649   directly.
650
651   09 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
652   targets/support/create-iso.sh:
653   Fix creation of the EFI images. Since it is FAT, we can't go around
654   perserving permissions, now, can we?
655
656   06 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
657   targets/support/livecdfs-update.sh:
658   Added a patch from Andrew Gaffney <agaffney@gentoo.org> to fix my completely
659   broken sed for rc.conf, which caused all kinds of hell to break loose when
660   booting a new CD. This is 2.0.3_pre3.
661
662   06 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
663   modules/generic_stage_target.py:
664   Added a patch from Christian Heim <phreak@gentoo.org> to remove stale files,
665   such as group- from /etc before creating our stage tarballs. This is for bug
666   #166695.
667
668   06 Mar 2007; Chris Gianelloni <wolf31o2@gentoo.org>
669   targets/support/livecdfs-update.sh:
670   Commenting out the livecd-kernel code, since the Installer should be doing
671   everything necessary itself.
672
673   14 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
674   targets/support/livecdfs-update.sh:
675   Fix up the pci.ids/usb.ids code to work with newer pciutils and future-proof
676   the usbutils hanlding in case they follow suit with pciutils.
677
678   13 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> arch/alpha.py,
679   arch/amd64.py, arch/arm.py, arch/hppa.py, arch/ia64.py, arch/mips.py,
680   arch/ppc.py, arch/ppc64.py, arch/s390.py, arch/sh.py, arch/sparc.py,
681   arch/sparc64.py, arch/x86.py, catalyst, modules/generic_stage_target.py:
682   Added a patch from Andrew Gaffney <agaffney@gentoo.org> to fix up the
683   problems with using all of the various subarch settings.
684
685   13 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
686   targets/support/bootloader-setup.sh, targets/support/create-iso.sh:
687   Disabled deleting of /boot so we actually can work with EFI/grub, made EFI
688   check look in the correct location, and made sure we don't delete /voot
689   within the EFI code if grub is present.
690
691   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
692   modules/generic_stage_target.py:
693   Added another fix from Andrew Gaffney <agaffney@gentoo.org> from bug
694   #166294. This one should fix the HPPA/PPC architectures.
695
696   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
697   targets/support/chroot-functions.sh:
698   Added patch from Andrew Gaffney <agaffney@gentoo.org> for bug #166420 to
699   remove the autoresume point for portage, as it really isn't needed and
700   doesn't really gain us much, anyway.
701
702   12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org>
703   targets/stage1/stage1-chroot.sh:
704   Added patch from Andrew Gaffney <agaffney@gentoo.org> for bug #166426.
705
706   06 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
707   examples/generic_stage_template.spec, examples/grp_template.spec,
708   examples/livecd-stage1_template.spec,
709   examples/livecd-stage2_template.spec, examples/netboot2_template.spec,
710   examples/netboot_template.spec, examples/snapshot_template.spec,
711   examples/stage4_template.spec, examples/tinderbox_template.spec:
712   Update the examples to have 2006.1 for the dates. This is catalyst 2.0.2, so
713   everyone enjoy it.
714
715   06 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf,
716   targets/support/livecdfs-update.sh:
717   Make sure the user owns his home directory for bug #147195.
718
719   30 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf,
720   +files/catalystrc, modules/catalyst_support.py:
721   Re-arranged catalyst.conf to make it easier to follow while looking at the
722   online reference and added a default catalystrc file, which does nothing.
723
724   23 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org>
725   modules/catalyst_support.py, modules/embedded_target.py,
726   modules/generic_stage_target.py, modules/grp_target.py,
727   modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
728   modules/stage3_target.py, modules/tinderbox_target.py:
729   Added patch from Andrew Gaffney <agaffney@gentoo.org> to fix up some of the
730   tab/space nastiness. This is for bug #161915.
731
732   23 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org>
733   modules/generic_stage_target.py:
734   Fixed new cbuild code with another patch from Mike Frysinger
735   <vapier@gentoo.org> to allow the usage of subarches.
736
737   09 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> arch/alpha.py,
738   arch/amd64.py, arch/arm.py, arch/hppa.py, arch/ia64.py, arch/mips.py,
739   arch/ppc.py, arch/ppc64.py, arch/s390.py, arch/sh.py, arch/sparc.py,
740   arch/sparc64.py, arch/x86.py, modules/generic_stage_target.py,
741   targets/netboot/netboot-combine.sh, targets/support/bootloader-setup.sh,
742   targets/support/create-iso.sh, targets/support/functions.sh,
743   targets/support/netboot2-final.sh, targets/support/pre-kmerge.sh:
744   Added a patch from Mike Frysinger <vapier@gentoo.org> to support cbuild.
745
746   02 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> README, arch/alpha.py,
747   arch/amd64.py, arch/arm.py, arch/hppa.py, arch/ia64.py, arch/mips.py,
748   arch/ppc.py, arch/ppc64.py, arch/s390.py, arch/sh.py, arch/sparc.py,
749   arch/sparc64.py, arch/x86.py, files/catalyst.conf, modules/builder.py,
750   modules/catalyst_lock.py, modules/catalyst_support.py,
751   modules/embedded_target.py, modules/generic_stage_target.py,
752   modules/generic_target.py, modules/grp_target.py,
753   modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
754   modules/netboot2_target.py, modules/netboot_target.py,
755   modules/snapshot_target.py, modules/stage1_target.py,
756   modules/stage2_target.py, modules/stage3_target.py,
757   modules/stage4_target.py, modules/tinderbox_target.py,
758   targets/embedded/embedded-chroot.sh,
759   targets/embedded/embedded-controller.sh,
760   targets/embedded/embedded-preclean-chroot.sh, targets/embedded/unmerge.sh,
761   targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh,
762   targets/grp/grp-preclean-chroot.sh,
763   targets/livecd-stage1/livecd-stage1-chroot.sh,
764   targets/livecd-stage1/livecd-stage1-controller.sh,
765   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
766   targets/livecd-stage2/livecd-stage2-controller.sh,
767   targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh,
768   targets/netboot/netboot-controller.sh, targets/netboot/netboot-image.sh,
769   targets/netboot2/netboot2-controller.sh,
770   targets/netboot2/netboot2-copyfile.sh, targets/netboot2/netboot2-pkg.sh,
771   targets/stage1/build.py, targets/stage1/stage1-chroot.sh,
772   targets/stage1/stage1-controller.sh,
773   targets/stage1/stage1-preclean-chroot.sh, targets/stage2/stage2-chroot.sh,
774   targets/stage2/stage2-controller.sh,
775   targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
776   targets/stage3/stage3-controller.sh,
777   targets/stage3/stage3-preclean-chroot.sh,
778   targets/stage4/stage4-controller.sh,
779   targets/stage4/stage4-preclean-chroot.sh,
780   targets/support/bootloader-setup.sh, targets/support/create-iso.sh,
781   targets/support/livecdfs-update.sh, targets/support/netboot2-final.sh,
782   targets/support/unmerge.sh, targets/tinderbox/tinderbox-chroot.sh,
783   targets/tinderbox/tinderbox-controller.sh,
784   targets/tinderbox/tinderbox-preclean-chroot.sh:
785   Removing old CVS Header lines, which are no longer used since moving to SVN.
786
787   02 Jan 2007; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
788   targets/stage4/stage4-chroot.sh:
789   Added back a missing 'then' from stage4 target.
790
791   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
792   modules/generic_stage_target.py:
793   Fix indentation so things actually work.
794
795   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org> arch/sparc.py:
796   Added patch from Mike Frysinger <vapier@gentoo.org> to change the SPARC
797   personality check.
798
799   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
800   targets/support/chroot-functions.sh, targets/support/livecdfs-update.sh:
801   Fix the display manager sed lines and change the icon for the local Handbook
802   to use the GNOME 2.16 icon for gedit.
803
804   27 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
805   modules/generic_stage_target.py:
806   Changed the portage_overlay option to always install overlays in
807   /usr/local/portage and added code to clean up /usr/local/portage and
808   make.conf after sucessful execution and before creation of ISO/tarballs.
809
810   22 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
811   targets/support/livecdfs-update.sh:
812   Fixed a typo which broke coldplugging.
813
814   20 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
815   targets/support/chroot-functions.sh, targets/support/livecdfs-update.sh:
816   Added a create_handbook_icon function and rearranged some of the icon
817   creation for the LiveCD. This should resolve bug #143725 once a new release
818   is made.
819
820   20 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
821   targets/support/livecdfs-update.sh:
822   We now disable the RC_COLDPLUG in /etc/conf.d/rc so udev will not do
823   coldplugging. This allows us to unpack our firmware before we detect
824   devices, so that devices that need it will get it.
825
826   06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
827   modules/generic_stage_target.py:
828   Fix a typo in generic_stage_target.
829
830   06 Dec 2006; Chris Gianelloni <wolf31o2@gentoo.org>
831   targets/support/livecdfs-update.sh:
832   Make sure we setup the DISPLAYMANAGER variable in both /etc/rc.conf and
833   /etc/conf.d/xdm so we support older snapshots and newer ones.
834
835   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
836   modules/livecd_stage2_target.py:
837   OK. We've fixed the spacing issue with livecd-stage2, so this is 2.0.1, for
838   real.
839
840   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
841   modules/livecd_stage2_target.py:
842   Reverted change in livecd-stage2 to the action_sequence until I can figure
843   out what the problem is with it.
844
845   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
846   livecd/cdtar/isolinux-3.09-memtest86+-cdtar.tar.bz2, catalyst,
847   livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2,
848   modules/livecd_stage2_target.py:
849   Fixed the livecd-stage2 action_sequence and updated the isolinux cdtar's to
850   include newer memtest86. This is catalyst 2.0.1 and ready to roll.
851
852   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
853   modules/livecd_stage2_target.py, targets/support/livecdfs-update.sh:
854   Added a patch from Bardur Arantsson <bugs-gentoo.org@scientician.net> which
855   resolves an issue where a variable could be accessed unitialized in obscure
856   circumstances. This is wrt bug #144984.
857
858   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
859   modules/generic_stage_target.py, modules/livecd_stage2_target.py,
860   modules/stage2_target.py, modules/stage4_target.py:
861   Fixed up action_sequence when using --fetchonly to not create tarballs or
862   ISO images for bug #143392.
863
864   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
865   targets/grp/grp-chroot.sh, targets/stage4/stage4-chroot.sh:
866   Clean up the USE usage in GRP/stage4.
867
868   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
869   modules/generic_stage_target.py, modules/stage1_target.py,
870   modules/stage2_target.py:
871   Added cleanup patch for stage1/stage2 and generic_stage_target from Andrew
872   Gaffney <agaffney@gentoo.org> wrt bug #155911.
873
874   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
875   targets/grp/grp-chroot.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
876   targets/netboot/netboot-chroot.sh, targets/netboot2/netboot2-pkg.sh,
877   targets/stage4/stage4-chroot.sh, targets/tinderbox/tinderbox-chroot.sh:
878   Added patch from Andrew Gaffney <agaffney@gentoo.org> to remove all
879   instances of USE_ORDER since auto hasn't been valid for some time. This is
880   wrt bug #155864.
881
882   22 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
883   modules/generic_stage_target.py, modules/stage1_target.py:
884   Added patch from Daniel Ostrow <dostrow@gentoo.org> for added FreeBSD
885   goodness wrt bug #153587.
886
887   03 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
888   livecd/files/x86-F3.msg, livecd/files/x86-F4.msg, livecd/files/x86-F5.msg:
889   Changed dobladecenter to slowusb.  Thanks to solar for pointing this out.
890
891   03 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
892   modules/generic_stage_target.py, modules/stage4_target.py:
893   Added a check to see if we have the tarball option enabled, which causes
894   catalyst to run the capture sequence. This was requested by Tim Yamin for
895   the stage4 target, but I thought it should be usable on any stage target.
896
897   03 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
898   targets/support/livecdfs-update.sh:
899   Moved fstab tweaks all into one location and added make.conf tweak for bug
900   #144647.
901
902   03 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
903   Changed the options to be in alphabetical order so my meatspace logical
904   parser can process them better, added the compress and tarball options,
905   which are as of yet unused for bug #139390 and request from Tim Yamin, and
906   removed the unused -x command line parameter for bug #151405.
907
908   03 Nov 2006; Chris Gianelloni <wolf31o2@gentoo.org>
909   modules/generic_stage_target.py:
910   Added a warning about changing the CHOST setting for bug #142034.
911
912   11 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS,
913   modules/generic_stage_target.py, targets/stage1/stage1-controller.sh,
914   targets/support/chroot-functions.sh:
915   Added initial Gentoo/FreeBSD support. Patch from Diego Pettenò
916   <flameeyes@gentoo.org> and attached to bug #150351.
917
918   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> README, arch/alpha.py,
919   arch/amd64.py, arch/arm.py, arch/hppa.py, arch/ia64.py, arch/mips.py,
920   arch/ppc.py, arch/ppc64.py, arch/s390.py, arch/sh.py, arch/sparc.py,
921   arch/sparc64.py, arch/x86.py, catalyst, files/catalyst.conf,
922   modules/builder.py, modules/catalyst_lock.py, modules/catalyst_support.py,
923   modules/embedded_target.py, modules/generic_stage_target.py,
924   modules/generic_target.py, modules/grp_target.py,
925   modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
926   modules/netboot2_target.py, modules/netboot_target.py,
927   modules/snapshot_target.py, modules/stage1_target.py,
928   modules/stage2_target.py, modules/stage3_target.py,
929   modules/stage4_target.py, modules/tinderbox_target.py,
930   targets/embedded/embedded-chroot.sh,
931   targets/embedded/embedded-controller.sh,
932   targets/embedded/embedded-fs-runscript.sh,
933   targets/embedded/embedded-preclean-chroot.sh, targets/embedded/unmerge.sh,
934   targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh,
935   targets/grp/grp-preclean-chroot.sh,
936   targets/livecd-stage1/livecd-stage1-chroot.sh,
937   targets/livecd-stage1/livecd-stage1-controller.sh,
938   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
939   targets/livecd-stage2/livecd-stage2-controller.sh,
940   targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh,
941   targets/netboot/netboot-controller.sh, targets/netboot/netboot-image.sh,
942   targets/netboot2/netboot2-controller.sh,
943   targets/netboot2/netboot2-copyfile.sh, targets/netboot2/netboot2-pkg.sh,
944   targets/stage1/build.py, targets/stage1/stage1-chroot.sh,
945   targets/stage1/stage1-controller.sh,
946   targets/stage1/stage1-preclean-chroot.sh, targets/stage2/stage2-chroot.sh,
947   targets/stage2/stage2-controller.sh,
948   targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
949   targets/stage3/stage3-controller.sh,
950   targets/stage3/stage3-preclean-chroot.sh, targets/stage4/stage4-chroot.sh,
951   targets/stage4/stage4-controller.sh,
952   targets/stage4/stage4-preclean-chroot.sh,
953   targets/support/bootloader-setup.sh, targets/support/create-iso.sh,
954   targets/support/functions.sh, targets/support/kmerge.sh,
955   targets/support/livecdfs-update.sh, targets/support/netboot2-final.sh,
956   targets/support/post-kmerge.sh, targets/support/pre-kmerge.sh,
957   targets/support/rc-update.sh, targets/support/target_image_setup.sh,
958   targets/support/unmerge.sh, targets/tinderbox/tinderbox-chroot.sh,
959   targets/tinderbox/tinderbox-controller.sh,
960   targets/tinderbox/tinderbox-preclean-chroot.sh:
961   Removing all copyright and license comment headers from all files so we
962   don't ever get another bug like bug #149638.
963
964   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org>
965   modules/generic_stage_target.py:
966   Clean up more spacing/capitalization.
967
968   02 Oct 2006; Chris Gianelloni <wolf31o2@gentoo.org> README,
969   modules/generic_stage_target.py, modules/livecd_stage1_target.py,
970   modules/stage4_target.py, targets/embedded/embedded-chroot.sh,
971   targets/embedded/embedded-controller.sh,
972   targets/embedded/embedded-fs-runscript.sh,
973   targets/embedded/embedded-preclean-chroot.sh,
974   targets/livecd-stage2/livecd-stage2-controller.sh,
975   targets/netboot2/netboot2-copyfile.sh,
976   targets/stage4/stage4-controller.sh, targets/support/kmerge.sh,
977   targets/support/pre-kmerge.sh:
978   Fixed lots of spacing issues, removed livecd/type from livecd-stage1, add
979   splash capabilities to stage4, change 'cp -a' to 'cp -pPR', add -q to emerge
980   calls in kmerge.sh, and updated README.
981
982   13 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
983   livecd/files/livecd-bashrc, targets/support/livecdfs-update.sh:
984   Fix bashrc so it doesn't give an error and add System.map to livecd-kernel.
985
986   08 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
987   modules/catalyst_support.py:
988   Added fix for bug #143348.
989
990   23 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
991   targets/support/livecdfs-update.sh:
992   Added -q to emerge call for systempkgs.txt just to be on the safe side.
993
994   22 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
995   targets/livecd-stage2/livecd-stage2-controller.sh,
996   targets/support/livecdfs-update.sh:
997   Changed some copy commands to use -f, added a check for /etc/gconf before
998   moving it when not using gentoo-release-livecd, and fixed a sed for root's
999   .bashrc, as reported on the gentoo-catalyst mailing list by Luca Casagrande
1000   <luca.casagrande@gmail.com>.
1001
1002   16 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1003   targets/support/livecdfs-update.sh:
1004   Fixing sed so that systemspkgs.txt is built properly.
1005
1006   11 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org> arch/sparc.py:
1007   The sparc32 binary is in /bin, not /usr/bin.
1008
1009   11 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1010   targets/support/chroot-functions.sh:
1011   We now only set the options for pkgcache if we are not using fetchonly. This
1012   should work around a problem where portage won't fetch the files if a binpkg
1013   already exists for the package.
1014
1015   09 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1016   targets/support/livecdfs-update.sh:
1017   Added code to make a backup of custom.conf before we edit it for the
1018   installer.
1019
1020   29 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1021   targets/support/livecdfs-update.sh:
1022   Remove sed from splash section, since it wasn't actually resolving the
1023   issue, anyway. Change the installer's dialog front-end code to simply run
1024   via sudo, since we don't need to worry about having the X DISPLAY setup or
1025   anything. This is catalyst 2.0, so you guys can all start rejoicing.
1026
1027   26 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1028   targets/support/livecdfs-update.sh:
1029   Fix my sed line so it actually applies correctly.
1030
1031   25 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1032   targets/support/chroot-functions.sh:
1033   Added check for verbose, and add --verbose if found, or --quiet, to emerge
1034   options.
1035
1036   21 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1037   targets/support/livecdfs-update.sh:
1038   Fix the splash code so we have our splash theme on all 6 virtual consoles,
1039   as well as a possible fix for the read-only filesystem messages from
1040   /sbin/splash-functions.sh
1041
1042   20 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1043   targets/support/chroot-functions.sh:
1044   Fix --fetchonly to actually work.
1045
1046   19 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1047   examples/livecd-stage2_template.spec:
1048   Added description for livecd/fsops to livecd-stage2's spec template.
1049
1050   19 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1051   targets/support/livecdfs-update.sh:
1052   I've modified the GDM configuration section to work correctly. I have also
1053   ensured that xdm is no longer started just because livecd/xdm is used, which
1054   was causing issues for the generic-livecd type. This is 2.0_rc50, which
1055   should be the last of the 'release candidates' made. If there are no bug
1056   reports in 2 days, then I'm rolling this as 2.0 final.
1057
1058   12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1059   targets/support/livecdfs-update.sh:
1060   Hopefully, I have fixed the issue with the Installer icons. We'll have to
1061   see once the newer Installer is released, as I still have to fix the
1062   installer scripts.
1063
1064   12 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1065   targets/support/rc-update.sh:
1066   Removed famd from the default runlevel for gentoo-release-livecd. It really
1067   shouldn't cause a problem, but I prefer it stay a bit clean.
1068
1069   11 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org> 
1070   modules/generic_stage_target.py, targets/support/bootloader-setup.sh,
1071   targets/support/create-iso.sh, targets/support/kmerge.sh,
1072   targets/support/livecdfs-update.sh, targets/support/mips-arcload_conf.sh:
1073   Added patches from Joshua Kinard <kumba@gentoo.org> from bug #139337.
1074
1075   05 Jul 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1076   -livecd/cdtar/silo-1.2.6-sparc-cdtar.tar.bz2,
1077   +livecd/cdtar/silo-1.4.13-sparc-cdtar.tar.bz2,
1078   targets/support/bootloader-setup.sh:
1079   Added patch from Gustavo Zacarias <gustavoz@gentoo.org> for sparc/silo
1080   parameters support. This is for bug #139300.
1081
1082   28 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1083   modules/generic_stage_target.py, modules/livecd_stage2_target.py,
1084   targets/support/filesystem-functions.sh:
1085   Added two patches from Joshua Kinard from bug #138255 to fix livecd/fsops
1086   and also to remove some redundant values from livecd-stage2's valid_values.
1087   This is 2.0_rc49.
1088
1089   28 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> arch/ppc.py,
1090   arch/x86.py:
1091   Fixed invocation of linux32 for x86 and ppc.  This is for bug #138080.
1092
1093   22 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1094   modules/generic_stage_target.py:
1095   Fix a problem where catalyst was creating an initial list, then putting that
1096   list inside another. Thanks to Andrew Gaffney <agaffney@gentoo.org> for
1097   pointing it out and for the fix. This is for bug #136351.
1098
1099   22 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1100   targets/support/unmerge.sh:
1101   Removing loop for unmerge, as it didn't actually solve anything and the
1102   portage team has helped us out by reverting the behavior that caused this
1103   change in the first place.
1104
1105   21 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1106   modules/netboot2_target.py, modules/stage1_target.py,
1107   targets/netboot2/netboot2-copyfile.sh, targets/support/pre-kmerge.sh:
1108   Added two patches from Joshua Kinard <kumba@gentoo.org> to fix stage1 not
1109   having /proc mounted during the preclean stage and also to clean up the
1110   netboot2 code. This is 2.0_rc48.
1111
1112   20 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1113   targets/support/unmerge.sh:
1114   Change our unmerge from being a single unmerge to a loop, to work around an
1115   unexpected change in portage 2.1's unmerge processing.
1116
1117   19 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1118   targets/support/bootloader-setup.sh:
1119   Fixed a problem where we were putting the kernel name in twice and causing
1120   and error when using grub as a bootloader. This is for bug #137252.
1121
1122   15 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1123   targets/support/bootloader-setup.sh:
1124   Added a second pass to the alpha bootloader setup to create aboot items for
1125   serial console for bug #133457.
1126
1127   12 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1128   +livecd/cdtar/arcload-0.43-r1.tbz2:
1129   Added arcload cdtar for mips.
1130
1131   09 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1132   targets/netboot/netboot-controller.sh:
1133   Added make-busybox-symlinks to USE for busybox compile. This is catalyst
1134   2.0_rc47.
1135
1136   08 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1137   modules/generic_stage_target.py, targets/support/livecdfs-update.sh:
1138   Add patch from bug #135051 to fix the seedcache extraction logic.
1139
1140   03 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1141   targets/support/livecdfs-update.sh:
1142   Don't set icon theme to Clearlooks, since it doesn't exist.
1143
1144   03 Jun 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1145   targets/support/livecdfs-update.sh:
1146   Fix sed on installer icons.
1147
1148   25 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1149   This is 2.0_rc46.
1150
1151   23 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1152   targets/stage1/stage1-controller.sh:
1153   Added a -type f to the find call in stage1 for bug #132180.
1154
1155   19 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1156   livecd/cdtar/yaboot-1.3.13-cdtar.tar.bz2:
1157   Updated yaboot cdtar from Daniel Ostrow <dostrow@gentoo.org> so it will boot
1158   properly on IBM PPC64 machines.
1159
1160   19 May 2006; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
1161   modules/generic_stage_target.py:
1162   Fix DIGESTS output
1163
1164   16 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1165   targets/support/rc-update.sh:
1166   Removed x-setup from default runlevel, as it is now controlled via the
1167   autoconfig init script.
1168
1169   15 May 2006; Eric Edgar <rocket@gentoo.org> arch/ppc64.py:
1170   Fix ppc64 based arches to subclass ppc64
1171
1172   15 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1173   modules/livecd_stage1_target.py:
1174   Use the full category/package name for livecd-tools.
1175
1176   13 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1177   targets/support/livecdfs-update.sh:
1178   Make copies and deletes recursive for firmware since some packages put their
1179   firmware in a subdirectory.
1180
1181   10 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1182   targets/support/livecdfs-update.sh:
1183   Fix detection of the Installer.
1184
1185   10 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> arch/ppc64.py:
1186   Added 970, power3, power4, and power5 sub-arches for ppc64.
1187
1188   09 May 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1189   targets/support/livecdfs-update.sh:
1190   Removed portion of livecdfs-update.sh that created /etc/conf.d/net as it is
1191   no longer necessary and can cause possible problems with Installer-based
1192   installs.
1193
1194   08 May 2006; Eric Edgar <rocket@gentoo.org> modules/catalyst_lock.py:
1195   recursive directory create
1196
1197   01 May 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1198   modules/catalyst_support.py:
1199   Changed a display error from bug #131502 and rolling 2.0_rc45.
1200
1201   25 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1202   targets/support/create-iso.sh:
1203   Added patch from Gustavo Zacharias <gustavoz@gentoo.org> for some fun
1204   silo-fu on SPARC.
1205
1206   25 Apr 2006; Eric Edgar <rocket@gentoo.org>
1207   modules/generic_stage_target.py:
1208   digests function uses raw output from hash function now
1209
1210   25 Apr 2006; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py:
1211   change hash result format so .DIGESTS is generated correctly
1212
1213   25 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1214   modules/catalyst_support.py:
1215   Added patch to parse_spec by Andrew Gaffney <agaffney@gentoo.org> and for
1216   bug #131190.
1217
1218   25 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1219   targets/support/livecdfs-update.sh:
1220   Added a space for bug #131181.
1221
1222   23 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1223   targets/support/kmerge.sh:
1224   Fixed creation of kernelpkgs.txt file for the installer.
1225
1226   21 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1227   modules/generic_stage_target.py:
1228   Somehow this hosts.bck fix got reverted and I really don't know how. Anyway,
1229   I'm adding it back.
1230
1231   20 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1232   targets/livecd-stage2/livecd-stage2-controller.sh,
1233   targets/support/bootloader-setup.sh:
1234   I missed an extra else in bootloader-setup.sh, so I'm fixing that and
1235   rolling out an emergency rc44.
1236
1237   20 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1238   targets/support/bootloader-setup.sh:
1239   If you use elif, you have to use a then after it. Yeah, that one's totally
1240   my fault.
1241
1242   19 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1243   targets/support/livecdfs-update.sh:
1244   Fixing my own bug in livecdfs-update.sh and rolling 2.0_rc43.
1245
1246   19 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1247   targets/support/rc-update.sh:
1248   Removed runlevel deletion, as it probably wasn't a good idea. This is for
1249   bug #130476.
1250
1251   19 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1252   targets/support/bootloader-setup.sh:
1253   Removed bootplash support from ppc/ppc64 since they only will work with
1254   gensplash. Forced use of livecd/splash_type of bootsplash to get
1255   splash=silent. This should reduce the number of things on the kernel command
1256   line that aren't necessary.
1257
1258   18 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS, catalyst,
1259   modules/catalyst_support.py:
1260   Added patch from Andrew Gaffney <agaffney@gentoo.org> to re-write
1261   parse_spec. This should resolve bug #130103, as well as make the code much
1262   cleaner. This is 2.0_rc42.
1263
1264   18 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1265   modules/generic_stage_target.py:
1266   Forced -p on tar for compressing stages.
1267
1268   18 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1269   targets/support/chroot-functions.sh:
1270   Fixed fetchonly option for stages 1 through 3 and livecd-stage1, and
1271   possibly others.
1272
1273   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1274   targets/stage1/build.py:
1275   Added patch to build.py for portage 2.1 support.
1276
1277   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1278   targets/support/kmerge.sh:
1279   Fixed genkernel initramfs overlay support. Thanks to Alvin Lee
1280   <liyiming@ict.ac.cn> in bug #129890.
1281
1282   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1283   targets/support/livecdfs-update.sh:
1284   Moved sed line for ##STARTX to end of file, since we aren't touching
1285   /etc/startx until the end.
1286
1287   17 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1288   targets/support/livecdfs-update.sh:
1289   Added a check for the games group and add it if it doesn't exist already.
1290   This should resolve bug #125498.
1291
1292   13 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1293   examples/generic_stage_template.spec, examples/grp_template.spec,
1294   examples/livecd-stage1_template.spec,
1295   examples/livecd-stage2_template.spec, examples/netboot2_template.spec,
1296   examples/netboot_template.spec, examples/snapshot_template.spec,
1297   examples/stage4_template.spec, examples/tinderbox_template.spec:
1298   Removed portdir_overlay from the snapshot example spec and added
1299   portage_overlay to the example specs for the relevant targets.
1300
1301   04 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1302   This is 2.0_rc41 since it has better LiveCD support.
1303
1304   04 Apr 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1305   targets/support/livecdfs-update.sh:
1306   Fix theme for gdm.
1307
1308   31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1309   targets/support/functions.sh:
1310   Removed check for livecd/dev-manager being udev since it was done
1311   incorrectly and genkernel assumes udev by default on a 2.6 kernel and devfs
1312   by default on a 2.4 kernel. Thanks to Alvin Lee <liyiming@ict.ac.cn> on bug
1313   #128265 for pointing this out.
1314
1315   23 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1316   -livecd/cdtar/elilo-3.4-cdtar.tar.bz2,
1317   +livecd/cdtar/elilo-3.6-cdtar.tar.bz2:
1318   Replaced elilo-3.4 cdtar with elilo-3.6 cdtar for IA64.
1319
1320   22 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1321   modules/generic_stage_target.py:
1322   Fix to ensure that we look inside the chroot for /etc/hosts.bck, not on our
1323   live system. You can thank Andrew Gaffney for the fix.
1324
1325   22 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1326   targets/livecd-stage2/livecd-stage2-controller.sh:
1327   Don't copy motd files if we're using livecd/type generic-livecd.
1328
1329   22 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1330   targets/livecd-stage2/livecd-stage2-controller.sh,
1331   targets/support/livecdfs-update.sh:
1332   Made sure that livecd/motd is ignored for livecd/type: gentoo-* and added
1333   some extra cleanup to generic-livecd.
1334
1335   16 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1336   -livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2,
1337   -livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2,
1338   +livecd/cdtar/yaboot-1.3.13-cdtar.tar.bz2,
1339   -livecd/cdtar/ppc-yaboot-cdtar.tar.bz2,
1340   targets/support/bootloader-setup.sh:
1341   Added sed to PPC/PPC64 to change boot.msg to match the hardware for which
1342   the CD was built, merged the PPC and PPC64 cdtar files into a single cdtar,
1343   and removed all older cdtar files for PPC*.
1344
1345   13 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1346   livecd/files/livecd.motd.txt:
1347   Added message to the official LiveCD MOTD mentioning how to run the
1348   installer. Blame codeman. This is 2.0_rc40.
1349
1350   13 Mar 2006; Eric Edgar <rocket@gentoo.org> modules/snapshot_target.py:
1351   fix so snapshot target doesnt have errors
1352
1353   13 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1354   targets/support/livecdfs-update.sh:
1355   Finalized the sync from my fsscript for 2006.0 into catalyst. It is now no
1356   longer necessary to use a fsscript to duplicate the official Gentoo LiveCD
1357   builds.
1358
1359   12 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1360   targets/support/rc-update.sh:
1361   Removed hdparm and alsasound from rc-update.sh as they are pulled in by the
1362   autoconfig script.
1363
1364   21 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1365   targets/support/livecdfs-update.sh:
1366   Added wrapping around the udev sed for those crazy 2.4-users.
1367
1368   17 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1369   targets/support/livecdfs-update.sh:
1370   Added sed fix for udev starting evms_activate unconditionally. This is
1371   2.0_rc39.
1372
1373   17 Feb 2006; Eric Edgar <rocket@gentoo.org> modules/stage4_target.py:
1374   add stage4/unmerge stage4/rm to valid options
1375
1376   15 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1377   targets/support/rc-update.sh:
1378   Added fix for bug #122154 from Rajiv Manglani.
1379
1380   15 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1381   targets/support/kmerge.sh:
1382   Fixed creation of kernelpkgs.txt for the Installer.
1383
1384   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1385   livecd/cdtar/elilo-3.4-cdtar.tar.bz2:
1386   Updated elilo tarball for IA64.
1387
1388   14 Feb 2006; Eric Edgar <rocket@gentoo.org> modules/snapshot_target.py:
1389   DIGESTS support for snapshot creation
1390
1391   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1392   This is catalyst 2.0_rc38, codenamed: When will the stinking release
1393   candidates ever end?
1394
1395   14 Feb 2006; Eric Edgar <rocket@gentoo.org> modules/grp_target.py:
1396   fix for .DIGESTS.DIGESTS issue in grp
1397
1398   14 Feb 2006; Eric Edgar <rocket@gentoo.org>
1399   modules/generic_stage_target.py:
1400   fix for failure when root_overlay is not set
1401
1402   14 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1403   targets/support/bootloader-setup.sh:
1404   Added IA64/SGI patch from plasmaroo.
1405
1406   13 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1407   targets/livecd-stage1/livecd-stage1-controller.sh,
1408   targets/support/kmerge.sh, targets/support/livecdfs-update.sh:
1409   Fixed generation of grppkgs.txt and kernelpkgs.txt for the Installer. This
1410   is 2.0_rc37.
1411
1412   10 Feb 2006; Eric Edgar <rocket@gentoo.org>
1413   modules/generic_stage_target.py:
1414   Allow multiple overlays for root_overlay and overlay spec option
1415
1416   10 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1417   -livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2,
1418   +livecd/cdtar/yaboot-1.3.11-ppc64-cdtar-r1.tar.bz2, catalyst,
1419   targets/support/rc-update.sh:
1420   Updated ppc64's cdtar file with a new boot.msg, removed older file, and
1421   fixed bug #122154. This is catalyst 2.0_rc36.
1422
1423   09 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1424   livecd/files/livecd.motd.txt, targets/support/livecdfs-update.sh:
1425   Updated the LiveCD motd to tell the user to run the display manager again,
1426   rather than startx, while mentioning that startx is useful as a rescue X
1427   session since it starts twm. This is catalyst 2.0_rc35.
1428
1429   09 Feb 2006; Eric Edgar <rocket@gentoo.org> targets/support/create-iso.sh:
1430   Add hfs-hide options to mkisofs so macs boot
1431
1432   09 Feb 2006; Eric Edgar <rocket@gentoo.org>
1433   modules/generic_stage_target.py:
1434   Fix indentation issues
1435
1436   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1437   This is 2.0_rc34.
1438
1439   08 Feb 2006; Eric Edgar <rocket@gentoo.org>
1440   targets/support/bootloader-setup.sh:
1441   add additional console less entry when consoles are chosen for ppc64
1442
1443   08 Feb 2006; Eric Edgar <rocket@gentoo.org>
1444   modules/generic_stage_target.py:
1445   fix kernelopts and extraversion env variable exports
1446
1447   08 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1448   targets/support/livecdfs-update.sh:
1449   Rearranged generation of /usr/livecd/systempkgs.txt for the LiveCD. Thanks
1450   to Andrew Gaffney for spotting this.  This is 2.0_rc33.
1451
1452   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1453   targets/support/kmerge.sh:
1454   Changing the way we determine if extraversion is set. This is catalyst
1455   2.0_rc32.
1456
1457   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1458   targets/support/livecdfs-update.sh:
1459   Change net.ethX links to link to net.lo instead of net.eth0.
1460
1461   07 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1462   examples/stage4_template.spec:
1463   Fixed rcadd example for stage4.  Blame rajiv.
1464
1465   06 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1466   This is catalyst 2.0_rc31.
1467
1468   05 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1469   targets/support/livecdfs-update.sh:
1470   Added copy of /usr/portage/eclass for the Installer. Thanks to Andrew
1471   Gaffney for pointing me in the right direction.
1472
1473   03 Feb 2006; Eric Edgar <rocket@gentoo.org> targets/support/create-iso.sh:
1474   change all occurrences of ${clst_livecd_cdfstype} with ${clst_fstype}
1475
1476   02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1477   This is 2.0_rc30.
1478
1479   02 Feb 2006; Eric Edgar <rocket@gentoo.org>
1480   examples/livecd-stage2_template.spec:
1481   updated examples to have console and machine_type
1482
1483   02 Feb 2006; Eric Edgar <rocket@gentoo.org>
1484   targets/support/bootloader-setup.sh:
1485   Change [ console ] to -console in yaboot.conf for ppc64.  Spaces aren't
1486   allowed.
1487
1488   02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1489   This is catalyst 2.0_rc29.
1490
1491   02 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1492   livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2:
1493   Removed extra yaboot.conf from
1494   livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2.
1495
1496   01 Feb 2006; Eric Edgar <rocket@gentoo.org>
1497   targets/support/kill-chroot-pids.sh:
1498   add sleep to try and give processes a chance to die. bug 119940
1499
1500   01 Feb 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1501   targets/support/functions.sh:
1502   Removed some quotes to make sure we have a binary operator and closing bug
1503   #117649.
1504
1505   31 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1506   targets/support/create-iso.sh:
1507   Added fix for amd64/x86 ISO creation.  This is 2.0_rc28.
1508
1509   30 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1510   targets/support/bootloader-setup.sh:
1511   Added path from bug #120935 for PPC/PPC64.
1512
1513   30 Jan 2006; Eric Edgar <rocket@gentoo.org> modules/stage2_target.py:
1514   Additional spacing fixes submitted by `Kumba
1515
1516   29 Jan 2006; Eric Edgar <rocket@gentoo.org> modules/stage1_target.py,
1517   modules/stage2_target.py:
1518   space cleanups contributed from `Kumba
1519
1520   29 Jan 2006; Eric Edgar <rocket@gentoo.org> modules/grp_target.py:
1521   add grp/use to valid_values in the grp module
1522
1523   29 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1524   This is 2.0_rc27.
1525
1526   28 Jan 2006; Eric Edgar <rocket@gentoo.org>
1527   -livecd/cdtar/yaboot-1.3.11-ppc-cdtar.tar.bz2,
1528   +livecd/cdtar/yaboot-1.3.11-ppc-cdtar-r1.tar.bz2,
1529   targets/support/bootloader-setup.sh:
1530   ppc cdtar update; ppc64 bootloader updates
1531
1532   27 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1533   targets/support/create-iso.sh:
1534   Fixing HFS bless on PPC64.  This is catalyst 2.0_rc26.
1535
1536   27 Jan 2006; Eric Edgar <rocket@gentoo.org>
1537   +livecd/cdtar/yaboot-1.3.11-ppc-cdtar.tar.bz2,
1538   modules/generic_stage_target.py, targets/support/bootloader-setup.sh,
1539   targets/support/create-iso.sh:
1540   Fix ppc64 iso creation.  Add console machine_type for ppc yaboot separation.
1541
1542   27 Jan 2006; Eric Edgar <rocket@gentoo.org>
1543   modules/generic_stage_target.py, targets/support/bootloader-setup.sh:
1544   Add ppc console and  machine_type=ibm
1545
1546   27 Jan 2006; Eric Edgar <rocket@gentoo.org>
1547   modules/generic_stage_target.py:
1548   Fix type error when kernel packages arent defined
1549
1550   27 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1551   examples/generic_stage_template.spec, examples/grp_template.spec,
1552   examples/livecd-stage1_template.spec,
1553   examples/livecd-stage2_template.spec, examples/netboot_template.spec,
1554   examples/stage4_template.spec:
1555   Added more verbose wording and examples for pkgcache_path and
1556   kerncache_path, where necessary.
1557
1558   26 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1559   targets/support/create-iso.sh:
1560   Really fixing bug #120475 this time.  This is 2.0_rc25.
1561
1562   26 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1563   targets/support/create-iso.sh:
1564   Added patch from bug #120475 that resolves HFS blessing on PPC*. This is
1565   2.0_rc24.
1566
1567   26 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1568   +livecd/cdtar/isolinux-elilo-memtest86+-cdtar.tar.bz2,
1569   targets/support/bootloader-setup.sh, targets/support/create-iso.sh:
1570   Added initial support for EFI booting on x86. This is completely untested,
1571   so use it at your own risk. Also, no bug reports without patches, please.
1572   This is catalyst 2.0_rc23.
1573
1574   26 Jan 2006; Eric Edgar <rocket@gentoo.org> targets/support/functions.sh:
1575   kmerge should have been kerncache
1576
1577   26 Jan 2006; Eric Edgar <rocket@gentoo.org> targets/support/functions.sh,
1578   targets/support/pre-kmerge.sh:
1579   Fix a few other places for the kerncache update
1580
1581   26 Jan 2006; Eric Edgar <rocket@gentoo.org>
1582   examples/generic_stage_template.spec, examples/grp_template.spec,
1583   examples/livecd-stage1_template.spec,
1584   examples/livecd-stage2_template.spec, examples/netboot2_template.spec,
1585   examples/netboot_template.spec, examples/stage4_template.spec,
1586   examples/tinderbox_template.spec, modules/generic_stage_target.py,
1587   targets/support/kmerge.sh:
1588   Separation of kerncache from snapcache
1589
1590   26 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1591   It helps if I actually increment the version number.
1592
1593   26 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1594   targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh:
1595   Added --oneshot to default options for stage1 building. Added code to wipe
1596   world during stages 1 and 3. This is catalyst 2.0_rc22.
1597
1598   25 Jan 2006; Eric Edgar <rocket@gentoo.org>
1599   modules/generic_stage_target.py, targets/support/bootloader-setup.sh:
1600   Fix bug if no kernel packages were defined but there was a postconf setting.
1601   x86 softlevel support is enhanced.
1602
1603   24 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1604   targets/support/bootloader-setup.sh:
1605   Added IA64 patch from plasmaroo.  This is catalyst 2.0_rc21.
1606
1607   23 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
1608   Changed mcpu to mtune since mcpu is deprecated on GCC 3.4 and above.
1609
1610   20 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1611   This is 2.0_rc20.
1612
1613   20 Jan 2006; Eric Edgar <rocket@gentoo.org> modules/netboot2_target.py:
1614   Netboot2 fixes for spec parameter checks
1615
1616   20 Jan 2006; Eric Edgar <rocket@gentoo.org>
1617   modules/generic_stage_target.py, modules/stage4_target.py:
1618   add makeopts spec file support.
1619
1620   20 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1621   modules/generic_stage_target.py:
1622   Added fix for bug #119635.
1623
1624   19 Jan 2006; Eric Edgar <rocket@gentoo.org> targets/support/pre-kmerge.sh:
1625   Fix pre-kmerge.sh for stage4
1626
1627   18 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1628   This is 2.0_rc19.
1629
1630   18 Jan 2006; Eric Edgar <rocket@gentoo.org>
1631   modules/generic_stage_target.py:
1632   fix crash when no kernel is defined.  spacing issue
1633
1634   18 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1635   This is 2.0_rc18.
1636
1637   18 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1638   modules/livecd_stage2_target.py:
1639   Added livecd/volid to valid_values.
1640
1641   17 Jan 2006; Eric Edgar <rocket@gentoo.org>
1642   modules/generic_stage_target.py:
1643   remove extra function that was converting strings to lists unnecessarily
1644
1645   17 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1646   This is catalyst 2.0_rc17.
1647
1648   17 Jan 2006; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
1649   modules/generic_stage_target.py, modules/livecd_stage2_target.py,
1650   modules/stage4_target.py:
1651   fix issue where args not allowed that arose due to earlier myspec addlargs bug
1652
1653   17 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1654   targets/embedded/embedded-preclean-chroot.sh,
1655   targets/grp/grp-preclean-chroot.sh,
1656   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
1657   targets/stage1/stage1-preclean-chroot.sh,
1658   targets/stage2/stage2-preclean-chroot.sh,
1659   targets/stage3/stage3-preclean-chroot.sh,
1660   targets/support/chroot-functions.sh,
1661   targets/tinderbox/tinderbox-preclean-chroot.sh:
1662   Added function to cleanup stray /etc/distcc/hosts files.
1663
1664   16 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1665   targets/support/bootloader-setup.sh:
1666   Added fix from bug #119123.  This is catalyst 2.0_rc16.
1667
1668   16 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1669   targets/support/create-iso.sh, targets/support/netboot2-final.sh:
1670   Fixing some spacing.  This is catalyst 2.0_rc15.
1671
1672   16 Jan 2006; Eric Edgar <rocket@gentoo.org> targets/support/functions.sh:
1673   Attempt to fix bug #117649
1674
1675   16 Jan 2006; Eric Edgar <rocket@gentoo.org>
1676   modules/generic_stage_target.py:
1677   fixes for bugs #119009, #119041 and #118985
1678
1679   13 Jan 2006; Eric Edgar <rocket@gentoo.org>
1680   +examples/netboot2_template.spec, modules/catalyst_support.py,
1681   +modules/netboot2_target.py, +targets/netboot2/netboot2-controller.sh,
1682   +targets/netboot2/netboot2-copyfile.sh, +targets/netboot2/netboot2-pkg.sh,
1683   +targets/support/netboot2-final.sh, targets/support/pre-kmerge.sh:
1684   Add netboot2 target
1685
1686   13 Jan 2006; Eric Edgar <rocket@gentoo.org> modules/generic_stage_target.py,
1687   targets/support/kmerge.sh:
1688   Fix for ccache (null)/.ccache bug
1689
1690   13 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1691   This is 2.0_rc14.
1692
1693   11 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS, arch/ppc.py:
1694   Added ppc -mcpu patch from Pylon for bug #118709.
1695
1696   10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1697   modules/embedded_target.py, modules/stage4_target.py:
1698   Added linuxrc to embedded and stage4 targets.
1699
1700   10 Jan 2006; Eric Edgar <rocket@gentoo.org>
1701   modules/generic_stage_target.py, targets/support/kmerge.sh:
1702   filter kname - and . for kmerge.sh
1703   
1704   10 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1705   targets/support/create-iso.sh:
1706   Added sparc64 to sparc lines for create-iso.sh to fix ISO creation on sparc64.
1707
1708   05 Jan 2006; Eric Edgar <rocket@gentoo.org>
1709   modules/generic_stage_target.py:
1710   change .digests to .DIGESTS
1711
1712   04 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1713   targets/support/kmerge.sh:
1714   Commented ccache for genkernel build which will resolve #117648 until a
1715   proper solution can be found. This is 2.0_rc13.
1716
1717   04 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org>
1718   targets/stage1/stage1-controller.sh:
1719   Added patch from vapier for bug #117254.
1720
1721   03 Jan 2006; Chris Gianelloni <wolf31o2@gentoo.org> arch/alpha.py,
1722   arch/amd64.py, arch/mips.py, arch/ppc.py, arch/ppc64.py, arch/s390.py,
1723   arch/sh.py, arch/sparc.py, arch/sparc64.py, arch/x86.py:
1724   Added -pipe to default CFLAGS/CXXFLAGS and doing some minor cleanup
1725   (comments mostly).
1726
1727   03 Jan 2006; Eric Edgar <rocket@gentoo.org>
1728   modules/generic_stage_target.py:
1729   Remove chost/cflags etc. warning messages
1730
1731   31 Dec 2005; Eric Edgar <rocket@gentoo.org>
1732   modules/generic_stage_target.py:
1733   Attempt to fix bug 117253; chost is wrong on autoresume
1734
1735   28 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/embedded_target.py,
1736   modules/generic_stage_target.py, modules/netboot_target.py,
1737   modules/stage1_target.py:
1738   make setting of destdir more global and part of generic_stage_target
1739
1740   28 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/netboot_target.py:
1741   Fix destpath bug in netboot target
1742
1743   28 Dec 2005; Eric Edgar <rocket@gentoo.org>
1744   modules/generic_stage_target.py, modules/stage4_target.py:
1745   Fix for bug 116305;removed unnecessary pkgcache_path processing from the
1746   stage4 target
1747
1748   23 Dec 2005; Eric Edgar <rocket@gentoo.org> arch/sh.py,
1749   modules/generic_stage_target.py, modules/stage4_target.py:
1750   remove stray ' from arch/sh.py
1751
1752   21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1753   targets/stage1/stage1-controller.sh:
1754   This finally fixes the issues with gcc-config/binutils-config in stage1.
1755   This is catalyst 2.0_rc12.
1756
1757   21 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/snapshot_target.py:
1758   Fix incorrect warning message.  portdir_overlay -> portage_overlay
1759
1760   21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1761   targets/stage1/stage1-controller.sh,
1762   targets/stage1/stage1-preclean-chroot.sh:
1763   Revert gcc-config/binutils-config to _rc11 locations. This should fix
1764   running gcc-config and binutils-config, though it probably breaks running on
1765   non-Gentoo platforms.
1766
1767   21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1768   modules/stage1_target.py:
1769   Make stage1 clean up python 2.3 and 2.4, also.
1770
1771   21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> README,
1772   targets/support/livecdfs-update.sh:
1773   Updated requirements and added creation of metadata.tar.bz2 for the installer.
1774
1775   21 Dec 2005; Eric Edgar <rocket@gentoo.org>
1776   modules/generic_stage_target.py:
1777   Change digests file format to HASH_NAME HASH FILE_NAME
1778
1779   21 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1780   targets/stage1/stage1-controller.sh:
1781   Moved gcc-config/binutils-config to before the chroot.
1782
1783   21 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py:
1784   Remove requirement on md5sum,sha1sum,crc32 .. only need to have shash
1785   installed. Supports all of shashs algorithms as of 12_21_2005
1786
1787   20 Dec 2005; Eric Edgar <rocket@gentoo.org>
1788   modules/generic_stage_target.py:
1789   Catalyst should die if source_subpath is not a string
1790
1791   20 Dec 2005; Eric Edgar <rocket@gentoo.org>
1792   modules/generic_stage_target.py:
1793   Fix for source_subpath bug
1794
1795   20 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1796   examples/generic_stage_template.spec:
1797   Updated example specs with information on cflags/chost/cxxflags/ldflags in
1798   both stages 1 and 2.
1799
1800   20 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/stage1_target.py,
1801   modules/stage2_target.py:
1802   Disable reading of CHOST/CFLAGS/CXXFLAGS/LDFLAGS from the environment. Allow
1803   stage1 to be overridden again.
1804
1805   20 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1806   targets/stage1/stage1-controller.sh:
1807   It looks like gcc-config/binutils-config needs to be run with the full path,
1808   since it is run outside of the chroot.
1809
1810   20 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1811   targets/stage1/stage1-controller.sh:
1812   Fixed gcc-config calls.  This is 2.0_rc11.
1813
1814   20 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1815   This is catalyst 2.0_rc10.
1816
1817   20 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/sh.py,
1818   modules/generic_stage_target.py:
1819   Updated sh support from Mike Frysinger <vapier@gentoo.org> and closing bug
1820   #115866.
1821
1822   20 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1823   targets/support/functions.sh:
1824   Changed from -z to -n for bug #116180.
1825
1826   19 Dec 2005; Eric Edgar <rocket@gentoo.org> catalyst,
1827   modules/catalyst_support.py, modules/generic_stage_target.py:
1828   Detect missing binaries for the hashing functions and abort if not found
1829
1830   19 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> README,
1831   files/catalyst.conf:
1832   Updated README to list new requirements. Set default hash as crc32. Set
1833   default digests as sha1/md5.
1834
1835   19 Dec 2005; Eric Edgar <rocket@gentoo.org> catalyst, files/catalyst.conf,
1836   modules/catalyst_support.py, modules/generic_stage_target.py,
1837   modules/livecd_stage2_target.py, modules/stage2_target.py:
1838   Change the internal hash checking to be quicker and more memory efficient.
1839   Add additional hash digests options.
1840
1841   19 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1842   targets/tinderbox/tinderbox-chroot.sh,
1843   targets/tinderbox/tinderbox-controller.sh,
1844   targets/tinderbox/tinderbox-preclean-chroot.sh:
1845   Fixed up spacing/coding style on tinderbox.
1846
1847   19 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1848   targets/support/kill-chroot-pids.sh, targets/support/kmerge.sh,
1849   targets/support/livecdfs-update.sh, targets/support/post-kmerge.sh,
1850   targets/support/pre-kmerge.sh, targets/support/rc-update.sh,
1851   targets/support/target_image_setup.sh, targets/support/unmerge.sh:
1852   Fixed up spacing/coding style on support.
1853
1854   19 Dec 2005; Eric Edgar <rocket@gentoo.org> catalyst:
1855   Optimize catalyst bytecode and set a sane sys.exit for keyboard interrupts
1856
1857   19 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1858   targets/stage4/stage4-chroot.sh, targets/stage4/stage4-controller.sh,
1859   targets/stage4/stage4-preclean-chroot.sh:
1860   Fixed up spacing/coding style on stage4.
1861
1862   19 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1863   targets/stage2/stage2-chroot.sh, targets/stage2/stage2-controller.sh,
1864   targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
1865   targets/stage3/stage3-controller.sh,
1866   targets/stage3/stage3-preclean-chroot.sh:
1867   Fixed up spacing/coding style on stages 2 and 3
1868
1869   19 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1870   targets/stage1/stage1-chroot.sh, targets/stage1/stage1-controller.sh,
1871   targets/stage1/stage1-preclean-chroot.sh:
1872   Fixed up spacing/coding style on stage1. Also changed
1873   gcc-config/binutils-config to be outside the chroot.
1874
1875   19 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1876   targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh,
1877   targets/netboot/netboot-controller.sh, targets/netboot/netboot-image.sh:
1878   Fixed up spacing/coding style on netboot.
1879
1880   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1881   targets/livecd-stage1/livecd-stage1-chroot.sh,
1882   targets/livecd-stage1/livecd-stage1-controller.sh,
1883   targets/livecd-stage2/livecd-stage2-controller.sh:
1884   Fixed up spacing/coding style on livecd-stage*.
1885
1886   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1887   targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh,
1888   targets/grp/grp-preclean-chroot.sh:
1889   Fixed up spacing/coding style on grp.
1890
1891   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1892   targets/embedded/embedded-chroot.sh,
1893   targets/embedded/embedded-controller.sh,
1894   targets/embedded/embedded-fs-runscript.sh,
1895   targets/embedded/embedded-preclean-chroot.sh:
1896   Fixed up spacing/coding style on embedded.
1897
1898   16 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py,
1899   targets/support/bootloader-setup.sh, targets/support/chroot-functions.sh,
1900   targets/support/create-iso.sh, targets/support/filesystem-functions.sh,
1901   targets/support/functions.sh:
1902   Removing extra line from x86.py, fixing up comments, spacing, and coding
1903   style in targets/support through functions.sh
1904
1905   16 Dec 2005; Eric Edgar <rocket@gentoo.org>
1906   modules/generic_stage_target.py, modules/livecd_stage2_target.py:
1907   Fix more tab/spacing issues .. trying to make everything use tabs
1908
1909   16 Dec 2005; Eric Edgar <rocket@gentoo.org>
1910   modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
1911   modules/stage1_target.py, modules/stage2_target.py,
1912   modules/stage3_target.py, modules/stage4_target.py:
1913   Fix warning message in stage1,2 and 3. Fix tab spacing issues in various
1914   other files
1915
1916   14 Dec 2005; Eric Edgar <rocket@gentoo.org>
1917   modules/generic_stage_target.py:
1918   Add envscript warning to aid users who may not know what they are doing
1919
1920   13 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1921   examples/generic_stage_template.spec:
1922   Changed example specs to match that cflags/cxxflags/chost/ldflags are now
1923   only configurable when building a stage2 tarball, to match the current state
1924   of portage. This is 2.0_rc9.
1925
1926   13 Dec 2005; Eric Edgar <rocket@gentoo.org>
1927   targets/support/chroot-functions.sh:
1928   Silence more of portages beeps and clicks and whistles
1929
1930   13 Dec 2005; Eric Edgar <rocket@gentoo.org>
1931   targets/support/chroot-functions.sh:
1932   Change the portage emerge to use run_emerge
1933
1934   13 Dec 2005; Eric Edgar <rocket@gentoo.org>
1935   modules/generic_stage_target.py, modules/snapshot_target.py,
1936   modules/stage1_target.py, modules/stage2_target.py,
1937   modules/stage3_target.py:
1938   allow portdir_overlay to be part of all specs not including snapshot spec.
1939   Add warnings for stage1,2 and 3 in case someone uses this feature there.
1940   Remove overlay support from the snapshot spec but added a warning.
1941
1942   13 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/stage1_target.py,
1943   modules/stage2_target.py:
1944   Move allowable cflags/cxxflags/chost/ldflags changing to stage2 from stage1
1945   where it is allowed
1946
1947   11 Dec 2005; Eric Edgar <rocket@gentoo.org>
1948   modules/generic_stage_target.py, targets/support/bootloader-setup.sh:
1949   Add support for bootloader softlevel=; have rsync delete the extra files out
1950   of the overlay so that the overlay always matches the source dir
1951
1952   09 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
1953   Swapped -v/-V since I had gotten them wrong here.
1954
1955   09 Dec 2005; Eric Edgar <rocket@gentoo.org>
1956   modules/generic_stage_target.py:
1957   Fix stupid overlay bug
1958
1959   09 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
1960   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
1961   targets/livecd-stage1/livecd-stage1-chroot.sh,
1962   targets/netboot/netboot-chroot.sh, targets/netboot/netboot-combine.sh,
1963   targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh,
1964   targets/stage4/stage4-chroot.sh, targets/support/chroot-functions.sh,
1965   targets/support/kmerge.sh, targets/support/livecdfs-update.sh,
1966   targets/support/unmerge.sh:
1967   Made sure we use -f on removing the default links for splash. Removed
1968   check_portage_version as it really isn't needed anymore. Removed
1969   --no-install from genkernel commands in kmerge.sh so users must manually
1970   remove kernels from /boot. This is 2.0_rc8.
1971
1972   09 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1973   targets/support/livecdfs-update.sh:
1974   Made sed on devfsd.conf conditional on it existing. Removes one more error
1975   message from a standard catalyst run.
1976
1977   09 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
1978   Added warning about breaking snapshot cache and re-enable autoresume, since
1979   the errors I was getting were elsewhere.
1980
1981   09 Dec 2005; Eric Edgar <rocket@gentoo.org>
1982   modules/generic_stage_target.py:
1983   Fix indentation error the last commit caused
1984
1985   09 Dec 2005; Eric Edgar <rocket@gentoo.org>
1986   modules/generic_stage_target.py:
1987   Always clear autoresume points after a successful run
1988
1989   09 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1990   targets/support/livecdfs-update.sh:
1991   Changed mv -f in livecdfs-update.sh to a cp -r, as it was seriously breaking
1992   snapshot caching after a successful gentoo-release-livecd run.
1993
1994   08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1995   targets/support/rc-update.sh:
1996   Added famd to default on official LiveCD.
1997
1998   08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
1999   targets/support/chroot-functions.sh:
2000   Fixes 'too many arguments' error in check_portage_version.
2001
2002   08 Dec 2005; Eric Edgar <rocket@gentoo.org>
2003   modules/generic_stage_target.py:
2004   remove extra self.env={} that was resetting the environment to null
2005
2006   08 Dec 2005; Eric Edgar <rocket@gentoo.org>
2007   modules/livecd_stage1_target.py:
2008   Fix appending livecd use flag if no use flag is specified in livecd-stage1
2009   spec file
2010
2011   08 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/generic_target.py:
2012   Add a default path to the environment in the chroot
2013
2014   08 Dec 2005; Eric Edgar <rocket@gentoo.org>
2015   modules/generic_stage_target.py, targets/embedded/embedded-chroot.sh,
2016   targets/grp/grp-chroot.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
2017   targets/livecd-stage2/livecd-stage2-controller.sh,
2018   -targets/livecd-stage2/unmerge.sh, targets/netboot/netboot-chroot.sh,
2019   targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
2020   targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
2021   targets/stage3/stage3-preclean-chroot.sh, targets/stage4/stage4-chroot.sh,
2022   targets/stage4/stage4-controller.sh, -targets/stage4/unmerge.sh,
2023   targets/support/chroot-functions.sh, targets/support/pre-kmerge.sh,
2024   +targets/support/unmerge.sh, targets/tinderbox/tinderbox-chroot.sh:
2025   move unmerge.sh to support;move the CLEAN_DELAY,EMERGE_WARNING_DELAY, and
2026   CONFIG_PROTECT stuff in the run_emerge function for cleanliness
2027
2028   08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
2029   files/catalyst.1:
2030   Fixed up the man page, which has been suffering for some time, and also
2031   reversed -v/-V in the help message.
2032
2033   08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2034   targets/support/livecdfs-update.sh:
2035   Added fun gnome theme stuff to livecdfs-update.sh for the official Gentoo
2036   LiveCD.
2037
2038   08 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
2039   Turning off autoresume of doom until I can get more testing. I've had
2040   several issues with it. I'll be reporting/fixing these as I come across them
2041   but for now wish to turn it off by default as I don't want this one feature
2042   to stop the possible 2.0 final release.
2043
2044   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2045   targets/livecd-stage2/unmerge.sh:
2046   Removed profiles hack from livecd-stage2's unmerge, since it isn't used
2047   anymore and probably should have been removed a long time ago when the new
2048   code was put into place in livecdfs-update.sh and livecd-local.start
2049   instead.
2050
2051   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
2052   targets/livecd-stage1/livecd-stage1-chroot.sh,
2053   targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
2054   targets/stage3/stage3-chroot.sh, targets/stage4/stage4-chroot.sh:
2055   Made EMERGE_WARNING_DELAY=0 for all stages.  This is 2.0_rc7.
2056
2057   07 Dec 2005; Eric Edgar <rocket@gentoo.org>
2058   modules/generic_stage_target.py, modules/generic_target.py:
2059   self.env should be a part of the super class generic_target so it applies to
2060   snapshots as well; removing redundant pass in the generic_target class as
2061   its not needed. There is code there to fill the statements
2062
2063   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2064   targets/support/livecdfs-update.sh:
2065   Forward-porting portage tmpfs mounting from catalyst 1.x, otherwise we break
2066   the Installer.
2067
2068   07 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
2069   Changed version stamp to 2.0_rc6.
2070
2071   07 Dec 2005; Eric Edgar <rocket@gentoo.org>
2072   modules/generic_stage_target.py:
2073   Fix for unpack cases
2074
2075   05 Dec 2005; Eric Edgar <rocket@gentoo.org>
2076   modules/generic_stage_target.py:
2077   Fixes for env
2078
2079   05 Dec 2005; Eric Edgar <rocket@gentoo.org> catalyst, files/catalyst.1,
2080   modules/catalyst_support.py, modules/generic_stage_target.py,
2081   modules/grp_target.py, modules/livecd_stage1_target.py,
2082   modules/livecd_stage2_target.py, modules/netboot_target.py,
2083   modules/snapshot_target.py, modules/tinderbox_target.py:
2084   Stop reading env from the OS. Rely on the more on the envscript for oddball
2085   settings. Change -v to verbose and -V to version
2086
2087   04 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
2088   This is 2.0_rc5.
2089
2090   04 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/stage1_target.py:
2091   Fix stage1 to NOT contain the code from stage2;continued cleanup from the
2092   space fix issue
2093
2094   02 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2095   examples/generic_stage_template.spec:
2096   Added chost/cflags/cxxflags/ldflags to example spec template.
2097
2098   02 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2099   targets/support/rc-update.sh:
2100   OK, just kidding on that last commit. We were already doing rc-update add
2101   xdm default in livecdfs-update.sh and since it is a livecd-only function,
2102   there's no point in having it in rc-update.sh
2103
2104   02 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2105   targets/support/rc-update.sh:
2106   Have rc-update add xdm if livecd/xdm is set.
2107
2108   02 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2109   modules/catalyst_lock.py, modules/catalyst_support.py,
2110   modules/embedded_target.py, modules/generic_stage_target.py,
2111   modules/grp_target.py, modules/livecd_stage1_target.py,
2112   modules/livecd_stage2_target.py, modules/netboot_target.py,
2113   modules/stage1_target.py, modules/stage4_target.py,
2114   modules/tinderbox_target.py:
2115   So I was just kidding on that last commit.  This one is 2.0_rc4.
2116
2117   02 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
2118   modules/catalyst_lock.py, modules/catalyst_support.py,
2119   modules/embedded_target.py, modules/generic_stage_target.py,
2120   modules/grp_target.py, modules/livecd_stage1_target.py,
2121   modules/livecd_stage2_target.py, modules/netboot_target.py,
2122   modules/stage1_target.py, modules/stage2_target.py,
2123   modules/stage4_target.py, modules/tinderbox_target.py:
2124   Reverting my nasty spaces->tabs mess-up and pushing out 2.0_rc4 quickly.
2125
2126   02 Dec 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
2127   files/catalyst.conf, modules/catalyst_lock.py,
2128   modules/catalyst_support.py, modules/embedded_target.py,
2129   modules/generic_stage_target.py, modules/grp_target.py,
2130   modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
2131   modules/netboot_target.py, modules/stage1_target.py,
2132   modules/stage2_target.py, modules/stage4_target.py,
2133   modules/tinderbox_target.py, targets/stage1/stage1-controller.sh:
2134   Fixed spacing/tabs. Updated catalyst.conf comments. Added autoresume, md5,
2135   and sha to catalyst.conf by default. This is catalyst 2.0_rc3.
2136
2137   02 Dec 2005; Eric Edgar <rocket@gentoo.org>
2138   modules/generic_stage_target.py:
2139   Fix autoresume for unpacking tarballs
2140
2141   02 Dec 2005; Eric Edgar <rocket@gentoo.org>
2142   targets/support/livecdfs-update.sh:
2143   remove gnap livecd-type per Koon's request
2144
2145   02 Dec 2005; Eric Edgar <rocket@gentoo.org> targets/support/rc-update.sh:
2146   change rc-update add modules default to rc-update add modules boot
2147
2148   02 Dec 2005; Eric Edgar <rocket@gentoo.org>
2149   modules/generic_stage_target.py, modules/grp_target.py:
2150   Add more verbosity to digests if -V is enabled, add more print messages to
2151   grp digesting code
2152
2153   02 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
2154   modules/generic_stage_target.py, modules/grp_target.py:
2155   Add sha/md5 digests support for grp and cleanup other sha/md5 code
2156
2157   01 Dec 2005; Eric Edgar <rocket@gentoo.org> modules/grp_target.py:
2158   Fix folder name for grp build dir to not have .tar.bz2 at the end
2159
2160   01 Dec 2005; Eric Edgar <rocket@gentoo.org> catalyst, files/catalyst.conf,
2161   modules/catalyst_support.py, modules/generic_stage_target.py:
2162   Add md5 and sha .digests file creation per wolf31o2's feature request
2163
2164   30 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
2165   This is catalyst-2.0_rc2.
2166
2167   30 Nov 2005; Eric Edgar <rocket@gentoo.org> examples/stage4_template.spec,
2168   files/catalyst.conf, modules/generic_stage_target.py,
2169   modules/livecd_stage1_target.py:
2170   Fix livecd-stage1 livecd use flag bug; stage4 doc cleanups;autoresume points
2171   after each successful kernel build;add autoresume documentation to
2172   catalyst.conf
2173
2174   30 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/ppc.py,
2175   targets/embedded/embedded-controller.sh,
2176   targets/embedded/embedded-fs-runscript.sh,
2177   targets/livecd-stage2/livecd-stage2-controller.sh,
2178   targets/netboot/netboot-combine.sh, targets/netboot/netboot-controller.sh,
2179   targets/stage1/stage1-chroot.sh, targets/stage4/stage4-controller.sh,
2180   targets/support/bootloader-setup.sh, targets/support/chroot-functions.sh,
2181   targets/support/create-iso.sh, targets/support/filesystem-functions.sh,
2182   targets/support/functions.sh, targets/support/kill-chroot-pids.sh,
2183   targets/support/kmerge.sh, targets/support/livecdfs-update.sh,
2184   targets/support/rc-update.sh:
2185   Changed multiple spaces to tabs to satisfy my OCD.
2186
2187   29 Nov 2005; Eric Edgar <rocket@gentoo.org>
2188   targets/support/chroot-functions.sh:
2189   Bumped genkernel detection to require 3.3.0 or higher
2190
2191   29 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
2192   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
2193   targets/netboot/netboot-controller.sh:
2194   Changed to clst_use from clst_embedded_use and clst_netboot_use and
2195   clst_grp_use. This is catalyst-2.0_rc1.
2196
2197   29 Nov 2005; Eric Edgar <rocket@gentoo.org>
2198   targets/netboot/netboot-controller.sh:
2199   change to clst_use from clst_netboot_use
2200
2201   29 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2202   targets/livecd-stage1/livecd-stage1-chroot.sh,
2203   targets/stage4/stage4-chroot.sh:
2204   Changed to clst_use from clst_stage4_use and clst_livecd_use.
2205
2206   29 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2207   targets/stage4/stage4-chroot.sh:
2208   Fixed USE invocations in stage4 target.
2209
2210   29 Nov 2005; Eric Edgar <rocket@gentoo.org>
2211   modules/livecd_stage1_target.py:
2212   Force use=livecd for livecd-stage1
2213
2214   29 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
2215   This is version 2.0_pre20051129.
2216
2217   28 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2218   examples/livecd-stage1_template.spec, examples/stage4_template.spec:
2219   Removed kudzu-knoppix from example spec files.
2220
2221   22 Nov 2005; Eric Edgar <rocket@gentoo.org>
2222   +livecd/cdtar/ppc-yaboot-cdtar.tar.bz2:
2223   Added ppc-yaboot-cdtar.tar.bz2 to have an Apple/IBM bootable cdrom
2224
2225   22 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2226   examples/grp_template.spec, examples/livecd-stage1_template.spec,
2227   examples/stage4_template.spec, +examples/tinderbox_template.spec:
2228   Added tinderbox_template.spec to examples and cleaned up pkgcache_path
2229   definitions in the examples to fit in 80 columns.
2230
2231   22 Nov 2005; Eric Edgar <rocket@gentoo.org> examples/grp_template.spec,
2232   examples/livecd-stage1_template.spec, examples/stage4_template.spec,
2233   modules/grp_target.py, modules/tinderbox_target.py,
2234   targets/tinderbox/tinderbox-chroot.sh:
2235   Tinderbox script: added newuse, tinderbox and grp targets added support for
2236   overriding the pkgcache location via pkgcache_path - pkgcache_path:
2237   /path/to/cache in the spec file, updated example specs to note pkgcache_path
2238
2239   22 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
2240   Added portdir example to catalyst.conf for bug #113272.
2241
2242   22 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
2243   targets/support/create-iso.sh:
2244   Fixed a few lines which were causing the isolinux directory to be removed
2245   when using an isolinux cdtar on x86/amd64. This is 2.0_pre20051122.
2246
2247   21 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2248   targets/support/create-iso.sh:
2249   Changed check for /boot/isolinux.bin to /isolinux/isolinux.bin
2250
2251   21 Nov 2005; Eric Edgar <rocket@gentoo.org>
2252   targets/support/bootloader-setup.sh, targets/support/functions.sh:
2253   Fix pegasos kernelz rename;fix default_append_line to not include initrd= as
2254   too many arches dont use it by default, test for an initrd in the yaboot
2255   config.
2256
2257   18 Nov 2005; Eric Edgar <rocket@gentoo.org>
2258   modules/generic_stage_target.py:
2259   Fix split error if use is specified
2260
2261   18 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2262   -livecd/cdtar/palo-1.2_pre20030630-cdtar.tar.bz2,
2263   +livecd/cdtar/palo-1.5_pre20040515-cdtar.tar.bz2:
2264   Updated palo version from catalyst 1.x for HPPA.
2265
2266   18 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2267   targets/support/bootloader-setup.sh:
2268   Removing for loop for grub on amd64/x86 as it was totally useless.
2269
2270   18 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2271   targets/support/bootloader-setup.sh:
2272   Remove vga= line for PPC.
2273
2274   18 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2275   targets/support/bootloader-setup.sh:
2276   PPC yaboot.conf fix from Lars Weiler <pylon@gentoo.org>.
2277
2278   18 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2279   -catalyst-2.0_pre20051101-slot.patch, catalyst:
2280   Removing slot patch as it probably didn't belong here anyway, and updating
2281   version stamp to 2.0_pre20051118.
2282
2283   18 Nov 2005; Eric Edgar <rocket@gentoo.org>
2284   modules/generic_stage_target.py, modules/livecd_stage1_target.py,
2285   targets/support/bootloader-setup.sh:
2286   fix the bootloader script for isolinux so that it actually makes a cfg file,
2287   remove extra unneeded catalyst aborting print statement, reorganize rm code
2288   to make sure is splits properly and is an array even from the cmdline
2289
2290   17 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2291   targets/support/livecdfs-update.sh:
2292   Added call to update-usbids to download the latest usb.ids file.
2293
2294   17 Nov 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2295   modules/generic_stage_target.py:
2296   Move checks of running catalyst into the target which is simpler
2297
2298   17 Nov 2005; Eric Edgar <rocket@gentoo.org>
2299   modules/generic_stage_target.py:
2300   Attempt to fix bug #111752, due to mount_safety_check calling a lock object
2301   that doesnt exist yet
2302
2303   17 Nov 2005; Eric Edgar <rocket@gentoo.org> targets/support/kmerge.sh:
2304   Keep unnecessary programs from installing into kerncache
2305
2306   17 Nov 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2307   modules/generic_stage_target.py:
2308   Turn on more tracebacks at this point to better debug .. will need to turn
2309   them down as we find errors and build appropriate error handlers
2310
2311   15 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
2312   Changed version marker to 2.0_pre20051115 for new ebuild.
2313
2314   15 Nov 2005; Eric Edgar <rocket@gentoo.org>
2315   modules/livecd_stage2_target.py:
2316   Fix bug in livecd stage2 so that it doesnt try to use tar
2317
2318   14 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2319   targets/livecd-stage2/livecd-stage2-controller.sh:
2320   Fixed livecd/readme functionality, as reported to gentoo-catalyst mailing
2321   list by Paul Kessler <kessler@co.wabasha.mn.us> and forward-ported copying
2322   of Getting_Online.txt from catalyst 1.1.10.10.
2323
2324   11 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS:
2325   Added Joshua Kinard to authors for his mips contributions.
2326
2327   11 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2328   examples/livecd-stage2_template.spec:
2329   Fixed duplicate linuxrc entry in livecd-stage2_template.spec file. Blame
2330   Paul Kessler on gentoo-catalyst. ;]
2331
2332   07 Nov 2005; Eric Edgar <rocket@gentoo.org> targets/support/create-iso.sh:
2333   Change variables from cat1 format to cat2
2334
2335   07 Nov 2005; Eric Edgar <rocket@gentoo.org>
2336   modules/generic_stage_target.py, modules/stage1_target.py:
2337   Fix modules has no attribute register
2338
2339   07 Nov 2005; Eric Edgar <rocket@gentoo.org>
2340   modules/generic_stage_target.py:
2341   Fix broken aliases code that was just proof of concept
2342
2343   07 Nov 2005; Eric Edgar <rocket@gentoo.org> targets/support/create-iso.sh:
2344   Output mkisofs command line options to assist in debugging
2345
2346   07 Nov 2005; Eric Edgar <rocket@gentoo.org>
2347   modules/generic_stage_target.py, targets/support/create-iso.sh:
2348   Fix the -o option
2349
2350   07 Nov 2005; Eric Edgar <rocket@gentoo.org>
2351   modules/generic_stage_target.py:
2352   Add VERY basic support for aliases kernel parameter.
2353
2354   07 Nov 2005; Eric Edgar <rocket@gentoo.org>
2355   modules/livecd_stage2_target.py:
2356   Remove large section of commented code
2357
2358   07 Nov 2005; Eric Edgar <rocket@gentoo.org>
2359   modules/generic_stage_target.py, modules/stage1_target.py:
2360   Allow LDFLAGS to be specified as an ENV variable for stage1
2361
2362   07 Nov 2005; Eric Edgar <rocket@gentoo.org>
2363   modules/generic_stage_target.py:
2364   Fix rc-update to automatically run default options for livecds. Removed an
2365   erroneous key check.
2366
2367   02 Nov 2005; Eric Edgar <rocket@gentoo.org> modules/embedded_target.py,
2368   modules/livecd_stage1_target.py, modules/tinderbox_target.py:
2369   Make use spec key optional to default to profile defaults
2370
2371   02 Nov 2005; Eric Edgar <rocket@gentoo.org>
2372   +examples/stage4_template.spec:
2373   Preliminary stage4_template.spec file
2374
2375   01 Nov 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2376   +catalyst-2.0_pre20051101-slot.patch, catalyst:
2377   Updated version stamp and added slot patch.
2378
2379   26 Oct 2005; Eric Edgar <rocket@gentoo.org> modules/netboot_target.py:
2380   Fix ordering problem so self.settings is defined
2381
2382   18 Oct 2005; Eric Edgar <rocket@gentoo.org>
2383   modules/generic_stage_target.py:
2384   Correct a rsync issue when the directory doesnt exist
2385
2386   17 Oct 2005; Eric Edgar <rocket@gentoo.org>
2387   modules/generic_stage_target.py, targets/embedded/embedded-controller.sh,
2388   targets/livecd-stage2/livecd-stage2-controller.sh,
2389   targets/netboot/netboot-controller.sh,
2390   targets/stage4/stage4-controller.sh:
2391   run pre_kmerge and post_kmerge only once
2392
2393   17 Oct 2005; Eric Edgar <rocket@gentoo.org>
2394   targets/support/bootloader-setup.sh:
2395   MIPS bootloader patch
2396
2397   15 Oct 2005; Eric Edgar <rocket@gentoo.org>
2398   targets/support/mips-arcload_conf.sh:
2399   Fix MIPS Serial Detection
2400
2401   13 Oct 2005; Eric Edgar <rocket@gentoo.org>
2402   targets/support/bootloader-setup.sh, targets/support/create-iso.sh,
2403   +targets/support/mips-arcload_conf.sh:
2404   Application of Kumba's patches for MIPS support
2405
2406   13 Oct 2005; Eric Edgar <rocket@gentoo.org> targets/support/create-iso.sh:
2407   Check for the correct arch specific cd building tool
2408
2409   13 Oct 2005; Eric Edgar <rocket@gentoo.org>
2410   modules/generic_stage_target.py:
2411   Print a warning if livecd/iso is not defined
2412
2413   11 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
2414   Reverted default CHOST for x86 back to i386-pc-linux-gnu.
2415
2416   11 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2417   targets/support/post-kmerge.sh:
2418   Check for existence of files in /lib/modules before running depscan.sh. This
2419   replaces the mips-specific check and makes it portable.
2420
2421   10 Oct 2005; Eric Edgar <rocket@gentoo.org>
2422   modules/generic_stage_target.py:
2423   update autoresume logic when dealing with rsync unpack operations
2424
2425   10 Oct 2005; Eric Edgar <rocket@gentoo.org>
2426   targets/support/post-kmerge.sh:
2427   Bypass module load on mips
2428
2429   10 Oct 2005; Eric Edgar <rocket@gentoo.org> targets/support/pre-kmerge.sh:
2430   remove --no-deps so dependancies get installed for genkernel
2431
2432   10 Oct 2005; Eric Edgar <rocket@gentoo.org>
2433   modules/generic_stage_target.py:
2434   Fix missing : statement in unpack
2435
2436   10 Oct 2005; Eric Edgar <rocket@gentoo.org>
2437   modules/generic_stage_target.py:
2438   fix livecd-stage2 unpack when seedcache is turned off
2439
2440   10 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2441   targets/support/functions.sh:
2442   Fix module unpacking and make it actually optional.
2443
2444   10 Oct 2005; Eric Edgar <rocket@gentoo.org>
2445   modules/generic_stage_target.py:
2446   Fix broken seedcache autoresume interaction
2447
2448   07 Oct 2005; Eric Edgar <rocket@gentoo.org>
2449   modules/generic_stage_target.py:
2450   Cleanup stage directories properly for tar installs
2451
2452   06 Oct 2005; Eric Edgar <rocket@gentoo.org> modules/tinderbox_target.py:
2453   Tinderbox no longer cleans /tmp/*
2454
2455   06 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2456   targets/tinderbox/tinderbox-chroot.sh,
2457   targets/tinderbox/tinderbox-controller.sh:
2458   Fixing problem with bind mounted portage and final rsync on tinderbox target
2459   and adding additional logging.
2460
2461   06 Oct 2005; Eric Edgar <rocket@gentoo.org> modules/tinderbox_target.py:
2462   Stop tinderbox from trying to create a tarball of itself
2463
2464   06 Oct 2005; Eric Edgar <rocket@gentoo.org>
2465   modules/generic_stage_target.py:
2466   Fix catalyst so it fully disables snapcache when its not specified in the
2467   config file
2468
2469   06 Oct 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
2470   examples/livecd-stage2_template.spec:
2471   Removed livecd/runscript and livecd/archscript from livecd-stage2 example
2472   spec template and updating version stamp.
2473
2474   06 Oct 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2475   modules/catalyst_support.py:
2476   allow file_check to proceed if key is not in use
2477
2478   06 Oct 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_lock.py:
2479   Recursively make the missing directories
2480
2481   05 Oct 2005; Eric Edgar <rocket@gentoo.org> targets/support/functions.sh:
2482   Fix extract_modules to just echo a warning that it is missing
2483
2484   30 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
2485   files/catalyst.conf:
2486   Updating default configuration for catalyst and updating version stamp,
2487   since we're beginning internal testing for release.
2488
2489   15 Sep 2005; Eric Edgar <rocket@gentoo.org>
2490   modules/generic_stage_target.py:
2491   fix bug 106004 split strings into a list for empty and rm operation
2492
2493   15 Sep 2005; Eric Edgar <rocket@gentoo.org>
2494   modules/livecd_stage2_target.py:
2495   Append slashes to directories so rsyncs work properly
2496
2497   13 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2498   examples/livecd-stage2_template.spec:
2499   Changing source_subpath for livecd-stage2 example for bug #101704.
2500
2501   12 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2502   examples/livecd-stage2_template.spec, modules/livecd_stage2_target.py,
2503   targets/support/livecdfs-update.sh:
2504   Added livecd/xdm and livecd/xsession options. These are used to setup the
2505   default display manager and X session, respectively. Added supporting
2506   documentation to example spec files. Imported more work from my fsscript for
2507   the official LiveCD.
2508
2509   12 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
2510   Changing default CHOST for x86 from i386-pc-linux to i686-pc-linux. For
2511   discussion, see bug #88777.
2512
2513   12 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS, +arch/sh.py,
2514   modules/generic_stage_target.py:
2515   Added sh architecture to supported architectures. Thanks to Matsuu Takuto
2516   <matsuu@gentoo.org> for the patch. Closing bug #105693.
2517
2518   08 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2519   targets/livecd-stage1/livecd-stage1-controller.sh,
2520   targets/support/kmerge.sh, targets/support/livecdfs-update.sh:
2521   Add code to dump grppkgs.txt file on livecd-stage1 and kernelpkgs.txt file
2522   on livecd-stage2 and removing universal motd for livecd/type of
2523   gentoo-release-livecd.
2524
2525   08 Sep 2005; Eric Edgar <rocket@gentoo.org>
2526   modules/livecd_stage1_target.py:
2527   Add optional livecd/type env var for scripts to add optional items to the
2528   scripts
2529
2530   08 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2531   -livecd/files/x86-help.msg:
2532   Removing x86-help.msg as it is no longer used.
2533
2534   08 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2535   livecd/files/README.txt, livecd/files/x86-F3.msg, livecd/files/x86-F4.msg,
2536   livecd/files/x86-F5.msg, livecd/files/x86-F6.msg, livecd/files/x86-F7.msg:
2537   Add dobladecenter description to bootloader files for x86/amd64.
2538
2539   06 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
2540   Changed pentium-mmx to use -march=pentium-mmx and closing bug #102366.
2541
2542   01 Sep 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2543   modules/generic_stage_target.py:
2544   Added split to use section for bug #104414.
2545
2546   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2547   livecd/files/x86-F3.msg, livecd/files/x86-F4.msg, livecd/files/x86-F5.msg,
2548   livecd/files/x86-F6.msg, livecd/files/x86-F7.msg:
2549   Tabs to whitespaces for isolinux.
2550
2551   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2552   targets/support/bootloader-setup.sh:
2553   Changed isolinux to use new split-out help messages. Using grub gives a
2554   single help message with pager.
2555
2556   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2557   +livecd/files/x86-F2.msg, +livecd/files/x86-F3.msg,
2558   +livecd/files/x86-F4.msg, +livecd/files/x86-F5.msg,
2559   +livecd/files/x86-F6.msg, +livecd/files/x86-F7.msg:
2560   Added F2->F7 help messages for isolinux.
2561
2562   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2563   livecd/files/README.txt, livecd/files/generic.motd.txt,
2564   livecd/files/livecd.motd.txt, livecd/files/livecd-bashrc,
2565   livecd/files/livecd-local.start:
2566   Updated files from latest used to build LiveCD.
2567
2568   30 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/x86.py:
2569   Added sse to HOSTUSE for athlon-xp, since it supports SSE instructions.
2570
2571   29 Aug 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2572   modules/catalyst_support.py:
2573   Added fix for using options with = in them with --cli (ex.
2574   livecd/gk_mainargs='--makeopts=-j3'). Blame Jason Pepas
2575   <cell@ices.utexas.edu> for pointing this out to me via email.
2576
2577   09 Aug 2005; Eric Edgar <rocket@gentoo.org>
2578   modules/generic_stage_target.py, targets/support/functions.sh:
2579   fix bug in exec_in_chroot for stage1 target
2580
2581   09 Aug 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
2582   modules/generic_stage_target.py:
2583   fix missing os. in os.popen. and clear the autoresume flags if the chroot is
2584   invalid. Fix SEEDCACHE unpack issue when needing to use tarball.
2585
2586   09 Aug 2005; Eric Edgar <rocket@gentoo.org> AUTHORS, arch/hppa.py,
2587   catalyst, examples/livecd-stage2_template.spec,
2588   examples/snapshot_template.spec, files/catalyst.conf,
2589   livecd/files/Getting_Online.txt, livecd/files/generic.motd.txt,
2590   livecd/files/livecd-bashrc, livecd/files/livecd-local.start,
2591   livecd/files/x86-help.msg, modules/catalyst_lock.py,
2592   modules/catalyst_support.py, modules/livecd_stage2_target.py,
2593   targets/embedded/embedded-controller.sh, targets/grp/grp-chroot.sh,
2594   targets/livecd-stage2/livecd-stage2-controller.sh,
2595   targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
2596   targets/stage2/stage2-preclean-chroot.sh,
2597   targets/stage3/stage3-preclean-chroot.sh,
2598   targets/stage4/stage4-controller.sh, targets/support/bootloader-setup.sh,
2599   targets/support/chroot-functions.sh, targets/support/create-iso.sh,
2600   targets/support/filesystem-functions.sh, targets/support/functions.sh,
2601   targets/support/kmerge.sh, targets/support/livecdfs-update.sh,
2602   targets/support/target_image_setup.sh:
2603   Forward port the changes from catalyst 1.1.9 to 1.1.10.10 to catalyst2. Need
2604   to look at gamecdfs-update.sh yet.
2605
2606   09 Aug 2005; Eric Edgar <rocket@gentoo.org>
2607   modules/generic_stage_target.py:
2608   Remove extra debugging print statement
2609
2610   09 Aug 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2611   +modules/catalyst_lock.py, modules/catalyst_support.py,
2612   modules/embedded_target.py, modules/generic_stage_target.py,
2613   modules/grp_target.py, modules/livecd_stage1_target.py,
2614   modules/livecd_stage2_target.py, modules/netboot_target.py,
2615   modules/snapshot_target.py, modules/stage1_target.py,
2616   modules/stage2_target.py, modules/stage4_target.py,
2617   targets/support/functions.sh:
2618   Add locking support. Code simplification for unpack and unpack snapshot.
2619   Remove redundant setup_dir. change --clear_autoresume to --clear-autoresume.
2620   Add seedcache support (Grabs output from previous target run)
2621   options=seedcache. Cleanup code in functions.sh to remove extra /'s printed.
2622
2623   27 Jul 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2624   modules/catalyst_support.py, modules/generic_stage_target.py:
2625   Add support to cache the snapshot dir. add snapcache to options. add
2626   snapshot_cache= to override the default location of the cache in
2627   catalyst.conf (eg snapshot_cache="/mnt/catalyst/snapshot")
2628
2629   27 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2630   +livecd/files/Getting_Online.txt, +livecd/files/README.txt:
2631   Forward port README.txt and Getting_Online.txt files from catalyst
2632   1.1.10.8's release.
2633
2634   22 Jul 2005; Eric Edgar <rocket@gentoo.org> targets/support/rc-update.sh:
2635   Add automatic creation/deletion of runlevels based on rcadd rcdel
2636
2637   19 Jul 2005; Eric Edgar <rocket@gentoo.org> modules/grp_target.py:
2638   Fix grp so that grp/use is not required anymore
2639
2640   12 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2641   -livecd/cdtar/isolinux-2.11-cdtar.tar.bz2,
2642   -livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2,
2643   -livecd/cdtar/isolinux-2.13-cdtar.tar.bz2,
2644   -livecd/cdtar/isolinux-2.13-memtest86+-cdtar.tar.bz2,
2645   +livecd/cdtar/isolinux-3.09-cdtar.tar.bz2,
2646   +livecd/cdtar/isolinux-3.09-memtest86+-cdtar.tar.bz2:
2647   Updated x86/amd64 isolinux cdtar to 3.09 and removing older versions, as
2648   they are known to cause booting problems.
2649
2650   08 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2651   livecd/files/livecd-bashrc, targets/support/livecdfs-update.sh:
2652   Fixing sed line for startx to auto-start X. Thanks to Christophe PEREZ
2653   <christophe.perez@novazur.com> on the gentoo-catalyst mailing list for
2654   finding this bug.
2655
2656   08 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2657   targets/stage1/stage1-chroot.sh:
2658   Fixed quoting in stage1 profile check.
2659
2660   07 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2661   targets/stage3/stage3-chroot.sh:
2662   Fixing USE for stage3.
2663
2664   07 Jul 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
2665   targets/support/chroot-functions.sh:
2666   Fix FETCH code so it will run for Pylon
2667
2668   07 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> modules/grp_target.py,
2669   targets/grp/grp-chroot.sh:
2670   Fix bindist invcation.
2671
2672   07 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2673   targets/grp/grp-chroot.sh:
2674   Made sure bindist was used for all emerges in GRP.
2675
2676   07 Jul 2005; Eric Edgar <rocket@gentoo.org> targets/grp/grp-chroot.sh:
2677   Fix USE flags for GRP build
2678
2679   07 Jul 2005; Eric Edgar <rocket@gentoo.org> targets/grp/grp-chroot.sh,
2680   targets/stage4/stage4-chroot.sh:
2681   let GRP use the users environment variables and removed extra
2682   GRP_STAGE23_USE from stage4
2683
2684   07 Jul 2005; Eric Edgar <rocket@gentoo.org>
2685   targets/stage2/stage2-chroot.sh, targets/stage3/stage3-chroot.sh:
2686   Remove unnecessary GRP_STAGE23_USE from stage2 and stage3 builds
2687
2688   07 Jul 2005; Eric Edgar <rocket@gentoo.org> targets/support/rc-update.sh:
2689   fix bug 98165. Change the separator on rcadd/rcdel from : to | This will
2690   impact all previous spec files that use this option. It's beejay's fault.
2691
2692   06 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/ppc.py:
2693   Changed to use linux32 for ppc32 support when build host is ppc64.
2694
2695   06 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/mips.py,
2696   arch/x86.py:
2697   Removed -fomit-frame-pointer from default CFLAGS, since it isn't necessary.
2698
2699   06 Jul 2005; Eric Edgar <rocket@gentoo.org> modules/generic_stage_target.py:
2700   Minor cosmetic print statement fixes for readability
2701
2702   06 Jul 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2703   modules/catalyst_support.py, modules/generic_stage_target.py:
2704   Fix None None bug and exception reporting
2705
2706   06 Jul 2005; Eric Edgar <rocket@gentoo.org> targets/support/create-iso.sh:
2707   Fix iso creation script.  Case statement out of place
2708   
2709   05 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/alpha.py,
2710   arch/amd64.py, arch/hppa.py, arch/ia64.py, arch/mips.py, arch/ppc.py,
2711   arch/ppc64.py, arch/s390.py, arch/sparc.py, arch/sparc64.py, arch/x86.py,
2712   catalyst, files/catalyst.conf, modules/builder.py,
2713   modules/catalyst_support.py, modules/embedded_target.py,
2714   modules/generic_stage_target.py, modules/generic_target.py,
2715   modules/grp_target.py, modules/livecd_stage1_target.py,
2716   modules/livecd_stage2_target.py, modules/netboot_target.py,
2717   modules/snapshot_target.py, modules/stage1_target.py,
2718   modules/stage2_target.py, modules/stage3_target.py,
2719   modules/stage4_target.py, modules/tinderbox_target.py,
2720   targets/embedded/embedded-chroot.sh,
2721   targets/embedded/embedded-fs-runscript.sh,
2722   targets/embedded/embedded-preclean-chroot.sh, targets/embedded/unmerge.sh,
2723   targets/grp/grp-chroot.sh, targets/grp/grp-controller.sh,
2724   targets/grp/grp-preclean-chroot.sh,
2725   targets/livecd-stage1/livecd-stage1-chroot.sh,
2726   targets/livecd-stage1/livecd-stage1-controller.sh,
2727   targets/livecd-stage2/livecd-stage2-controller.sh,
2728   targets/livecd-stage2/unmerge.sh, targets/netboot/netboot-chroot.sh,
2729   targets/netboot/netboot-combine.sh, targets/netboot/netboot-controller.sh,
2730   targets/netboot/netboot-image.sh, targets/stage1/build.py,
2731   targets/stage1/stage1-chroot.sh, targets/stage1/stage1-controller.sh,
2732   targets/stage1/stage1-preclean-chroot.sh, targets/stage2/stage2-chroot.sh,
2733   targets/stage2/stage2-controller.sh,
2734   targets/stage2/stage2-preclean-chroot.sh, targets/stage3/stage3-chroot.sh,
2735   targets/stage3/stage3-controller.sh,
2736   targets/stage3/stage3-preclean-chroot.sh, targets/stage4/stage4-chroot.sh,
2737   targets/stage4/stage4-controller.sh,
2738   targets/stage4/stage4-preclean-chroot.sh, targets/stage4/unmerge.sh,
2739   targets/support/create-iso.sh, targets/support/functions.sh,
2740   targets/support/kmerge.sh, targets/support/livecdfs-update.sh,
2741   targets/support/post-kmerge.sh, targets/support/pre-kmerge.sh,
2742   targets/support/target_image_setup.sh,
2743   targets/tinderbox/tinderbox-chroot.sh,
2744   targets/tinderbox/tinderbox-controller.sh,
2745   targets/tinderbox/tinderbox-preclean-chroot.sh:
2746   Big honkin' copyright update.
2747
2748   05 Jul 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
2749   modules/generic_stage_target.py:
2750   add additional logging output. Use standard os redirection methods to log to
2751   a file
2752
2753   05 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2754   targets/stage1/stage1-chroot.sh:
2755   Added profile sanity check for bug #97867.
2756
2757   05 Jul 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2758   targets/support/bootloader-setup.sh:
2759   Removing acpi=off from default kernel arguments and adding ia64
2760   livecd-stage2 support functions and cdtar.
2761
2762   30 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2763   targets/support/bootloader-setup.sh, targets/support/pre-kmerge.sh:
2764   Changed sed line for 1024x768-only splash for x86 and amd64 only, as we
2765   control the framebuffer size there. Also, added CONSOLE=/dev/tty1 quiet to
2766   splash command line.
2767
2768   28 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2769   targets/support/create-iso.sh:
2770   Fixed up zisofs support. Waiting for response from sparc before touching
2771   their ISO creation.
2772
2773   28 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2774   modules/livecd_stage2_target.py, targets/support/bootloader-setup.sh,
2775   targets/support/functions.sh:
2776   Added livecd/bootargs and added the option to the bootloader-setup.sh script
2777   to allow it to work on all arches that dynamically build their bootloader
2778   configuration.
2779
2780   27 Jun 2005; Eric Edgar <rocket@gentoo.org>
2781   targets/stage4/stage4-controller.sh:
2782   Fix stage4 so it doesnt run the bootloader stuff
2783
2784   24 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2785   targets/support/bootloader-setup.sh:
2786   Removed dokeymap from non-Gentoo releases.
2787
2788   23 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2789   targets/support/livecdfs-update.sh:
2790   Added call to update-pciids to download the latest pci.ids file.
2791
2792   23 Jun 2005; Eric Edgar <rocket@gentoo.org>
2793   modules/generic_stage_target.py, modules/livecd_stage1_target.py,
2794   modules/stage4_target.py:
2795   Allow changing the location of the pkg_cache in stage4 or livecd-stage1
2796
2797   22 Jun 2005; Eric Edgar <rocket@gentoo.org> :
2798   Fix issue where -s on the command line would not run
2799
2800   22 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2801   livecd/files/generic.motd.txt:
2802   Changed motd to point to /boot/config-* rather than /proc/config(.gz) for
2803   kernel configurations.
2804
2805   22 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2806   targets/support/livecdfs-update.sh:
2807   Updated hostname/domainname creation for new baselayout.
2808
2809   16 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2810   targets/support/bootloader-setup.sh, targets/support/create-iso.sh:
2811   Fixing some bootloader isolinux/boot stuff for x86/amd64.
2812
2813   14 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2814   targets/support/chroot-functions.sh:
2815   Change portage emerge to use --oneshot --nodeps to keep from merging the
2816   same packages multiple times.
2817
2818   14 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2819   targets/stage2/stage2-chroot.sh:
2820   Added a -p bootstrap when catalyst is called with -V (verbose).
2821
2822   10 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2823   targets/support/livecdfs-update.sh:
2824   Removed inittab hack, as this is done by livecd-tools.
2825
2826   09 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2827   livecd/files/minimal.motd.txt, livecd/files/universal.motd.txt:
2828   Revert sync for bug #86914.  Yeah... I need to pay more attention sometimes.
2829
2830   09 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2831   -livecd/files/README.txt, -livecd/files/environmental.motd.txt,
2832   -livecd/files/gentoo.png, +livecd/files/livecd.motd.txt,
2833   livecd/files/livecd-bash_profile, livecd/files/livecd-bashrc,
2834   livecd/files/minimal.motd.txt, livecd/files/universal.motd.txt,
2835   targets/livecd-stage2/livecd-stage2-controller.sh:
2836   Removed gentoo.png and creation of face directory. Changed
2837   livecd-bash_profile to source root's .bashrc. Sync motd files with catalyst
2838   1.1.10_pre4.
2839
2840   02 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2841   targets/stage1/stage1-preclean-chroot.sh,
2842   targets/support/chroot-functions.sh:
2843   Added setup_binutils function and force both of them to run during stage1
2844   cleanup.
2845
2846   01 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2847   examples/livecd-stage2_template.spec:
2848   Added livecd/volid explanation to example spec.
2849
2850   01 Jun 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2851   targets/support/create-iso.sh:
2852   General cleanup of ISO code and added default livecd/volid when it is not set.
2853
2854   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2855   targets/embedded/embedded-controller.sh:
2856   Actually modify the embedded target this time.
2857
2858   25 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS,
2859   examples/livecd-stage2_template.spec, modules/livecd_stage2_target.py,
2860   targets/livecd-stage2/livecd-stage2-controller.sh,
2861   targets/stage4/stage4-controller.sh, targets/support/kmerge.sh:
2862   Added mutex to AUTHORS and added livecd/linuxrc support to embedded, stage4,
2863   and livecd-stage2 targets.
2864
2865   20 May 2005; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS, catalyst,
2866   files/catalyst.conf:
2867   Retired John Davis <zhen@gentoo.org> and added storedir to default
2868   catalyst.conf.
2869
2870   20 May 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2871   targets/support/livecdfs-update.sh:
2872   Uncommented openglify, since it is needed for both opengl-update-livecd and
2873   opengl-update.
2874
2875   18 May 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2876   modules/generic_stage_target.py:
2877   Fix print statement so it shows when kill_chroot_pids is run correctly
2878
2879   16 May 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2880   modules/snapshot_target.py:
2881   Fix snapshot target to skip the kill_pids check
2882
2883   06 May 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py:
2884   Bug fixes in parse_spec, fix issues detecting list or string.
2885
2886   05 May 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2887   modules/catalyst_support.py:
2888   Fix bug 65284. More flexible spec parsing. Should handle cases where no
2889   spaces are after :. Better handling of comments ( ie preprocessed and
2890   stripped off ). Unset empty keys.
2891
2892   03 May 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2893   targets/support/kill-chroot-pids.sh:
2894   Remove extra P_NAME definition that is never used. Saves processing time.
2895   Bumped catalyst to pre2
2896
2897   03 May 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2898   modules/generic_stage_target.py, modules/livecd_stage2_target.py,
2899   +targets/support/kill-chroot-pids.sh:
2900   User info about runscript and archscript. Added checks for processes running
2901   in the chroot and created a script to kill them. Should fix the unmounting
2902   issues with gconfd or any other running application in the chroot
2903
2904   29 Apr 2005; Eric Edgar <rocket@gentoo.org>
2905   targets/stage1/stage1-chroot.sh, targets/stage1/stage1-preclean-chroot.sh:
2906   Remove using gcc-config to set things up as we should all be using 2005.0
2907   seed stages now.
2908
2909   29 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
2910   examples/livecd-stage2_template.spec:
2911   Added livecd/users to example livecd-stage2 spec file.
2912
2913   29 Apr 2005; Eric Edgar <rocket@gentoo.org>
2914   targets/support/livecdfs-update.sh:
2915   Change default hostnames for livecds
2916
2917   29 Apr 2005; Eric Edgar <rocket@gentoo.org>
2918   targets/support/bootloader-setup.sh, targets/support/livecdfs-update.sh:
2919   Fix /etc/hosts aliases for catalyst-livecd and work on help menu for grub
2920   bootloading
2921
2922   29 Apr 2005; Eric Edgar <rocket@gentoo.org>
2923   modules/livecd_stage2_target.py:
2924   Clear autoresume flags when build is done
2925
2926   29 Apr 2005; Eric Edgar <rocket@gentoo.org>
2927   modules/livecd_stage2_target.py, targets/support/bootloader-setup.sh,
2928   targets/support/create-iso.sh:
2929   Fix isolinux so that it finds menus and kernels and stuff
2930
2931   28 Apr 2005; Eric Edgar <rocket@gentoo.org>
2932   modules/generic_stage_target.py:
2933   Make purge operation a little less chatty, removed print statements
2934
2935   28 Apr 2005; Eric Edgar <rocket@gentoo.org>
2936   livecd/cdtar/isolinux-2.13-cdtar.tar.bz2,
2937   livecd/cdtar/isolinux-2.13-memtest86+-cdtar.tar.bz2:
2938   updated isolinux-2.13 cdtars to have files under boot/ rather than isolinux/
2939
2940   28 Apr 2005; Eric Edgar <rocket@gentoo.org>
2941   modules/generic_stage_target.py, modules/livecd_stage2_target.py:
2942   print warning message about deprecated use of cdfstype
2943
2944   28 Apr 2005; Eric Edgar <rocket@gentoo.org>
2945   targets/support/chroot-functions.sh:
2946   statically define genkernel location to eliminate which command failure if
2947   genkernel is not installed
2948
2949   27 Apr 2005; Eric Edgar <rocket@gentoo.org>
2950   modules/generic_stage_target.py:
2951   change the portage_overlay to an array so it always works
2952
2953   27 Apr 2005; Eric Edgar <rocket@gentoo.org> catalyst,
2954   modules/catalyst_support.py:
2955   Fix exception handling to remove extraneous prints of None
2956
2957   27 Apr 2005; Eric Edgar <rocket@gentoo.org> modules/stage4_target.py:
2958   Remove iso creation code from stage4
2959
2960   27 Apr 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
2961   modules/generic_stage_target.py, modules/livecd_stage1_target.py,
2962   modules/livecd_stage2_target.py, modules/snapshot_target.py,
2963   targets/embedded/embedded-controller.sh, targets/grp/grp-controller.sh,
2964   targets/livecd-stage1/livecd-stage1-chroot.sh,
2965   targets/livecd-stage1/livecd-stage1-controller.sh,
2966   targets/livecd-stage2/livecd-stage2-controller.sh,
2967   targets/netboot/netboot-controller.sh,
2968   targets/stage1/stage1-controller.sh, targets/stage2/stage2-controller.sh,
2969   targets/stage3/stage3-controller.sh, targets/stage4/stage4-controller.sh,
2970   targets/support/bootloader-setup.sh, targets/support/chroot-functions.sh,
2971   targets/support/create-iso.sh, targets/support/kmerge.sh,
2972   targets/support/target_image_setup.sh,
2973   targets/tinderbox/tinderbox-controller.sh:
2974   Fix some exception handling in catalyst_support.py, remove intermediate
2975   destination folder of iso and tarball, add additional tests for folders not
2976   found on host but defined in spec file, keep catalyst from erroring in this
2977   case, change exit code on shell scripts so that errors are reported to
2978   catalyst and causes catalyst to die on errors, fix bug in
2979   livecd-stage1-chroot.sh so that it uses USE flags properly, added additional
2980   check for mkisofs that informs the user of where to get the program, and
2981   removed the autoresume code from ccache and distcc installation until I can
2982   figure out a way to have the autoresume flag go someplace outside the chroot.
2983
2984   26 Apr 2005; Eric Edgar <rocket@gentoo.org> catalyst:
2985   Remove bind mounts before rm operations happen at startup
2986
2987   26 Apr 2005; Eric Edgar <rocket@gentoo.org>
2988   modules/generic_stage_target.py:
2989   Fix bug where purge deletes the autoresume directory but doesnt recreate it
2990
2991   26 Apr 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
2992   modules/generic_stage_target.py:
2993   fix minor bug in the purge code so that it actually runs the commands
2994
2995   22 Apr 2005; Eric Edgar <rocket@gentoo.org> modules/embedded_target.py,
2996   modules/generic_stage_target.py, modules/livecd_stage2_target.py,
2997   modules/stage4_target.py:
2998   Change ordering of tasks so root_overlay and fsscript occur after
2999   livecd_update, giving users a chance to override livecd_update
3000
3001   21 Apr 2005; Eric Edgar <rocket@gentoo.org> catalyst,
3002   modules/catalyst_support.py, modules/generic_stage_target.py:
3003   Added a better exception handling message for keyboard interrupt and added
3004   countdown timer for purge operation to give an opportunity to exit
3005
3006   21 Apr 2005; Eric Edgar <rocket@gentoo.org> catalyst,
3007   modules/catalyst_support.py, modules/generic_stage_target.py:
3008   Add support to clear the autoresume flags and improve the purge code to
3009   clean the chroot, and pkg/kern cache
3010
3011   21 Apr 2005; Eric Edgar <rocket@gentoo.org> catalyst,
3012   modules/catalyst_support.py, modules/generic_stage_target.py,
3013   modules/livecd_stage1_target.py:
3014   only append livecd-tools to the livecd-stage1 target package list and move a
3015   check out of the way so command line and spec files can co-exist
3016
3017   21 Apr 2005; Eric Edgar <rocket@gentoo.org>
3018   modules/generic_stage_target.py:
3019   fixed python syntax in set_packages so catalyst will run
3020
3021   21 Apr 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
3022   modules/embedded_target.py, modules/generic_stage_target.py,
3023   modules/grp_target.py, modules/livecd_stage1_target.py,
3024   modules/livecd_stage2_target.py, modules/netboot_target.py,
3025   modules/stage4_target.py, modules/tinderbox_target.py,
3026   targets/embedded/embedded-chroot.sh,
3027   targets/embedded/embedded-controller.sh,
3028   targets/livecd-stage1/livecd-stage1-controller.sh,
3029   -targets/livecd-stage2/livecd-stage2-bootloader.sh,
3030   -targets/livecd-stage2/livecd-stage2-cdfs.sh,
3031   targets/livecd-stage2/livecd-stage2-controller.sh,
3032   -targets/livecd-stage2/livecd-stage2-iso.sh,
3033   targets/stage4/stage4-chroot.sh, targets/stage4/stage4-controller.sh,
3034   +targets/support/bootloader-setup.sh, targets/support/chroot-functions.sh,
3035   +targets/support/create-iso.sh, targets/support/filesystem-functions.sh,
3036   targets/support/functions.sh, targets/support/livecdfs-update.sh,
3037   +targets/support/target_image_setup.sh:
3038   embedded target cleanups ... iso,bootloader,target_setup generalizations,
3039   minor code fixes
3040
3041   20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3042   targets/livecd-stage2/livecd-stage2-controller.sh,
3043   targets/support/livecdfs-update.sh:
3044   Moved xinitrc to after livecdfs-update to allow for changing the xinitrc to
3045   a custom one if livecd/type is gentoo-gamecd. Added more default setup to
3046   livecdfs-update.sh for livecd/type: gentoo-gamecd, gentoo-release-livecd,
3047   and generic-livecd.
3048
3049   20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3050   targets/livecd-stage2/livecd-stage2-controller.sh,
3051   targets/support/rc-update.sh:
3052   Updated rc-update.sh with better defaults for different livecd/type settings
3053   and cleaning up file copying in livecd-stage2-controller.sh to match
3054   catalyst 1.1.9.
3055
3056   20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> README:
3057   Made example of catalyst.conf in README match the default catalyst.conf
3058   provided.
3059
3060   20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> -NOTES, README,
3061   -REMARKS, -TODO:
3062   Removing old files from previous maintainers and updating README.
3063
3064   20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3065   modules/livecd_stage2_target.py, targets/support/livecdfs-update.sh:
3066   Added livecd/users option to create non-root users. The first user listed
3067   will also be used for auto-starting X, if X is merged onto the CD.
3068
3069   20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3070   targets/livecd-stage1/livecd-stage1-controller.sh,
3071   targets/livecd-stage2/livecd-stage2-controller.sh,
3072   targets/support/livecdfs-update.sh:
3073   Updated all instances of livecd/type: gentoo-release-environmental to
3074   gentoo-release-livecd and added generic-livecd.
3075
3076   20 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3077   examples/fsscript.sh.example, examples/gamecd.conf.example,
3078   examples/generic_stage_template.spec, examples/grp_template.spec,
3079   examples/livecd-stage1_template.spec,
3080   examples/livecd-stage2_template.spec, examples/netboot_template.spec,
3081   examples/snapshot_template.spec:
3082   Imported example files from catalyst 1.1.9 to make them more verbose.
3083
3084   18 Apr 2005; Eric Edgar <rocket@gentoo.org> modules/grp_target.py:
3085   Fix grp/use bug #89365
3086
3087   15 Apr 2005; Eric Edgar <rocket@gentoo.org>
3088   modules/generic_stage_target.py, targets/support/kmerge.sh:
3089   Fixes for initramfs overlay support.
3090
3091   15 Apr 2005; Eric Edgar <rocket@gentoo.org>
3092   modules/generic_stage_target.py, targets/support/kmerge.sh,
3093   targets/support/pre-kmerge.sh:
3094   Fix ctrl-c error if pre-kmerge.sh is running by sourcing
3095   /tmp/chroot-functions.sh and removed extra equal sign to fix a genkernel
3096   caching bug; Also adding preliminary support for initramfs_overlay from
3097   genkernel
3098
3099   14 Apr 2005; Eric Edgar <rocket@gentoo.org>
3100   modules/generic_stage_target.py, targets/support/kmerge.sh:
3101   Removed support for postconf as genkernel no longer has that option
3102
3103   14 Apr 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
3104   modules/embedded_target.py, modules/generic_stage_target.py,
3105   modules/grp_target.py, modules/livecd_stage1_target.py,
3106   modules/livecd_stage2_target.py, modules/netboot_target.py,
3107   modules/stage4_target.py, modules/tinderbox_target.py,
3108   targets/stage1/stage1-chroot.sh, targets/stage1/stage1-controller.sh,
3109   targets/stage1/stage1-preclean-chroot.sh,
3110   targets/support/chroot-functions.sh:
3111   AUTORESUME PATCH; modified the chroot-functions.sh script so the chroot will
3112   die properly on CTRL-C; fixed stage1 bug with gcc-setup
3113
3114   11 Apr 2005; Eric Edgar <rocket@gentoo.org>
3115   modules/livecd_stage2_target.py:
3116   Added support for livecd-stage2 to use a snapshot or livecd-stage1 image
3117
3118   11 Apr 2005; Eric Edgar <rocket@gentoo.org>
3119   modules/generic_stage_target.py, modules/livecd_stage1_target.py,
3120   modules/livecd_stage2_target.py, modules/stage4_target.py,
3121   targets/livecd-stage1/livecd-stage1-controller.sh,
3122   targets/livecd-stage2/livecd-stage2-controller.sh,
3123   targets/stage4/stage4-controller.sh, +targets/stage4/unmerge.sh,
3124   targets/support/functions.sh, targets/support/kmerge.sh,
3125   targets/support/livecdfs-update.sh, +targets/support/rc-update.sh:
3126   Generalized kernel support, fsscript, rcupdate, etc for stage4
3127
3128   09 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3129   targets/support/pre-kmerge.sh:
3130   Removed sed for usb devices from legacy genkernel, as we're going to require
3131   a version much higher that no longer exhibits the bug.
3132
3133   08 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3134   examples/gamecd.conf.example, -targets/support/gamecdfs-update.sh,
3135   targets/support/livecdfs-update.sh:
3136   Removed empty gamecdfs-update.sh, updated livecdfs-update.sh to work
3137   properly with hotplug firmwares, and also updated gamecd.conf.example, since
3138   the ut2004demo shell script has been renamed to ut2004-demo.
3139
3140   08 Apr 2005; Eric Edgar <rocket@gentoo.org> targets/support/pre-kmerge.sh:
3141   let genkernel always reinstall itself
3142
3143   07 Apr 2005; Eric Edgar <rocket@gentoo.org> catalyst,
3144   modules/catalyst_support.py, modules/generic_stage_target.py,
3145   modules/stage1_target.py, targets/support/livecdfs-update.sh:
3146   fix case bug in livecdfs-update.sh; fix bug in initial command line
3147   arguement parsing; add cflags spec file support which is only allowed to
3148   override in stage1
3149
3150   07 Apr 2005; Eric Edgar <rocket@gentoo.org>
3151   targets/stage3/stage3-chroot.sh:
3152   Fix a use flag bug in the stage3
3153
3154   07 Apr 2005; Eric Edgar <rocket@gentoo.org> modules/catalyst_support.py,
3155   modules/generic_stage_target.py:
3156   Changes to allow cflags, chost, cxxflags in a spec file
3157
3158   06 Apr 2005; Eric Edgar <rocket@gentoo.org>
3159   targets/livecd-stage1/livecd-stage1-controller.sh,
3160   targets/livecd-stage2/livecd-stage2-controller.sh,
3161   targets/stage1/stage1-preclean-chroot.sh, targets/support/functions.sh,
3162   targets/support/gamecdfs-update.sh, targets/support/livecdfs-update.sh,
3163   targets/support/pre-kmerge.sh:
3164   change the code to use more case statements. Fix gcc issue in stage1.
3165
3166   06 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3167   targets/livecd-stage1/livecd-stage1-controller.sh,
3168   targets/support/gamecdfs-update.sh, targets/support/livecdfs-update.sh:
3169   Merging in changes from catalyst 1.1.x for gamecd support.
3170
3171   06 Apr 2005; Eric Edgar <rocket@gentoo.org>
3172   targets/stage1/stage1-preclean-chroot.sh:
3173   Removing gcc-config stuff to see if its still required to work around a gcc
3174   bug
3175
3176   06 Apr 2005; Eric Edgar <rocket@gentoo.org>
3177   targets/support/chroot-functions.sh, targets/support/kmerge.sh:
3178   Added tests for genkernel >3.2.0
3179
3180   05 Apr 2005; Eric Edgar <rocket@gentoo.org> catalyst:
3181   Fixed email address
3182
3183   05 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> AUTHORS:
3184   Updated AUTHORS with new maintainers and updated contributors list.
3185
3186   05 Apr 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
3187   examples/fsscript.sh.example, livecd/files/README.txt,
3188   livecd/files/livecd-bash_profile, livecd/files/livecd-bashrc,
3189   livecd/files/minimal.motd.txt, livecd/files/universal.motd.txt,
3190   targets/support/gamecdfs-update.sh, targets/support/livecdfs-update.sh:
3191   Changed maintainers. Updated examples/fsscript.sh.example to provide better
3192   documentation. Lots of minor cosmetic updates. Updated minimal.motd.txt and
3193   universal.motd.txt to resolve documentation issue on bug #86914. Added
3194   x-setup to default runlevel on gamecd builds. Removed extranneous bashlogin
3195   sed-fu from livecdfs-update.sh and made default timezone UTC rather than
3196   GMT.
3197
3198   05 Apr 2005; Eric Edgar <rocket@gentoo.org>
3199   targets/livecd-stage2/livecd-stage2-controller.sh:
3200   Removed a few unnecessary comments
3201
3202   05 Apr 2005; Eric Edgar <rocket@gentoo.org> :
3203   Removed obsolete files from the livecd directory as the functionality has
3204   moved into the targets folders
3205
3206   04 Apr 2005; Eric Edgar <rocket@gentoo.org>
3207   +targets/netboot/netboot-chroot.sh, +targets/netboot/netboot-controller.sh:
3208   Additional catalyst 2.0.0 files
3209
3210   04 Apr 2005; Eric Edgar <rocket@gentoo.org> catalyst, arch/arm.py,
3211   +livecd/cdtar/grub-memtest86+-cdtar.tar.bz2,
3212   +livecd/cdtar/isolinux-2.11-cdtar.tar.bz2,
3213   +livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2,
3214   -livecd/isogen/alpha-isogen.sh, -livecd/isogen/hppa-isogen.sh,
3215   -livecd/isogen/ppc-isogen.sh, -livecd/isogen/sparc-isogen.sh,
3216   -livecd/isogen/sparc64-isogen.sh, -livecd/isogen/x86-isogen.sh,
3217   -livecd/runscript/alpha-archscript.sh,
3218   -livecd/runscript/default-runscript.sh,
3219   -livecd/runscript/hppa-archscript.sh, -livecd/runscript/ppc-archscript.sh,
3220   -livecd/runscript/sparc-archscript.sh, -livecd/runscript/x86-archscript.sh,
3221   -livecd/runscript-support/gamecdfs-update.sh,
3222   -livecd/runscript-support/kmerge.sh,
3223   -livecd/runscript-support/livecdfs-update.sh,
3224   -livecd/runscript-support/post-kmerge.sh,
3225   -livecd/runscript-support/pre-kmerge.sh, modules/catalyst_support.py,
3226   modules/embedded_target.py, modules/generic_stage_target.py,
3227   modules/grp_target.py, modules/livecd_stage1_target.py,
3228   modules/livecd_stage2_target.py, -modules/netboot.py,
3229   +modules/netboot_target.py, modules/snapshot_target.py,
3230   modules/stage1_target.py, +modules/stage4_target.py,
3231   modules/tinderbox_target.py, targets/embedded/embedded-chroot.sh,
3232   +targets/embedded/embedded-controller.sh,
3233   targets/embedded/embedded-preclean-chroot.sh, -targets/embedded/embedded.sh,
3234   -targets/embedded/kmerge.sh, targets/grp/grp-chroot.sh,
3235   +targets/grp/grp-controller.sh, targets/grp/grp-preclean-chroot.sh,
3236   -targets/grp/grp.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
3237   +targets/livecd-stage1/livecd-stage1-controller.sh,
3238   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
3239   -targets/livecd-stage1/livecd-stage1.sh,
3240   +targets/livecd-stage2/livecd-stage2-bootloader.sh,
3241   +targets/livecd-stage2/livecd-stage2-cdfs.sh,
3242   +targets/livecd-stage2/livecd-stage2-controller.sh,
3243   +targets/livecd-stage2/livecd-stage2-iso.sh,
3244   targets/livecd-stage2/unmerge.sh, -targets/netboot/netboot-busybox.sh,
3245   targets/netboot/netboot-combine.sh, targets/netboot/netboot-image.sh,
3246   -targets/netboot/netboot-kernel.sh, -targets/netboot/netboot-packages.sh,
3247   -targets/netboot/netboot-setup.sh, -targets/netboot/netboot.sh,
3248   targets/stage1/build.py, targets/stage1/stage1-chroot.sh,
3249   +targets/stage1/stage1-controller.sh,
3250   +targets/stage1/stage1-preclean-chroot.sh,
3251   -targets/stage1/stage1-preclean1-chroot.sh,
3252   -targets/stage1/stage1-preclean2-chroot.sh, -targets/stage1/stage1.sh,
3253   targets/stage2/stage2-chroot.sh, +targets/stage2/stage2-controller.sh,
3254   targets/stage2/stage2-preclean-chroot.sh, -targets/stage2/stage2.sh,
3255   targets/stage3/stage3-chroot.sh, +targets/stage3/stage3-controller.sh,
3256   targets/stage3/stage3-preclean-chroot.sh, -targets/stage3/stage3.sh,
3257   +targets/stage4/stage4-chroot.sh, +targets/stage4/stage4-controller.sh,
3258   +targets/stage4/stage4-preclean-chroot.sh,
3259   +targets/support/chroot-functions.sh,
3260   +targets/support/filesystem-functions.sh, +targets/support/functions.sh,
3261   +targets/support/gamecdfs-update.sh, +targets/support/kmerge.sh,
3262   +targets/support/livecdfs-update.sh, +targets/support/post-kmerge.sh,
3263   +targets/support/pre-kmerge.sh, targets/tinderbox/tinderbox-chroot.sh,
3264   +targets/tinderbox/tinderbox-controller.sh,
3265   targets/tinderbox/tinderbox-preclean-chroot.sh,
3266   -targets/tinderbox/tinderbox.sh:
3267   Initial Import of Catalyst 2.0.0
3268
3269   30 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3270   livecd/runscript-support/livecdfs-update.sh:
3271   Added /usr/portage as tmpfs (this will be made conditional later).
3272
3273   29 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3274   +livecd/files/livecd-bash_profile, livecd/runscript/default-runscript.sh:
3275   Added a new livecd-bash_profile that sources ~/.bashrc in case we're called
3276   from an interactive shell.
3277
3278   29 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3279   -livecd/files/livecd-bash_profile, +livecd/files/livecd-bashrc,
3280   livecd/files/livecd-local.start, -livecd/files/mkvardb,
3281   livecd/runscript-support/pre-kmerge.sh,
3282   livecd/runscript/default-runscript.sh:
3283   Moved livecd-bash_profile to livecd-bashrc. Added check for
3284   /usr/livecd/profiles to livecd-local.start. Removed mkvardb. Removed legacy
3285   sed call from pre-kmerge.sh since it has been fixed in genkernel for a long
3286   time.
3287
3288   24 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> arch/arm.py, catalyst,
3289   modules/generic_stage_target.py:
3290   Applying arm patch from vapier and closing bug #86466. This is now catalyst
3291   1.1.8, so enjoy.
3292
3293   24 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> +livecd/files/mkvardb,
3294   livecd/runscript/default-runscript.sh,
3295   targets/livecd-stage1/livecd-stage1.sh:
3296   Adding back in the kill for livecd-stage1 for gconfd-2 and resolving bug
3297   #73363. Adding in mkvardb script to create a /var/db/pkg entry from an
3298   arbitrary set of files. Modifying default-runscript.sh to copy mkvardb to
3299   /tmp in the chroot.
3300
3301   19 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3302   livecd/runscript/ppc-archscript.sh:
3303   Added -l to mkisofs line for ppc as this allows full 31 character file names.
3304
3305   16 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3306   livecd/cdtar/yaboot-1.3.11-cdtar.tar.bz2, catalyst:
3307   Changing catalyst version to 1.1.8_pre1 and updating yaboot cdtar to allow
3308   for multiple initrd files.
3309
3310   16 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3311   livecd/runscript/ppc-archscript.sh:
3312   Modifed PPC archscript to close bug #84648 and also to make the PPC
3313   archscript produce multiple initrd files, like x86/amd64.
3314
3315   09 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3316   -livecd/cdtar/isolinux-2.11-cdtar.tar.bz2,
3317   -livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2,
3318   livecd/runscript/ppc-archscript.sh:
3319   Alright, so I lied to you. This is now the 1.1.7 release. I removed the 2.11
3320   isolinux cdtar tarballs and updated the ppc-archscript.sh to use the
3321   livecd/volid for the HFS volid, too.
3322
3323   09 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
3324   Calling this one 1.1.7 and rolling a tarball.
3325
3326   08 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3327   livecd/runscript/alpha-archscript.sh, livecd/runscript/hppa-archscript.sh,
3328   livecd/runscript/ppc-archscript.sh, livecd/runscript/sparc-archscript.sh,
3329   -livecd/runscript/sparc64-archscript.sh,
3330   livecd/runscript/x86-archscript.sh, modules/livecd_stage2_target.py:
3331   Added livecd/volid to set the volume ID when creating the ISO, patch by
3332   Gustavo Zacarias <gustavoz@gentoo.org>. Also copied sparc64-archscript.sh to
3333   sparc-archscript.sh and removing sparc64 one, as they are identical now.
3334
3335   08 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3336   +livecd/cdtar/isolinux-2.13-cdtar.tar.bz2,
3337   +livecd/cdtar/isolinux-2.13-memtest86+-cdtar.tar.bz2:
3338   Adding experimental isolinux cdtar for isolinux 2.13 and memtest86+ 1.51.
3339
3340   08 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3341   livecd/runscript-support/livecdfs-update.sh:
3342   Removed hdparm from default runlevel as it break ide=nodma at boot.
3343
3344   07 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3345   livecd/runscript-support/kmerge.sh,
3346   livecd/runscript-support/pre-kmerge.sh,
3347   targets/livecd-stage1/livecd-stage1-chroot.sh:
3348   Revert last set of changes and remove portage version check from emerge in
3349   livecd-stage1, as it breaks catalyst's ability to fail properly on an
3350   incomplete emerge.
3351
3352   07 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3353   livecd/runscript-support/kmerge.sh,
3354   livecd/runscript-support/pre-kmerge.sh:
3355   Change genkernel check to use best_version and has_version to determine if
3356   the any previously installed versions of genkernel are up to date. Change
3357   emerge line for kernels to use -n option to only install if they were not
3358   previously installed.
3359
3360   06 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
3361   livecd/cdtar/silo-1.2.6-sparc-cdtar.tar.bz2,
3362   -livecd/cdtar/silo-1.3.2-sparc64-cdtar.tar.bz2,
3363   -livecd/cdtar/silo-1.4.4-sparc32-cdtar.tar.bz2,
3364   livecd/runscript/sparc-archscript.sh:
3365   Applying sparc32 patch from gustavoz. Replacing silo cdtar files with
3366   unified sparc32/sparc64 cdtar.
3367
3368   06 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3369   livecd/runscript-support/livecdfs-update.sh,
3370   livecd/runscript-support/pre-kmerge.sh:
3371   Change sudoers update to only run if /etc/sudoers exists and only reduce
3372   splash to 1024x768 on minimal and universal install CD.
3373
3374   05 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> targets/grp/grp.sh,
3375   targets/livecd-stage1/livecd-stage1.sh:
3376   Changing the killall -9 gconfd-2 to gconftool-2 --shutdown and resolving bug
3377   #73363.
3378
3379   03 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3380   livecd/runscript/alpha-archscript.sh, livecd/runscript/hppa-archscript.sh,
3381   livecd/runscript/ppc-archscript.sh, livecd/runscript/sparc-archscript.sh,
3382   livecd/runscript/sparc64-archscript.sh,
3383   livecd/runscript/x86-archscript.sh:
3384   Added a new empty livecd file to each archscript. This will be used for an
3385   identifier by genkernel to allow booting from a non-primary CDROM.
3386
3387   03 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
3388   Catalyst 1.1.6 is here.
3389
3390   03 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3391   targets/stage1/stage1-preclean2-chroot.sh:
3392   Commenting out stage1 cleaning of /var/db.
3393
3394   02 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3395   livecd/runscript-support/pre-kmerge.sh:
3396   Made splash reduction to 1024x768 only for minimal and universal release media.
3397
3398   01 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3399   targets/stage1/stage1-preclean2-chroot.sh:
3400   Added SLOT files back to /var/db entries in stage1.
3401
3402   01 Mar 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3403   +livecd/files/gentoo.png, livecd/files/livecd-local.start,
3404   livecd/runscript/default-runscript.sh,
3405   livecd/runscript-support/livecdfs-update.sh,
3406   targets/livecd-stage2/unmerge.sh:
3407   Moved portage profiles from livecd-local.start to unmerge.sh, since /usr is
3408   not writeable at boot. Removed -a from cp in default-runscript.sh to keep
3409   the copy from preserving permissions and also adding /usr/share/faces and
3410   default Gentoo icon. We'll see how the icon does for us. Removing serial
3411   init script, as it causes problems with the splash theme.
3412
3413   28 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3414   targets/livecd-stage1/livecd-stage1.sh:
3415   -n, not -z
3416
3417   28 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3418   livecd/files/livecd-local.start, livecd/runscript/default-runscript.sh,
3419   livecd/runscript-support/kmerge.sh,
3420   livecd/runscript-support/livecdfs-update.sh,
3421   livecd/runscript-support/post-kmerge.sh, modules/snapshot_target.py,
3422   targets/livecd-stage1/livecd-stage1.sh, targets/stage1/stage1-chroot.sh,
3423   targets/stage1/stage1-preclean2-chroot.sh:
3424   Removed x-setup from local.start and added in symlinks for gconf, portage
3425   profiles (for installer) and /var/db. Added a touch for root's .bashrc for
3426   baselayout and removed /etc/startx from the environmental type. Commented
3427   unmerge of sources in kmerge.sh, as they should be unmerged by the spec
3428   file. Changed livecdfs-update.sh to setup /etc/hosts properly, allow wheel
3429   users to use sudo with no password, mount /usr/lib/X11/xkb/compiled as tmpfs
3430   for X, use the latest pci.ids and usb.ids from portage, and create
3431   /lib/firmware if it doesn't exist. Commented unmerge of genkernel in
3432   post-kmerge.sh, as it should be unmerged by the spec file. Fixed typo in
3433   snapshot_target.py. Made gconfd check in livecd-stage1.sh work if more than
3434   one gconfd-2 is running. Added a gcc-config fix to stage1-chroot.sh. Changed
3435   gcc-config check in stage1-preclean2-chroot.sh to ensure gcc-config is an
3436   executable.
3437
3438   04 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf:
3439   Removed ccache from default options as it breaks catalyst when merged with
3440   USE=-ccache.
3441
3442   04 Feb 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3443   modules/snapshot_target.py:
3444   Added /local/ to snapshot exclusion.
3445
3446   31 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3447   livecd/runscript-support/livecdfs-update.sh:
3448   Updated to attempt to start 5 interfaces, rather than 4. You can blame
3449   gustavoz and his 5 interface Xeon for this.
3450
3451   29 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
3452   targets/grp/grp.sh, targets/livecd-stage1/livecd-stage1.sh:
3453   Added a conditional before killing gconfd-2. This is also going to be
3454   catalyst 1.1.5, so let's hope we don't find any more bugs, at least for this
3455   release.
3456
3457   29 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3458   targets/grp/grp-preclean-chroot.sh, targets/grp/grp.sh,
3459   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh:
3460   Moved killall -9 gconfd-2 to execute outside chroot.
3461
3462   29 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3463   livecd/files/x86-help.msg:
3464   Modified x86-help.msg to remove agpgart line, add noload= line, and replace
3465   tabs with spaces.
3466
3467   29 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3468   livecd/runscript/x86-archscript.sh:
3469   Removed acpi from x86-archscript.sh as it breaks acpi calls on the command
3470   line.
3471
3472   29 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
3473   Version 1.1.4
3474
3475   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3476   targets/livecd-stage1/livecd-stage1.sh:
3477   Added killall for gconfd-2 back into livecd-stage1.sh
3478
3479   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3480   livecd/runscript/alpha-archscript.sh:
3481   Alpha fixes for multiple kernels..
3482
3483   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3484   livecd/runscript-support/kmerge.sh:
3485   Changed kmerge.sh from --devfs to --no-udev as --devfs doesn't exist.
3486
3487   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3488   livecd/runscript/hppa-archscript.sh, livecd/runscript/sparc-archscript.sh,
3489   livecd/runscript/sparc64-archscript.sh:
3490   Force devfs if udev is not selected for all supporting arches.
3491
3492   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3493   livecd/runscript/alpha-archscript.sh, livecd/runscript/x86-archscript.sh,
3494   livecd/runscript-support/kmerge.sh:
3495   Forcing devfs if livecd/dev-manager isn't udev. This should fix building 2.4
3496   kernels.
3497
3498   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3499   targets/grp/grp-preclean-chroot.sh, targets/grp/grp.sh:
3500   Re-enabled preclean in grp and added gconfd-2 killing.
3501
3502   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3503   livecd/runscript/x86-archscript.sh:
3504   Changed acpi=ht to acpi=off. This fixes acpi loading and also allows for
3505   users to use apm.
3506
3507   28 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3508   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
3509   targets/livecd-stage1/livecd-stage1-chroot.sh,
3510   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
3511   targets/livecd-stage1/livecd-stage1.sh,
3512   targets/netboot/netboot-packages.sh, targets/stage1/stage1-chroot.sh,
3513   targets/stage3/stage3-chroot.sh, targets/tinderbox/tinderbox-chroot.sh:
3514   Added ability to pause indefinitely. This closes bug #79798. I've also added
3515   the gcond-2 killall back in, but now it is in the actual preclean script and
3516   is executed inside the chroot.
3517
3518   26 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst:
3519   Updated for 1.1.3 release.
3520
3521   26 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3522   targets/grp/grp-chroot.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
3523   targets/netboot/netboot-busybox.sh, targets/netboot/netboot-kernel.sh,
3524   targets/netboot/netboot-packages.sh,
3525   targets/tinderbox/tinderbox-chroot.sh:
3526   Updated to use package.use correctly. Blame Robert Paskowitz
3527   <rpaskowitz@confucius.ca> from the gentoo-catalyst mailing list.
3528
3529   26 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3530   targets/stage1/stage1-preclean2-chroot.sh:
3531   Fixed find line for new stage1 /var/db/pkg.
3532
3533   25 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3534   targets/stage1/stage1-preclean2-chroot.sh:
3535   Added code to clean up /var/db/pkg, while still keeping the CONTENTS,
3536   COUNTER and ebuilds. This should keep a stage1 useable, while still keeping
3537   its size small.
3538
3539   24 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3540   livecd/runscript-support/livecdfs-update.sh:
3541   Removed gpm changes, as it has been moved to livecd-tools and autoconfig,
3542   added net.ethX symlinks, and added copying of files from
3543   /usr/lib/hotplug/firmware into firmware tarball.
3544
3545   23 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3546   livecd/runscript-support/livecdfs-update.sh:
3547   Firmware updated to use new /lib/firmware directory.
3548
3549   16 Jan 2005; John Davis <zhen@gentoo.org> catalyst:
3550   fix from pvdabeel@gentoo.org. patch fixes a small bug that caused grp to not
3551   work when both -f and -C were used on the command line.
3552
3553   13 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3554   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
3555   targets/livecd-stage1/livecd-stage1-chroot.sh,
3556   targets/netboot/netboot-packages.sh, targets/stage1/stage1-chroot.sh,
3557   targets/stage3/stage3-chroot.sh:
3558   Added a portage version check to each target that uses --newuse to ensure a
3559   high enough version is used. This resolves bug #75336.
3560
3561   13 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3562   livecd/files/livecd-local.start:
3563   Possible local.start fix for beejay.
3564
3565   12 Jan 2005; John Davis <zhen@gentoo.org>
3566   modules/embedded.py:
3567   kernel building patch for embedded from mutex@gentoo.org (bug #76542)
3568
3569   11 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3570   livecd/runscript-support/kmerge.sh:
3571   Added ccache support to genkernel call in livecd-stage2.
3572
3573   11 Jan 2005; John Davis <zhen@gentoo.org>
3574   targets/netboot/netboot-busybox.sh, targets/netboot/netboot-combine.sh,
3575   targets/netboot/netboot-image.sh, targets/netboot/netboot-kernel.sh,
3576   targets/netboot/netboot.sh:
3577   netboot path from gmsoft@gentoo.org. The patch addresses many bugs and adds
3578   some feature enhancements.
3579
3580   11 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
3581   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
3582   targets/livecd-stage1/livecd-stage1-chroot.sh,
3583   targets/livecd-stage1/livecd-stage1.sh,
3584   targets/netboot/netboot-packages.sh, targets/stage1/stage1-chroot.sh,
3585   targets/stage2/stage2-chroot.sh, targets/stage3/stage3-chroot.sh:
3586   Added a -F or --fetchonly command line option and closing out bug #77480.
3587   Also added a portage version check to livecd-stage1 to close out bug #68307.
3588
3589   11 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3590   livecd/runscript-support/livecdfs-update.sh,
3591   targets/stage3/stage3-chroot.sh:
3592   Fixed DHCP for eth0->eth3 in livecdfs-update.sh and also changed stage3
3593   target to use emerge -e when building. This is only temporary until the
3594   bootstrap.sh script can be fixed or another solution can be decided upon.
3595
3596   09 Jan 2005; John Davis <zhen@gentoo.org> targets/embedded/embedded.sh,
3597   +targets/embedded/kmerge.sh:
3598   partial fix for #76542, waiting for the necessary patch to modules/embedded.py
3599   from mutex@gentoo.org
3600
3601   09 Jan 2005; John Davis <zhen@gentoo.org> modules/generic_stage_target.py,
3602   modules/livecd_stage2_target.py:
3603   fix for bug #76146
3604
3605   05 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3606   livecd/runscript-support/livecdfs-update.sh, targets/stage1/stage1.sh:
3607   Updated livecdfs-update.sh to modify inittab to use bashlogin. Updated
3608   targets/stage1/stage1.sh to no longer clean /var/db/pkg, which should fix
3609   the brokenness of a stage1 tarball.
3610
3611   04 Jan 2005; John Davis <zhen@gentoo.org> catalyst:
3612   patch for pvdabeel@gentoo.org. -f and -C can now be used together on the
3613   cmdline
3614
3615   04 Jan 2005; John Davis <zhen@gentoo.org> modules/generic_stage_target.py,
3616   modules/livecd_stage2_target.py:
3617   fix for #76530
3618
3619   04 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3620   -livecd/cdtar/isolinux-2.08-cdtar.tar.bz2,
3621   -livecd/cdtar/isolinux-2.08-memtest86+-cdtar.tar.bz2,
3622   -livecd/cdtar/isolinux-2.08-memtest86-cdtar.tar.bz2,
3623   +livecd/cdtar/isolinux-2.11-cdtar.tar.bz2,
3624   +livecd/cdtar/isolinux-2.11-memtest86+-cdtar.tar.bz2:
3625   Upgraded the isolinux cdtar files and closing bug #70518.
3626
3627   04 Jan 2005; Chris Gianelloni <wolf31o2@gentoo.org>
3628   modules/embedded_target.py, modules/generic_stage_target.py,
3629   modules/grp_target.py, modules/livecd_stage1_target.py,
3630   modules/livecd_stage2_target.py, modules/netboot.py,
3631   modules/stage1_target.py, modules/tinderbox_target.py:
3632   Added patches from Eric Edgar <e_edgar@hotmail.com> from bug #70663 to
3633   separate out specific target logic from the generic targets modules.
3634
3635   03 Jan 2005; John Davis <zhen@gentoo.org> arch/ppc.py:
3636   new PPC arch file from pvdabeel@gentoo.org
3637
3638   01 Jan 2005; John Davis <zhen@gentoo.org> catalyst,
3639   examples/generic_stage_template.spec, modules/catalyst_support.py:
3640   tweaking error handling in the main catalyst script
3641   updated the example to include a blurb about portage_confdir
3642
3643   29 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3644   livecd/runscript-support/livecdfs-update.sh:
3645   Cleanup on livecdfs-update.sh script and testing a possible bashlogin fix.
3646
3647   17 Dec 2004; John Davis <zhen@gentoo.org> modules/generic_stage_target.py:
3648   fix for #73851
3649
3650   17 Dec 2004; John Davis <zhen@gentoo.org> modules/catalyst_support.py:
3651   fix for #66592. catalyst now gives a traceback when it bails out, making
3652   troubleshooting amazingly easier
3653
3654   17 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
3655   modules/catalyst_support.py, modules/embedded_target.py,
3656   modules/generic_stage_target.py, modules/grp_target.py,
3657   modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
3658   modules/netboot.py, modules/stage1_target.py, modules/tinderbox_target.py:
3659   Reversing patch from Eric Edgar from bug #70663.
3660
3661   17 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3662   livecd/runscript/x86-archscript.sh:
3663   Added -no-emul-boot back into x86-archscript.sh as apparently isolinux will
3664   not work without it (mkisofs fails on creating ISO).
3665
3666   16 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
3667   modules/catalyst_support.py, modules/embedded_target.py,
3668   modules/generic_stage_target.py, modules/grp_target.py,
3669   modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
3670   modules/netboot.py, modules/stage1_target.py, modules/tinderbox_target.py:
3671   Added patches from Eric Edgar <e_edgar@hotmail.com> from bug #70663 to
3672   separate out specific target logic from the generic targets modules.
3673
3674   16 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3675   modules/embedded_target.py, targets/embedded/embedded-fs-runscript.sh,
3676   targets/embedded/embedded.sh:
3677   Added more embedded updates from mutex@gentoo.org and Closing bug #67289.
3678
3679   16 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3680   +examples/gamecd.conf.example, -livecd/files/gamecd-xinitrc,
3681   livecd/runscript/default-runscript.sh,
3682   livecd/runscript-support/gamecdfs-update.sh,
3683   livecd/runscript-support/livecdfs-update.sh,
3684   modules/livecd_stage2_target.py:
3685   Added gamecd/conf option to livecd_stage2_target.py, added
3686   gamecd.conf.example to /examples, cleaned up game-specific code in
3687   gamecdfs-update.sh to make it more generic, added more fundtionality to
3688   livecdfs-update.sh and default-runscript.sh for gentoo-release-environmental
3689   and gentoo-gamecd to make spec files simpler and to remove the need for
3690   specifying a gamecd/environmental fsscript in livecd/fsscript, allowing the
3691   user to still use a custom fsscript of their own.
3692
3693   16 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3694   +livecd/files/environmental.motd.txt,
3695   targets/livecd-stage1/livecd-stage1.sh:
3696   Added environmental.motd.txt for gentoo-release-environmental livecd/type.
3697
3698   15 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3699   livecd/runscript/default-runscript.sh,
3700   livecd/runscript-support/livecdfs-update.sh:
3701   Added gentoo-release-environmental as a valid livecd/type and did some
3702   cleanup in livecdfs-update.sh to allow hotplug to dhcp on detected ethernet
3703   devices other than eth0.
3704
3705   14 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3706   targets/livecd-stage1/livecd-stage1-chroot.sh:
3707   Changed livecd-stage1 to merge each package individually. This should not
3708   make it into a production version of catalyst, but is here as a possible
3709   solution to bug #68307.
3710
3711   12 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3712   livecd/runscript/alpha-archscript.sh, livecd/runscript/hppa-archscript.sh,
3713   livecd/runscript/sparc-archscript.sh,
3714   livecd/runscript/sparc64-archscript.sh,
3715   livecd/runscript/x86-archscript.sh:
3716   Added failures to all arches on mkisofs failure and also made -z option to
3717   mkisofs optional on x86 depending on loop type used.
3718
3719   12 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3720   livecd/runscript/x86-archscript.sh:
3721   Making sure the mkisofs call causes a failure when it doesn't complete
3722   successfully. Once again, blame jforman, our beloved infra-monkey.
3723
3724   12 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3725   livecd/runscript/default-runscript.sh:
3726   squashfs-utils->squashfs-tools fix.  Blame jforman.
3727
3728   09 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3729   livecd/isogen/x86-isogen.sh:
3730   Removed -no-emul-boot from x86-isogen.sh to keep the ISO being made from
3731   possibly not booting on really old systems.
3732
3733   09 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3734   livecd/runscript/x86-archscript.sh:
3735   Removed -no-emul-boot from x86-archscript.sh to keep the ISO being made from
3736   possibly not booting on really old systems.
3737
3738   08 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3739   livecd/runscript-support/livecdfs-update.sh:
3740   Save some space by removing redundant firmware after tarball is made, only
3741   perform sed on /etc/conf.d/gpm if it exists, and change fstab to be more
3742   readable.
3743
3744   06 Dec 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3745   targets/stage1/stage1-preclean2-chroot.sh:
3746   Added patch from vapier and closing bug #73556.
3747
3748   22 Nov 2004; John Davis <zhen@gentoo.org> modules/embedded_target.py,
3749   modules/generic_stage_target.py, -targets/embedded/cramfs-runscript.sh,
3750   +targets/embedded/embedded-fs-runscript.sh,
3751   targets/livecd-stage2/unmerge.sh, targets/stage1/stage1-chroot.sh,
3752   targets/stage2/stage2-chroot.sh, targets/stage3/stage3-chroot.sh:
3753   fixes for bugs #49819 and #71033. Partial fix for #67289 - waiting on a patch
3754   from mutex@gentoo.org for modules/embedded.py
3755
3756   19 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3757   livecd/files/gamecd-xinitrc, livecd/runscript-support/gamecdfs-update.sh,
3758   livecd/runscript-support/livecdfs-update.sh:
3759   Fixing up some GameCD stuff and also fixing a problem with the ls and grep
3760   aliases having --color rather than --color=auto.
3761
3762   17 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3763   livecd/files/livecd-local.start:
3764   Let's try actually making a proper edit on livecd/files/livecd-local.start
3765   this time, shall we...
3766
3767   17 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3768   livecd/files/livecd-local.start:
3769   Fixing up livecd/files/livecd-local.start to remove ALSA config and make
3770   x-setup check for /etc/startx.
3771
3772   14 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3773   livecd/runscript-support/gamecdfs-update.sh:
3774   Fixing minor sed bug in gamecdfs-update.sh.
3775
3776   07 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
3777   examples/snapshot_template.spec,
3778   livecd/runscript-support/gamecdfs-update.sh,
3779   livecd/runscript-support/livecdfs-update.sh:
3780   Fixing typo in snapshot_template.spec and closing bug #70321.
3781
3782   02 Nov 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3783   livecd/runscript-support/pre-kmerge.sh:
3784   Ssshhh... I've added my super-secret pre-kmerge.sh sed replacement so
3785   genkernel will only add the 1024x768 version of the gensplash image to the
3786   bzImage, which added with the livecd-stage2 removal of the unused splash
3787   images, makes for a significantly smaller (54MB v. 50MB) LiveCD.
3788
3789   29 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3790   +livecd/cdtar/silo-1.2.6-sparc-cdtar.tar.bz2,
3791   livecd/runscript/sparc64-archscript.sh:
3792   Updated with silo/mkisofs patch from gustavoz.
3793
3794   28 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3795   livecd/files/x86-help.msg:
3796   Updated x86-help.msg to make it fall more inline with current
3797   genkernel/livecd-tools options.
3798
3799   28 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3800   livecd/runscript/x86-archscript.sh, livecd/runscript-support/kmerge.sh,
3801   livecd/runscript-support/pre-kmerge.sh:
3802   Removing auto-keymap from kmerge.sh and moving it to x86-archscript.sh since
3803   it is only working properly on amd64 and x86 anyway. Also fixing a typo in
3804   genkernel's module_load for x86 during pre-kmerge.sh, which should fix USB
3805   loading.
3806
3807   22 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org> files/catalyst.conf,
3808   livecd/runscript-support/kmerge.sh,
3809   livecd/runscript-support/livecdfs-update.sh,
3810   targets/livecd-stage2/unmerge.sh, targets/netboot/netboot-kernel.sh:
3811   Changed kernel build caching to use kerncache option, rather than pkgcache
3812   option. Fixed --postconf and --callback for builds that do not require them.
3813   Removed delay when removing package sin the system profile. This is now
3814   catalyst 1.1.0, so enjoy.
3815
3816   21 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org>
3817   livecd/runscript-support/livecdfs-update.sh:
3818   Stopping udev from using the nasty device tarball.  We don't need it anyway.
3819
3820   21 Oct 2004; Chris Gianelloni <wolf31o2@gentoo.org> catalyst,
3821   livecd/runscript/sparc-archscript.sh,
3822   livecd/runscript/sparc64-archscript.sh,
3823   livecd/runscript-support/kmerge.sh,
3824   livecd/runscript-support/livecdfs-update.sh, modules/catalyst_support.py:
3825   Fixing gpm support by uncommenting default settings. Fixing case where
3826   boot/kernel/$kname/packages or boot/kernel/$kname/postconf were empty.
3827   Changing sparc kernel files from kernel* to kernel-* so kernel.msg does
3828   not get renamed. Fixed a problem where we were accidentally removing the
3829   hwdata-knoppix versions of pci.ids and usb.ids and linking
3830   /usr/share/misc/*.ids to non-existent files. This should hopefully be it
3831   for 2004.3 and catalyst 1.1.0.
3832
3833   19 Oct 2004; John Davis <zhen@gentoo.org> arch/ia64.py:
3834   patch from vapier@gentoo.org for bug #68080
3835
3836   19 Oct 2004; John Davis <zhen@gentoo.org> catalyst, files/catalyst.conf,
3837   livecd/runscript-support/kmerge.sh:
3838   made kernel caching dependent on the "pkgcache" option so that genkernel's
3839   postconf can actually work
3840
3841   18 Oct 2004; John Davis <zhen@gentoo.org>
3842   livecd/runscript/x86-archscript.sh, livecd/runscript-support/kmerge.sh,
3843   livecd/runscript-support/livecdfs-update.sh:
3844   patch submitted by wolf31o2@gentoo.org to fix the rest of the gensplash woes
3845
3846   17 Oct 2004; John Davis <zhen@gentoo.org>
3847   livecd/runscript-support/livecdfs-update.sh:
3848   firmware tarball fix for packages that need firmware such as ipw2100
3849
3850   16 Oct 2004; <zhen@gentoo.org> livecd/files/x86-help.msg,
3851   livecd/runscript/x86-archscript.sh, livecd/runscript-support/kmerge.sh,
3852   livecd/runscript-support/livecdfs-update.sh,
3853   modules/livecd_stage2_target.py:
3854   patches for gensplash support from Chris Gianelloni <wolf31o2@gentoo.org>
3855
3856   14 Oct 2004; <zhen@gentoo.org> livecd/runscript/x86-archscript.sh:
3857   acpi=off changed to acpi=ht. enables HT automatically for intel users, but
3858   should not hurt non-HT users
3859
3860   12 Oct 2004; John Davis <zhen@gentoo.org>
3861   targets/embedded/cramfs-runscript.sh, targets/embedded/embedded-chroot.sh,
3862   +targets/embedded/unmerge.sh, targets/grp/grp-chroot.sh,
3863   targets/livecd-stage1/livecd-stage1-chroot.sh, targets/netboot/netboot.sh,
3864   targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh,
3865   livecd/runscript-support/kmerge.sh:
3866   bugfixes for #67195, #67197, #67122, and #46918
3867
3868   12 Oct 2004; John Davis <zhen@gentoo.org> modules/netboot.py:
3869   small netboot fixups
3870
3871   11 Oct 2004; <zhen@gentoo.org> modules/netboot.py,
3872   targets/netboot/netboot-busybox.sh, targets/netboot/netboot-image.sh,
3873   targets/netboot/netboot-kernel.sh, targets/netboot/netboot-packages.sh,
3874   targets/netboot/netboot.sh:
3875   sweeping updates and changes to the netboot code. the patches should fix the
3876   arch specific code as well as some pkgcache issues, etc. Much thanks to Mike
3877   Frysinger <vapier@gentoo.org> for writing and contributing the patches.
3878
3879   06 Oct 2004; John Davis <zhen@gentoo.org> files/catalyst.1,
3880   livecd/runscript-support/kmerge.sh, targets/netboot/netboot-busybox.sh,
3881   targets/netboot/netboot-image.sh, targets/netboot/netboot-kernel.sh,
3882   targets/netboot/netboot.sh:
3883   more code cleanup and maintenance
3884
3885   05 Oct 2004; John Davis <zhen@gentoo.org> modules/catalyst_support.py,
3886   modules/generic_stage_target.py, +modules/netboot.py,
3887   +targets/netboot/netboot-busybox.sh, +targets/netboot/netboot-image.sh,
3888   +targets/netboot/netboot-kernel.sh, +targets/netboot/netboot-packages.sh,
3889   +targets/netboot/netboot.sh:
3890   initial import of the netboot code. thanks to Guy Martin <gmsoft@gentoo.org>
3891   for writing them!
3892
3893   05 Oct 2004; John Davis <zhen@gentoo.org> modules/generic_stage_target.py,
3894   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
3895   targets/livecd-stage1/livecd-stage1-chroot.sh,
3896   targets/stage1/stage1-chroot.sh, targets/stage2/stage2-chroot.sh,
3897   targets/stage3/stage3-chroot.sh, targets/tinderbox/tinderbox-chroot.sh:
3898   bugfix for #66083 which in turn addresses #61605. distcc apparently does not
3899   have to start a server on the build host for it to distribute.
3900
3901   04 Oct 2004; John Davis <zhen@gentoo.org> catalyst:
3902   added a new -s/ --snapshot option. no more using --cli to create snapshots,
3903   just do -s version_stamp
3904
3905   29 Sep 2004; John Davis <zhen@gentoo.org> targets/stage2/stage2-chroot.sh:
3906   bugfix #60502 - the stage2 target can now resume the bootstrapping process
3907
3908   28 Sep 2004; John Davis <zhen@gentoo.org> TODO,
3909   +examples/fsscript.sh.example, examples/livecd-stage2_template.spec,
3910   livecd/runscript/x86-archscript.sh, livecd/runscript-support/kmerge.sh,
3911   modules/livecd_stage2_target.py:
3912   udev support for livecds
3913
3914   16 Sep 2004; John Davis <zhen@gentoo.org> modules/catalyst_support.py,
3915   +targets/livecd-stage2/unmerge.sh:
3916   bug #59681 resolved thanks to the patch from viric@vicerveza.homeunix.net!
3917   Also, livecd-stage2 unmerge.sh added back in.
3918
3919   13 Sep 2004; John Davis <zhen@gentoo.org> catalyst,
3920   livecd/runscript-support/livecdfs-update.sh:
3921   bugfixes for #60887 and #63338
3922
3923   09 Sep 2004; John Davis <zhen@gentoo.org> catalyst:
3924   bugfixes for #63382 and #63338
3925
3926   08 Sep 2004; John Davis <zhen@gentoo.org>
3927   livecd/runscript/alpha-archscript.sh, livecd/runscript/hppa-archscript.sh,
3928   livecd/runscript/ppc-archscript.sh, livecd/runscript/sparc-archscript.sh,
3929   livecd/runscript/sparc64-archscript.sh, livecd/runscript/x86-archscript.sh,
3930   livecd/runscript-support/kmerge.sh, livecd/runscript-support/pre-kmerge.sh,
3931   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
3932   targets/livecd-stage1/livecd-stage1-chroot.sh,
3933   -targets/livecd-stage2/unmerge.sh, targets/stage1/stage1-chroot.sh,
3934   targets/stage3/stage3-chroot.sh, targets/tinderbox/tinderbox-chroot.sh:
3935   lots of changes in this revision. first of all, major cosmetic fixups to the
3936   archscripts. i also fixed a non-reported bug where pkgcache was not being used
3937   for distcc or ccache builds in most of the targets. bug #56581 is finially
3938   closed (kernel caching for multiple runs of the livecd-stage2 build) - big
3939   performance enhancement here.
3940
3941   07 Sep 2004; John Davis <zhen@gentoo.org> modules/generic_stage_target.py,
3942   modules/livecd_stage2_target.py:
3943   fix for bug #63033, thanks to usata@gentoo.org for the patch
3944
3945   30 Aug 2004; John Davis <zhen@gentoo.org>
3946   livecd/runscript-support/livecdfs-update.sh, targets/grp/grp-chroot.sh:
3947   bugfixes for #61537 and #61779
3948
3949   13 Aug 2004; John Davis <zhen@gentoo.org> +files/catalyst.1,
3950   modules/generic_stage_target.py, modules/livecd_stage2_target.py,
3951   modules/snapshot_target.py:
3952   bugfixes for #55014 (catalyst needs a manpage), #56581 (livecd-stage2 I/O
3953   enhancements), and #56773 (catalyst overlay for build root). Snapshotting
3954   time should also be improved due to a more efficient use of rsync. This commit will
3955   mark the portage version of catalyst-1.9.0.
3956
3957   10 Aug 2004; John Davis <zhen@gentoo.org> arch/mips.py:
3958   add support for mips4n32 subarch. thanks to iluxa@gentoo.org. closes bug
3959   #59882.
3960
3961   02 Aug 2004; John Davis <zhen@gentoo.org> modules/generic_stage_target.py:
3962   fix for bug #58208
3963
3964   02 Aug 2004; John Davis <zhen@gentoo.org>
3965   livecd/runscript-support/livecdfs-update.sh:
3966   bugfix #51086
3967
3968   02 Aug 2004; John Davis <zhen@gentoo.org> modules/generic_stage_target.py,
3969   +targets/stage1/build.py, -targets/stage1/build.sh,
3970   targets/stage1/stage1-chroot.sh, targets/stage1/stage1-preclean2-chroot.sh,
3971   targets/stage1/stage1.sh, targets/stage2/stage2-chroot.sh,
3972   targets/stage3/stage3-chroot.sh:
3973   applied patch from bug #58840. it should fix up things for uclibc stages and
3974   cascaded profiles. thanks to Mike Frysinger (vapier@gentoo.org) for the patch.
3975
3976   21 Jul 2004; John Davis <zhen@gentoo.org> +livecd/files/gamecd-xinitrc,
3977   +livecd/files/gamecd.motd.txt, +livecd/files/generic-motd.txt,
3978   +livecd/files/livecd-bash_profile, +livecd/files/livecd-local.start,
3979   -livecd/files/livecd-rclocal, +livecd/files/minimal.motd.txt,
3980   -livecd/files/motd.txt, +livecd/files/universal.motd.txt,
3981   livecd/runscript/default-runscript.sh, livecd/runscript-support/kmerge.sh,
3982   livecd/runscript-support/livecdfs-update.sh,
3983   modules/livecd_stage2_target.py:
3984   addition of wolf31o2's gamecd patchset. untested, so please beware
3985
3986   14 Jul 2004; John Davis <zhen@gentoo.org>
3987   livecd/runscript-support/livecdfs-update.sh,
3988   modules/generic_stage_target.py, modules/livecd_stage2_target.py:
3989   fixed a bug for livecd-stage2. somehow, the inheritance got mucked up and the
3990   livecds were not cleaning out livecd/empty livecd/rm etc. I moved the code for
3991   this out of generic_stage_target and into livecd-stage2 since the
3992   livecd-stage2 class was overriding generic_stage_target for cleaning anyway.
3993
3994   13 Jul 2004; <zhen@gentoo.org> livecd/runscript-support/livecdfs-update.sh:
3995   changed the behavior of rcadd/ rcdel. it was getting hokey to have to add the
3996   default rc'ed programs when only one change was required to rcadd. so I
3997   changed it so that the defaults are *always* loaded and specified additions/
3998   deletions are just added on top of those.
3999
4000   12 Jul 2004; John Davis <zhen@gentoo.org> catalyst,
4001   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
4002   targets/livecd-stage1/livecd-stage1-chroot.sh,
4003   targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh,
4004   targets/tinderbox/tinderbox-chroot.sh:
4005   changing the more verbose behavior to the -V (verbose) flag
4006
4007   12 Jul 2004; <zhen@gentoo.org> catalyst,
4008   targets/embedded/embedded-chroot.sh, targets/grp/grp-chroot.sh,
4009   targets/livecd-stage1/livecd-stage1-chroot.sh,
4010   targets/stage1/stage1-chroot.sh, targets/stage3/stage3-chroot.sh,
4011   targets/tinderbox/tinderbox-chroot.sh:
4012   the -d (debug) flag now makes catalyst calculate an emerge -vp of the packages
4013   it is about to merge so that deps and USE flags are more evident
4014
4015   11 Jul 2004; <zhen@gentoo.org> +catalyst, -catalyst.new.py,
4016   modules/catalyst_support.py:
4017   completely rewrote the catalyst main script so that it can actually utilize
4018   more than one command line flag. new functionality included, but not active
4019   yet (--debug and --verbose). arguments can still be passed on the commandline
4020   through the use of the -C (--cli) flag. updated the arg_parse function in
4021   catalyst_support.py to accomodate my changes.
4022
4023   02 Jul 2004; John Davis <zhen@gentoo.org> modules/generic_stage_target.py,
4024   modules/generic_target.py, modules/grp_target.py,
4025   modules/livecd_stage1_target.py, modules/livecd_stage2_target.py,
4026   modules/snapshot_target.py, modules/stage1_target.py,
4027   modules/stage2_target.py, modules/stage3_target.py,
4028   modules/tinderbox_target.py, targets/stage1/stage1.sh:
4029   fixes for bugs #55192 and #54137
4030   added a new key for all specfiles, portage_confdir.
4031   this should point to a directory similar in functionality to /etc/portage.
4032   
4033   cleaned up the module code a bit so that unnecessary modules
4034   are not imported.
4035   
4036   more work on resuming. it is getting there, but it still needs a ton of work,
4037   so please test, and report bugs.
4038
4039   18 Jun 2004; John Davis <zhen@gentoo.org> catalyst,
4040   modules/catalyst_support.py, modules/generic_stage_target.py,
4041   targets/stage1/build.sh, targets/stage1/stage1-chroot.sh,
4042   targets/stage2/stage2-chroot.sh, targets/stage3/stage3-chroot.sh:
4043   stage resuming functionality should be working. I still have to work on GRP
4044   and livecds, but they should not be hard. I could not incorporate emerge
4045   --resume into stage resuming functionality because in some instances, portage
4046   is remerged (bootstrap, stage2), which wipes out the resume data and puts
4047   catalyst into an infinite portage merging loop (very unproductive, trust me ;)
4048   ). I also made some small tweaks to the stage target scripts which clean up
4049   the envscript stuff. Not noticable performance wise, but it makes me feel all
4050   warm and fuzzy to know that it is programmed absolutely correctly ;)
4051
4052   16 Jun 2004; John Davis <zhen@gentoo.org> TODO, modules/catalyst_support.py,
4053   modules/generic_stage_target.py:
4054   revamped the cmd() structure so that it could properly return error codes.
4055   Please note that this might break catalyst until there is some further
4056   testing. SO DO NOT USE IT FOR BUILDING ANYTHING IMPORTANT (yet). The benefit
4057   of me doing this is that SIGINT (ctrl-c) makes catalyst die nice and proper
4058   now. Additionally, catalyst will stop when there is an error with an ebuild
4059   ... it didn't do this before, it just plowed along and packed things up.
4060   
4061   Much thanks to <carpaski@gentoo.org> for (writing) pointing me to the spawn() code in
4062   portage.py and then answering my noob questions.
4063
4064   13 Jun 2004; John Davis <zhen@gentoo.org>
4065   livecd/runscript/x86-archscript.sh, livecd/runscript-support/kmerge.sh,
4066   livecd/runscript-support/livecdfs-update.sh:
4067   some last minute fixins
4068   (stuff to work with the new genkernel)
4069
4070   13 Jun 2004; John Davis <zhen@gentoo.org> catalyst:
4071   rolling out 1.0.8.1
4072
4073   11 Jun 2004; John Davis <zhen@gentoo.org>
4074   livecd/runscript/default-runscript.sh, modules/livecd_stage2_target.py:
4075   new key, livecd/fsscript. use this to run commands in the livecdfs before it
4076   is made into an iso
4077
4078   10 Jun 2004; John Davis <zhen@gentoo.org>
4079   livecd/runscript-support/kmerge.sh,
4080   livecd/runscript-support/livecdfs-update.sh,
4081   livecd/runscript-support/post-kmerge.sh,
4082   livecd/runscript-support/pre-kmerge.sh:
4083   two new functions for livecd-stage2: livecd/rcadd and livecd/rcdel. these two
4084   functions control what scripts are added to their respective runlevels. This
4085   option would be specified like so in the spec file: livecd/rcadd:
4086   metalog:default foo:boot. the syntax is the same for livecd/rcdel.
4087
4088   08 Jun 2004; John Davis <zhen@gentoo.org> modules/builder.py,
4089   modules/catalyst_support.py, modules/livecd_stage2_target.py:
4090   livecd-stage2 traced back when boot/kernel/x/config was an empty string, fixed
4091   the code to give a nice error msg instead of a cryptic traceback
4092
4093   04 Jun 2004; John Davis <zhen@gentoo.org>
4094   livecd/runscript-support/livecdfs-update.sh:
4095   small fix for bootsplash, needed to link clst_livecd_bootsplash to
4096   /etc/bootsplash/default
4097
4098   04 Jun 2004; John Davis <zhen@gentoo.org> modules/generic_stage_target.py,
4099   targets/embedded/embedded-chroot.sh,
4100   targets/embedded/embedded-preclean-chroot.sh, targets/grp/grp-chroot.sh,
4101   targets/grp/grp-preclean-chroot.sh, targets/grp/grp.sh,
4102   targets/livecd-stage1/livecd-stage1-chroot.sh,
4103   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
4104   targets/livecd-stage1/livecd-stage1.sh, targets/stage1/stage1-chroot.sh,
4105   targets/stage1/stage1-preclean1-chroot.sh, targets/stage1/stage1.sh,
4106   targets/stage2/stage2-chroot.sh, targets/stage2/stage2-preclean-chroot.sh,
4107   targets/stage3/stage3-chroot.sh, targets/stage3/stage3-preclean-chroot.sh,
4108   targets/tinderbox/tinderbox-chroot.sh,
4109   targets/tinderbox/tinderbox-preclean-chroot.sh,
4110   targets/tinderbox/tinderbox.sh:
4111   Fixes bug 51603, a lot of distcc fixups (has to do w/ bind mounts and such)
4112
4113   02 Jun 2004; John Davis <zhen@gentoo.org> modules/snapshot_target.py:
4114   Fixes to address bugs #51072 and #52045. The snapshot logic was tweaked to be
4115   more efficient, and I added a new snapshot specfile option, portdir_overlay.
4116   It should be a full path pointing to a portage overlay dir.
4117
4118   27 May 2004; John Davis <zhen@gentoo.org>
4119   livecd/cdtar/silo-1.3.1-cdtar.tar.bz2,
4120   livecd/cdtar/silo-1.3.2-sparc64-cdtar.tar.bz2,
4121   livecd/cdtar/silo-1.4.4-sparc32-cdtar.tar.bz2,
4122   livecd/runscript/default-runscript.sh:
4123   added updated silos and fixed motd bug
4124
4125   22 May 2004; John Davis <zhen@gentoo.org> REMARKS, catalyst:
4126   rolling out version 1.0.8
4127
4128   22 May 2004; John Davis <zhen@gentoo.org>
4129   livecd/runscript-support/kmerge.sh,
4130   livecd/runscript-support/livecdfs-update.sh,
4131   modules/livecd_stage2_target.py:
4132   added key livecd/bootsplash
4133
4134   21 May 2004; John Davis <zhen@gentoo.org> arch/sparc.py, arch/sparc64.py,
4135   livecd/runscript/sparc-archscript.sh,
4136   livecd/runscript/sparc64-archscript.sh:
4137   sparc fixup patches from gustavoz at g.org
4138
4139   20 May 2004; John Davis <zhen@gentoo.org> modules/livecd_stage2_target.py:
4140   added support for blacklisting modules via hotplug in livecd-stage2. spec key
4141   is livecd/modblacklist
4142
4143   19 May 2004; John Davis <zhen@gentoo.org>
4144   livecd/runscript/default-runscript.sh, modules/livecd_stage2_target.py,
4145   livecd/runscript/x86-archscript.sh:
4146   added support for livecd/overlay, changed vga=0x317 to vga=791
4147   in the x86 archscript as it is a more standard setting and should
4148   work on more hardware
4149
4150   17 May 2004; John Davis <zhen@gentoo.org>
4151   livecd/runscript/default-runscript.sh, livecd/runscript/x86-archscript.sh,
4152   livecd/runscript-support/kmerge.sh,
4153   livecd/runscript-support/livecdfs-update.sh,
4154   modules/livecd_stage2_target.py:
4155   fixes for the genkernel arg handling - we can now do it on a per-kernel basis.
4156   we also now have basic motd copying support for more branded livecds
4157
4158   16 May 2004; John Davis <zhen@gentoo.org>
4159   livecd/runscript-support/kmerge.sh, modules/livecd_stage2_target.py:
4160   added a feature to the livecd-stage2 specfile called "livecd/genkernel_args"
4161   for passing args to genkernel. gmsoft@gentoo.org requested this one.
4162
4163   16 May 2004; John Davis <zhen@gentoo.org> catalyst,
4164   modules/catalyst_support.py, modules/embedded_target.py,
4165   modules/generic_stage_target.py, modules/generic_target.py,
4166   modules/grp_target.py, modules/livecd_stage1_target.py,
4167   modules/livecd_stage2_target.py, modules/stage1_target.py,
4168   modules/stage2_target.py, modules/stage3_target.py,
4169   modules/tinderbox_target.py, targets/stage1/stage1-preclean2-chroot.sh:
4170   finally parsed out targets.py. fixed gcc-config typo in stage1 the stage1 that
4171   caused gcc profile problems.
4172
4173   12 May 2004; John Davis <zhen@gentoo.org>
4174   livecd/runscript/default-runscript.sh, livecd/runscript-support/kmerge.sh,
4175   livecd/runscript-support/livecdfs-update.sh,
4176   livecd/runscript-support/post-kmerge.sh,
4177   livecd/runscript-support/pre-kmerge.sh, modules/catalyst_support.py,
4178   modules/targets.py:
4179   fixed default-runscript.sh so that it is easier to read (no more chroot >> EOF
4180   silliness). Most notably, I have taken advantage of the update-modules
4181   --assume-kernel fix from agriffis so that we can actually use 3rd party
4182   modules now. Please note that >=baselayout-1.9.0 is required.
4183
4184   02 May 2004; Olivier Crete <tester@gentoo.org>
4185   arch/x86.py:
4186   Added forgotten CHOST for i386 subarch
4187
4188   30 Apr 2004; John Davis <zhen@gentoo.org>
4189   livecd/cdtar/isolinux-2.08-cdtar.tar.bz2,
4190   livecd/cdtar/isolinux-2.08-memtest86+-cdtar.tar.bz2,
4191   livecd/cdtar/isolinux-2.08-memtest86-cdtar.tar.bz2,
4192   livecd/files/x86-help.msg, livecd/runscript/x86-archscript.sh:
4193   lots of changes
4194   -fixed 2004.0 branding in the isolinux cdtar
4195   -fixed up acpi stuff in the runscripts
4196   -fixed up the x86 help message and corrected the numerous errors in it
4197
4198   26 Apr 2004; John Davis <zhen@gentoo.org> catalyst,
4199   livecd/runscript/default-runscript.sh:
4200   fixed the /etc/issue /O macro issue, and changed the version in catalyst to
4201   1.0.7. we are ready for release
4202
4203   16 Apr 2004; John Davis <zhen@gentoo.org> targets/stage1/stage1-chroot.sh:
4204   fix for the problem that gustavoz found wrt the /dev creation stuff not
4205   detecting arches. also an efficiency fix for stage1 building
4206
4207   14 Apr 2004; John Davis <zhen@gentoo.org>
4208   targets/embedded/embedded-chroot.sh,
4209   targets/embedded/embedded-preclean-chroot.sh, targets/embedded/embedded.sh,
4210   targets/grp/grp.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
4211   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
4212   targets/livecd-stage1/livecd-stage1.sh, targets/stage1/stage1-chroot.sh,
4213   targets/stage1/stage1-preclean1-chroot.sh, targets/stage1/stage1.sh,
4214   targets/stage2/stage2-chroot.sh, targets/stage2/stage2-preclean-chroot.sh,
4215   targets/stage2/stage2.sh, targets/stage3/stage3-chroot.sh,
4216   targets/stage3/stage3.sh, targets/tinderbox/tinderbox-chroot.sh,
4217   targets/tinderbox/tinderbox-preclean-chroot.sh,
4218   targets/tinderbox/tinderbox.sh:
4219   fix for bug #47733 - fixes for distcc and an envscript bugfix
4220
4221   13 Apr 2004; John Davis <zhen@gentoo.org> modules/targets.py:
4222   fix for bug 47626
4223
4224   12 Apr 2004; John Davis <zhen@gentoo.org> modules/catalyst_support.py,
4225   targets/embedded/cramfs-runscript.sh, targets/embedded/embedded-chroot.sh,
4226   targets/embedded/embedded-preclean-chroot.sh, targets/embedded/embedded.sh,
4227   targets/grp/grp-chroot.sh, targets/grp/grp-preclean-chroot.sh,
4228   targets/grp/grp.sh, targets/livecd-stage1/livecd-stage1-chroot.sh,
4229   targets/livecd-stage1/livecd-stage1-preclean-chroot.sh,
4230   targets/livecd-stage1/livecd-stage1.sh, targets/stage1/stage1-chroot.sh,
4231   targets/stage1/stage1-preclean1-chroot.sh,
4232   targets/stage1/stage1-preclean2-chroot.sh, targets/stage1/stage1.sh,
4233   targets/stage2/stage2-chroot.sh, targets/stage2/stage2-preclean-chroot.sh,
4234   targets/stage2/stage2.sh, targets/stage3/stage3.sh,
4235   targets/tinderbox/tinderbox.sh:
4236   lots of cleanup on the bash backend. take a look @ the code and report bugs to
4237   zhen@gentoo.org please.
4238
4239   06 Apr 2004; John Davis <zhen@gentoo.org> targets/stage1/stage1-chroot.sh:
4240   fix for /dev in stage1
4241
4242   05 Apr 2004; John Davis <zhen@gentoo.org> modules/targets.py:
4243   bugfix for #46861
4244
4245   04 Apr 2004; Benjamin Judas <beejay@gentoo.org> 
4246   livecd/kconfig/config-2004.1-gentoo-dev-sources-2.6.3-r1,
4247   livecd/kconfig/config-2004.1-xfs-sources-2.4.24-r3:
4248   Added the two kernel-configs for 2004.1 x86
4249
4250   04 Apr 2004; John Davis <zhen@gentoo.org> targets/embedded/embedded.sh,
4251   targets/grp/grp.sh, targets/stage1/stage1-chroot.sh,
4252   targets/stage2/stage2.sh, targets/stage3/stage3.sh,
4253   targets/tinderbox/tinderbox.sh:
4254   fix to address missing /dev in stages, fixed path for env-update in all of the
4255   targets
4256
4257   02 Apr 2004; John Davis <zhen@gentoo.org> modules/targets.py:
4258   use broken for grp, livecd-stage1, tinderbox, etc. fixed
4259
4260   01 Apr 2004; John Davis <zhen@gentoo.org>
4261   livecd/runscript/default-runscript.sh:
4262   added in fix for the module.conf stuff courtesy of Benjamin Judas
4263   <beejay@gentoo.org>
4264
4265   01 Apr 2004; John Davis <zhen@gentoo.org> catalyst, files/catalyst.conf,
4266   files/x86-help.msg:
4267   cosmetic touchups for 1.0.5
4268
4269   31 Mar 2004; John Davis <zhen@gentoo.org> targets/stage2/stage2.sh:
4270   added support to the stage2 for stackable profiles bootstrap
4271
4272   31 Mar 2004; John Davis <zhen@gentoo.org> arch/sparc.py, modules/targets.py:
4273   sparc compatibility patches from gustavoz@gentoo.org added. These patches add
4274   support for sparc32/64 build compatibility
4275
4276   30 Mar 2004; John Davis <zhen@gentoo.org>
4277   livecd/runscript/default-runscript.sh, modules/targets.py,
4278   targets/stage1/build.sh:
4279   fix for bug 46022, more stackable profile fixes, embedded patches added
4280
4281   26 Mar 2004; John Davis <zhen@gentoo.org>
4282   livecd/runscript/default-runscript.sh, modules/targets.py,
4283   targets/grp/grp.sh, targets/livecd-stage1/livecd-stage1.sh,
4284   targets/stage1/stage1-chroot.sh, targets/stage2/stage2.sh,
4285   targets/stage3/stage3.sh, targets/tinderbox/tinderbox.sh:
4286   fixes for bugs #44625 and #45805
4287
4288   24 Mar 2004; John Davis <zhen@gentoo.org> catalyst,
4289   livecd/cdtar/isolinux-2.08-memtest86-cdtar.tar.bz2,
4290   livecd/runscript/default-runscript.sh, livecd/runscript/x86-archscript.sh:
4291   memtest is in. if you want to use it, check out the memtest86 cd tarball
4292   Also, fixes for bugs 45078, 45188, 44306
4293
4294   23 Mar 2004; John Davis <zhen@gentoo.org>
4295   livecd/runscript/alpha-archscript.sh, livecd/runscript/hppa-archscript.sh,
4296   livecd/runscript/ppc-archscript.sh, livecd/runscript/sparc64-archscript.sh,
4297   livecd/runscript/x86-archscript.sh, modules/targets.py,
4298   targets/livecd-stage3/unmerge.sh:
4299   added "livecd/iso" to targets.py and fixed up the archscripts so that isos are
4300   created at the end of the livecd-stage2 process.
4301
4302   22 Mar 2004; John Davis <zhen@gentoo.org> modules/targets.py,
4303   targets/embedded/embedded.sh:
4304   preliminary embedded support added thanks to david@futuretel.com (mut3x)
4305
4306   19 Mar 2004; John Davis <zhen@gentoo.org> targets/grp/grp.sh,
4307   targets/stage1/stage1.sh, targets/stage3/stage3.sh:
4308   removing the hardened-gcc deps since the package itself is deprecated'
4309
4310   05 Mar 2004; John Davis <zhen@gentoo.org> catalyst:
4311   changing location of /etc/catalyst.conf to /etc/catalyst/catalyst.conf
4312
4313   04 Mar 2004; John Davis <zhen@gentoo.org> alpha-isogen.sh,
4314   examples/livecd/alpha/alpha-livecd-stage1-20040225.spec,
4315   examples/livecd/alpha/alpha-livecd-stage2-20040225.spec,
4316   examples/livecd/alpha/config-2.4.21-r4-alpha,
4317   examples/livecd/alpha/config-2.4.21-r4-jensen,
4318   examples/livecd/alpha/config-2.4.21-r4-legacy,
4319   examples/livecd/cdtar/aboot-0.9-r1-cdtar.tar.bz2,
4320   examples/livecd/runscript/alpha-archscript.sh, files/catalyst.conf:
4321   fixes for bugs 43676, 43701. Alpha support added as well.
4322
4323   25 Feb 2004; Pieter Van den Abeele <pvdabeel@gentoo.org>: 
4324   added powerpc livecd support, preparing for 2004.0 release. Preliminary 
4325   kde/gnome cd specs added.
4326
4327   18 Feb 2004; John Davis <zhen@gentoo.org> files/catalyst.conf:
4328   fix in catalyst.conf for bug #42044
4329
4330   13 Feb 2004; John Davis <zhen@gentoo.org> sparc64-isogen.sh, arch/sparc.py,
4331   arch/sparc64.py, examples/livecd/runscript/sparc64-archscript.sh,
4332   examples/livecd/sparc64/config-2.4.24-sparc64:
4333   sparc fixups contributed by Gustavo Zacarias <gustavoz@gentoo.org>
4334
4335   12 Feb 2004; Daniel Robbins <drobbins@gentoo.org>: fixed bugs in previous
4336   feature additions (see 11 Feb 2004) and added support for a $clst_conf 
4337   environment variable. You can use the $clst_conf variable to point to
4338   a file to use in place of /etc/catalyst.conf. By setting this variable
4339   in your shell, catalyst can easily be used by multiple people on the
4340   same machine. Also, ccache support now works for genkernel.
4341   
4342   11 Feb 2004; Daniel Robbins <drobbins@gentoo.org>: removed file for
4343   livecd-stage2 target, as this is handled by the runscript now. Added support
4344   for "/boot/kernel/foo/use", "/boot/kernel/foo/packages," and made
4345   "/boot/kernel/foo/extraversion" an optional rather than required parameter.
4346   The aforementioned "packages" is used to specify kernel-related packages
4347   (like module ebuilds) to merge with each kernel, and the new "use" option is
4348   used to specify the USE settings you'd like exported to the environment
4349   during kernel as well as kernel "packages" build.
4350
4351   10 Feb 2004; John Davis <zhen@gentoo.org> README, TODO, catalyst,
4352   modules/builder.py, modules/catalyst_support.py, modules/targets.py,
4353   targets/grp/grp.sh, targets/livecd-stage1/livecd-stage1.sh,
4354   targets/livecd-stage2/livecd-stage2.sh, targets/stage1/stage1-chroot.sh,
4355   targets/stage2/stage2.sh, targets/stage3/stage3.sh,
4356   targets/tinderbox/tinderbox.sh:
4357   added envscripts support (fixes bug #39832) massive cleanup of tree to prepare
4358   it for ebuild - added headers to everything and removed deprecated dirs
4359
4360   14 Jan 2004; John Davis <zhen@gentoo.org> arch/mips.py, modules/targets.py:
4361   adding Kumba's patches for MIPS
4362
4363   16 Dec 2003; Guy Martin <gmsoft@gentoo.org> : arch/hppa.py,modules/targets.py:
4364   Added hppa specific code.
4365
4366   29 Nov 2003; Daniel Robbins <drobbins@gentoo.org>: Tinderbox target added. See
4367   tinderbox examples in examples/ dir.
4368   
4369   08 Nov 2003; Daniel Robbins <drobbins@gentoo.org>: spec file support integrated
4370   into catalyst. Use "-f/--file specfile" as argument; see examples dir for examples.
4371   "grp" target now functional. See examples/x86-grp-20031102.spec for an example of
4372   how to use it.
4373  
4374   08 Nov 2003; Daniel Robbins <drobbins@gentoo.org>: support functions for spec
4375   file parsing and reading added. Will get added to the code soon.
4376   
4377   05 Nov 2003; Daniel Robbins <drobbins@gentoo.org>: Many bug fixes later, things
4378   seem to be working well for stage1/2/3 so I've added a README.
4379   
4380   28 Oct 2003; Daniel Robbins <drobbins@gentoo.org>: Significant rework of code
4381   structure. Everything is falling nicely into place.
4382   
4383   28 Oct 2003; Daniel Robbins <drobbins@gentoo.org>: Exception handling fully-
4384   integrated into current prototype code.
4385   
4386   27 Oct 2003; Daniel Robbins <drobbins@gentoo.org>: beginning of exception
4387   handling integration, got some of the target code nicely fleshed out.
4388   
4389   24 Oct 2003; Daniel Robbins <drobbins@gentoo.org>: major code rework in 
4390   progress on the python parts.
4391   
4392   17 Oct 2003; John Davis <zhen@gentoo.org> files/grp/x86/x86.conf,
4393   files/grp/x86/x86.pkg.cd1, files/grp/x86/x86.pkg.cd2, files/grp/x86/x86.src,
4394   files/livecd/x86-basic/base.pkg, files/livecd/x86-basic/kern.pkg:
4395   for organiation's sake, I have moved the files, such as livecd foundations,
4396   into catalyst/files. It will make it easier for us when ebuild time comes
4397   around.
4398
4399   15 Oct 2003; John Davis <zhen@gentoo.org> targets/stage3/stage3.sh:
4400   All preliminary target build scripts are now added and coded to near as spec
4401   that we can have at this point.
4402
4403   14 Oct 2003; Daniel Robbins <drobins@gentoo.org>: new and improved ChangeLog;
4404   snapshots now work ("./catalyst-util.py snap 20031014",) and snapshotting
4405   cleans up after itself (temp files deleted,) something that should be
4406   continued as much as reasonably possible in other parts of catalyst. Also, we
4407   have /etc/catalyst.conf config file reading stub code completed, and internal
4408   fall-backs to reasonable global config defaults completed.
4409   
4410