On Sun, Apr 19, 2009 at 01:01:24PM -0500, Marco Peereboom wrote: > Do you have the 4.5ish somewhere for download?
Yes. I'll send you a link. > Do you have an automated process to generate these at any given time? > If so can you share that? I'll send you that also. It's a single shell script that converts a disk based system into a bootable ISO. (Almost, one still needs to build the custom kernels in a separate step; it's a separate step because I only build them once and re-use the kernels repeatedly. They are based on GENERIC, but with: config bsd root on cd0a While it's a simple shell script, I should note that *all* of the heavy lifting -- the hard work, if you will -- was done by Andreas Bihlmaier and Kevin Lo. All I did was take what they had already accomplished and script it for repeatability.