From c07aa5d833bec104e9a2f2d93f5c7b2dae41e8be Mon Sep 17 00:00:00 2001 From: inexion Date: Sun, 10 Mar 2013 11:19:24 +0100 Subject: .osx: Enable the MacBook Air SuperDrive on any Mac Ref. #146. --- .osx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.osx b/.osx index aa3ca4c..a96973b 100755 --- a/.osx +++ b/.osx @@ -272,6 +272,9 @@ defaults write com.apple.finder EmptyTrashSecurely -bool true # Enable AirDrop over Ethernet and on unsupported Macs running Lion defaults write com.apple.NetworkBrowser BrowseAllInterfaces -bool true +# Enable the MacBook Air SuperDrive on any Mac +sudo nvram boot-args="mbasd=1" + # Show the ~/Library folder chflags nohidden ~/Library -- cgit v1.2.3