Update the FileVault auth-restart command with comments from pull request.
This commit is contained in:
parent
09873d62d8
commit
98c7ae9ea1
12
README.md
12
README.md
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user