Skip to content

Commit

Permalink
.osx: Enable the MacBook Air SuperDrive on any Mac
Browse files Browse the repository at this point in the history
Ref. #146.
  • Loading branch information
abslodov authored and mathiasbynens committed Mar 10, 2013
1 parent 38d3c6c commit c07aa5d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .osx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c07aa5d

Please sign in to comment.