Merge pull request #38 from RobJDavey/master
Added FileVault command to restart machine and skip initial unlock
This commit is contained in:
commit
bde9225ec2
@ -910,6 +910,12 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user