From 98c7ae9ea160ac466c4b6e7c303c0540f2ced958 Mon Sep 17 00:00:00 2001 From: Robert Davey Date: Sat, 24 Oct 2015 09:10:08 +0100 Subject: [PATCH] Update the FileVault auth-restart command with comments from pull request. --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 93a0945..fbb2244 100644 --- a/README.md +++ b/README.md @@ -910,17 +910,17 @@ 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 ``` -#### 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 #### Generate Advanced System and Performance Report