Home | History | Annotate | Download | only in mac

Lines Matching refs:volume

53 [B<--volname> I<volume-name>]
106 =item B<--volname> I<volume-name>
108 The name of the volume in the disk image. If not specified, I<volume-name>
131 otherwise, I<source> is copied to the root of the new volume. B<--copy>
141 Like B<--copy>, but allows symlinks to point out of the volume. Empty symlink
169 the volume. This file will be copied to the new volume and the custom
187 placed as a file within the volume's root folder. Without this option,
188 I<source-folder> is treated as the volume root itself.
218 The root folder of the created volume is designated as the folder
219 to open when the volume is mounted. See L<bless(8)>.
223 All files in the volume are set to be world-readable, only writable
351 # at volume mount time, so those images are mounted and
566 # a file and placed as a file within the volume root, as opposed to being
567 # treated as the volume root itself. rsync will do this by default, if no
603 cleanupDie('rsync failed for volume icon');
914 # source directory $source. $name is the volume name. $tempDir is a good
919 # a volume icon was added to the staged $source and indicates that the
920 # custom volume icon bit on the volume root needs to be set.
934 '-hfs-volume-name', $name,
1007 # volume icon anyway. Luckily, we can take advantage of a single
1163 # the volume is mounted, copy the files. --copy-unsafe-links is
1168 cleanupDie('rsync to new volume failed');
1199 # attributes are not copied to the new volume. Fix up.
1509 " [--volname <volume-name>] (default: same name as source)\n".
1516 " [--icon <icns-file>] (volume icon)\n".