Merge pull request #241 from mattdbridges/add-fde-tip

Update readme with note about no-fde option
This commit is contained in:
Adam Ochonicki 2013-05-09 05:46:05 -07:00
commit 63386bb66a

View file

@ -83,6 +83,13 @@ cd /opt/boxen/repo
script/boxen 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 It should run successfully, and should tell you to source a shell script
in your environment. in your environment.
For users without a bash or zsh config or a `~/.profile` file, For users without a bash or zsh config or a `~/.profile` file,