From a196be59bf0ec97f76b7171c174077ad1adbdc69 Mon Sep 17 00:00:00 2001 From: Robert Davey Date: Fri, 23 Oct 2015 17:24:01 +0100 Subject: [PATCH 1/2] Added FileVault command to restart machine and skip initial unlock --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5d559d4..c5528bf 100644 --- a/README.md +++ b/README.md @@ -915,6 +915,12 @@ pbpaste | sort | uniq | pbcopy 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 From 98c7ae9ea160ac466c4b6e7c303c0540f2ced958 Mon Sep 17 00:00:00 2001 From: Robert Davey Date: Sat, 24 Oct 2015 09:10:08 +0100 Subject: [PATCH 2/2] 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