From: Alex de L. <al...@de...> - 2006-07-06 16:33:25
|
Sascha Wilde wrote: > So my question is: are there any scripts available, to collect sources > for all the stuff on a morphed Morphix (base iso + mmaker build > mainmodule). Or is there at least a canonical way to get the complete > corresponding sources for an MorphixBase ISO image? Hi Sascha, The issue of having access to all the source of each livecd was one of the main reasons why we went in the mmaker-direction (everything built is done using debian/morphix repositories). In each module a list of the packages included is available in /morphix/packages.gz. It is reasonably simple to simply parse each of these in each module, apt-get source each package from the debian/morphix repository and store these for safekeeping after every mmaker build. Even so, I haven't written anything for this yet myself. cheers, Alex |