<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>mount-point</key>
	<string>/Volumes/</string>

	<!-- auto-fsck determined by quarantine extended attribute being set, setting auto-fsck
		overrides that behavior, thus we don't set it here -->
    <key>auto-fsck-failure-override-type</key>
	<string>cfusernotification</string>

	<!-- for normal disk images -->
	<key>auto-open-ro-root</key>
	<true/>
	<key>auto-open-rw-root</key>
	<true/>
	<key>suppress-uiagent</key>
	<true/>
	<key>allow-tty-prompt</key>
	<false/>
</dict>
</plist>
