From 6d07bd5e7a1f88e1d2b87350c0323dd80a9c2755 Mon Sep 17 00:00:00 2001 From: Daniel Pareja Date: Tue, 6 Sep 2011 15:13:45 -0300 Subject: [PATCH] Remove the disturbing ".dmg" Mounting Verification --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index 8c5c8ed0f11..2632f4acb1b 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