From 7f9e2dbebcc25386ca9aa90277d4c75cfd989e29 Mon Sep 17 00:00:00 2001 From: Matt Bridges Date: Mon, 15 Apr 2013 12:15:46 -0500 Subject: [PATCH] No hard drive encryption Some users may not want to encrypt their hard drive, so make sure they know the option exists to not have to encrypt their hard drive. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index b2b6ffd..8ede26b 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,13 @@ cd /opt/boxen/repo script/boxen ``` +Keep in mind this requires you to encrypt your hard drive by default. +If you do not want to do encrypt your hard drive, you can use the `--no-fde`. + +``` +script/boxen --no-fde +``` + It should run successfully, and should tell you to source a shell script in your environment. For users without a bash or zsh config or a `~/.profile` file,