Internet-enabled disk images are described at http://developer.apple.com/documentation/DeveloperTools/Conceptual/SoftwareDistribution/Concepts/sd_disk_images.html
Apple highly recommends that you use DMG
Apple documentation on embedding SLA (SoftwareLicenseAgreement) in .dmg is out of date, since ResEdit is deprecated.
The following steps will produce the same result :
Create a Source.dmg and put the files in it. Unmount. hdiutil convert -format UDCO -o Release.dmg Source.dmg hdiutil unflatten Release.dmg Edit SLA.r file to your needs /Developer/Tools/Rez /Developer/Headers/FlatCarbon/*.r SLA.r -a -o Release.dmg hdiutil flatten Release.dmg hdiutil internet-enable -yes Release.dmg
To get a SLA.r file :
Get SLA
or get a more readable one, with a MIT opensource license, here : http://simile.mit.edu/repository/welkin/trunk/misc/SLA.r