On Nov 9, 2005, at 6:05 PM, Enrique Erne wrote:
.dmg sound proper but I've no idea where to start looking howto do that.
Make a disk image by opening "Disk Utility".app which is in /Applications/Utilities.
Then select from the "Images..." menu "Create New Image from Folder..." it will present a panel similar to [openpanel] which you will select a folder to convert into a disk image.
One thing that works also after this is to use bzip2 to compress the disk image. I have gotten a 9.8 MB disk image down to 264 Kb using this technique. An example command line (after you have the disk image) could be
$ bzip2 yourDiskImage.dmg
-D5