Steve McIntyre
74e9050525
rearrange to make sure is set before we set
2006-12-20 11:02:59 +00:00
Steve McIntyre
b600a32f13
* Update documentation to at least vaguely match how things work.
...
* Added support for hook scripts in a few places around the CD
creation process, to help people customise their CDs. Quite a
lot of refactoring needed in make_disc_trees.pl needed to do that.
* Removed more cruft:
+ old defs in CONF.sh
+ old defs and rules in the Makefile
+ tools/add_secured
2006-12-19 01:58:41 +00:00
Steve McIntyre
05905f9e37
Better estimation for HFS media (m68k/ppc)
2006-12-12 02:10:53 +00:00
Steve McIntyre
ad1906c27b
Even more accurate size estimation; reduce how much we need to run mkisofs
2006-12-11 17:52:25 +00:00
Steve McIntyre
8b318a9693
Tweak the size-checking threshold to make things faster
2006-12-11 15:50:49 +00:00
Steve McIntyre
e1116e39e4
typo fix
2006-12-10 22:37:38 +00:00
Steve McIntyre
96608804fc
Remove the old shell version of make_disc_trees
...
Missed changing one of the invocations of add_packages - now fixed
2006-12-10 22:36:08 +00:00
Steve McIntyre
52d0a9f08b
Round off the DVD size in blocks
2006-12-10 22:23:51 +00:00
Steve McIntyre
5b26423869
Minor tweaks for businesscard CDs
2006-12-10 20:12:46 +00:00
Steve McIntyre
7780369fd4
* When we've finished making a CD tree in make_disc_trees.pl,
...
re-compress the gzipped Sources and Packages. Workaround for bug
#402482 in busybox gunzip code.
2006-12-10 20:00:37 +00:00
Steve McIntyre
50058df56f
* Improve performance: rewritten tools/make_disc_trees in perl so we
...
can call add_packages directly as a perl function rather than via
fork/exec all the time. Re-arranged tools/add_packages to make
this work.
* Improved logging in add_packages.
2006-12-10 18:57:29 +00:00
Steve McIntyre
eb73154582
Reimplement make_disc_trees in perl for better performance. More to come...
2006-12-10 15:26:19 +00:00