From: Alex de L. <al...@de...> - 2006-07-07 11:04:15
|
Sascha Wilde wrote: > thanks for your reply. The /morphix/packages.gz file is a quite > useful hint, retrieving the sources according to its content will be > easy indeed (I'll post a script here, if it gets generic enough.). > Please do, it might be worthwhile integrating this into mmaker. > So the only question left is: how to get the sources for the > MorphixBase ISO on which the module gets installed? Good call. The /base/morphix module also has a packages.gz, however the rest of the files on the ISO aren't this easily to dig up and retrieve: grub-gfxboot-iso, morphix-grub-menulist, morphix-iso-grubtheme are the packages required on the ISO, these udeb's are defined on the isomaker commandline. busybox-morphix, morphix-miniroot-linuxrc, morphix-miniroot-splash and bootsplash-theme-morphix are the udeb's used to construct miniroot.gz. However these are retrieved via mkminiroot.sh, thus it isn't as easy to verify. All the source files of these are in the morphix package repository and in the SVN repository. In the worst case you could simply list these and apt-get source each of them. A more generic solution would be to hack up isomaker to include an option for retrieving the source of the packages above. cheers, Alex |