> > > Blah, this is because the preview directory as added at a > > > later point in > > > our process (because it was added late and we wanted to > minimize QA > > > impact). > > > > > > Simple solution, pull the preview dir out and move it > onto the second > > > source and binary CDs after splitdistro runs. > > > > Thanks, Jeremy. I did move it to disc2 manually, but what > do I need to do > > to splitdistro to get it to move it automatically (besides > learning python > > ;o) > > You can add some os.rename calls in there... Ok, I'll try that. >if you want something > simple and really are making cds, just write a wrapper shell > script that > moves the preview/ directory out of the tree, then runs splitdistro, > moves the preview/ directory back to where it needs to be, and then > makes ISO images. That is what I have now. Thanks, Forrest > > Cheers, > > Jeremy