|
ADC Home > Reference Library > Reference > Mac OS X > Mac OS X Man Pages
|
|
This document is a Mac OS X manual page. Manual pages are a command-line technology for providing documentation. You can view these manual pages locally using the man(1) command. These manual pages come from many different sources, and thus, have a variety of writing styles. This manual page is associated with Mac OS X Server. It is not available on standard Mac OS X (client) installations. For more information about the manual page format, see the manual page for manpages(5). |
mkdmg(8) mkdmg(8)
NAME
mkdmg - Creates disk images (.dmg files)
SYNOPSYS
mkdmg -s source -i imagefile [ -zlib | -adc ]
mkdmg -s source - [ -zlib | -adc ]
mkdmg -help
DESCRIPTION
The mkdmg command creates disk image files ( imagefile ) from the directory source If the imagefile
is not specified then the image data is written to stdout
OPTIONS
-s source Encodes files at source
-i imagefile places the new disk image data in imagefile
-zlib Selects the zlib compression method for the disk image file
-adc Selects the ADC compression method for the disk image file
-help prints a summary of the mkdmg command options
SEE ALSO
hdiutil(1), mount(8), ditto(8)
mkdmg(8)
|
|