Lines Matching full:disk
15 # The Original Code is pkg-dmg, a Mac OS X disk image (.dmg) packager
45 B<pkg-dmg> - Mac OS X disk image (.dmg) packager
70 it into a disk image stored as I<target-image>. The disk image will
86 The disk image to create. If it exists and is not in use, it will be
94 The format to create the disk image in. Valid values for I<format> are:
108 The name of the volume in the disk image. If not specified, I<volume-name>
121 Specifies a directory that should be created in the disk image.
129 Additional files to copy into the disk image. If I<dest> is
137 to disk images.
150 the disk image is mounted. English is the only supported language. To
157 or UDRO, the disk image will be flattened to a single-fork file that contains
161 disk images. B<--resource> may appear multiple times.
164 to disk images.
179 Enable IDME to make the disk image "Internet-enabled." The first time
229 When possible, disk images are created without any partition tables. This
232 is not terribly handy on disk images that are not intended to represent any
233 physical disk.
319 # hdiutil create is used to create empty disk images that
324 # mounting disk images in the default /Volumes. This reduces
334 # disk image or attempt to remove items from a read-only disk
343 # hdiutil makehybrid results in optimized disk images that
363 # disk images with more data than just the partition table
404 # Can't mount a disk image and then make a disk image from the device
596 # disk image and they would lose their attributes.
869 # Copies files or create symlinks in the disk image.
913 # Creates a disk image in $destination of format $format corresponding to the
917 # $tempMount is a mount point for temporary disk images. $baseName is the
918 # name of the disk image, and is presently unused. $setRootIcon is true if
952 # Even if we do want to create disk images without partition tables,
1020 # The uncompressed disk image is now in its final form. Compress it.
1098 # sectors is taken as the size of a disk, not a filesystem, so the
1146 # The disk image only needs to be mounted if:
1243 # disk image to mount. Returns a three-element array, with elements
1253 # The root device will differ from the partition device when the disk
1299 # If the disk image contains no partition table, the partition will not
1317 # Returns true if $format corresponds to a read-only disk image format.