simpler board id command (issue #10)

This commit is contained in:
Claude Becker 2015-06-17 12:26:23 +02:00
parent 47aca46bb8
commit 50d529496e

View File

@ -17,7 +17,7 @@ You can use the following terminal commands to determine the model and board ID
```sh ```sh
sysctl hw.model | awk '{ print $2 }' sysctl hw.model | awk '{ print $2 }'
ioreg -l | grep board-id | awk -F\" '{ print $4 }' ioreg -l | awk -F\" '/board-id/ { print $4 }'
``` ```
Download the AHT for your computer model and use the contents to restore the `/System/Library/CoreServices/.diagnostics` folder, then reboot while holding `d` to start the diagnostic tools. Download the AHT for your computer model and use the contents to restore the `/System/Library/CoreServices/.diagnostics` folder, then reboot while holding `d` to start the diagnostic tools.