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