Skip to content

Instantly share code, notes, and snippets.

@puelocesar
Created August 29, 2016 20:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save puelocesar/c8d717c96bbc4fd62cc8987b3c441cf6 to your computer and use it in GitHub Desktop.
Save puelocesar/c8d717c96bbc4fd62cc8987b3c441cf6 to your computer and use it in GitHub Desktop.
Paulos-MacBook-Pro:~ paulo$ cat /Volumes/Macintosh\ HD/System/Library/CoreServices/SystemVersion.plist
<?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>ProductBuildVersion</key>
<string>15F34</string>
<key>ProductCopyright</key>
<string>1983-2016 Apple Inc.</string>
<key>ProductName</key>
<string>Mac OS X</string>
<key>ProductUserVisibleVersion</key>
<string>10.11.5</string>
<key>ProductVersion</key>
<string>10.11.5</string>
</dict>
</plist>
Paulos-MacBook-Pro:~ paulo$ sudo systemsetup -setstartupdisk /Volumes/Macintosh\ HD
Not a System Folder: /Volumes/Macintosh HD/System/Library/CoreServices
Paulos-MacBook-Pro:~ paulo$ sudo systemsetup -liststartupdisks
/System/Library/CoreServices
Paulos-MacBook-Pro:~ paulo$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment