Update the FileVault auth-restart command with comments from pull request.

This commit is contained in:
Robert Davey 2015-10-24 09:10:08 +01:00
parent 09873d62d8
commit 98c7ae9ea1

View File

@ -910,17 +910,17 @@ pbpaste | sort | uniq | pbcopy
### FileVault ### FileVault
#### Automatically Unlock FileVault on Restart
If FileVault is enabled on the current volume, it restarts the system, bypassing the initial unlock. The command may not work on all systems.
```bash
sudo fdesetup authrestart
```
#### Check FileVault Status #### Check FileVault Status
```bash ```bash
sudo fdesetup status sudo fdesetup status
``` ```
#### Restart Computer and Unlock FileVault
If FileVault is enabled on the current volume, it restarts the system, bypassing the initial unlock. The command may not work on all systems.
```bash
sudo fdesetup authrestart
```
### Information/Reports ### Information/Reports
#### Generate Advanced System and Performance Report #### Generate Advanced System and Performance Report