From 5be688e00cdc620a9bb817096c164e16813e1ce9 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Sirois Date: Tue, 6 Sep 2011 15:13:45 -0300 Subject: Remove the disturbing ".dmg" Mounting Verification --- .osx | 3 +++ 1 file changed, 3 insertions(+) (limited to '.osx') diff --git a/.osx b/.osx index 8c5c8ed..2632f4a 100755 --- a/.osx +++ b/.osx @@ -28,6 +28,9 @@ defaults write -g ApplePressAndHoldEnabled -bool false # Disable OS X Lion auto-correct defaults write NSGlobalDomain NSAutomaticSpellingCorrectionEnabled -bool false +# Disable OS X DMG Mounting Verification +defaults write com.apple.frameworks.diskimages skip-verify true + # Reset Launchpad rm ~/Library/Application\ Support/Dock/*.db -- cgit v1.2.3