Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Added FileVault command to restart machine and skip initial unlock #38

Merged
merged 3 commits into from
Oct 24, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -910,6 +910,12 @@ pbpaste | sort | uniq | pbcopy

### 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
```bash
sudo fdesetup status
Expand Down