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.
This commit is contained in:
parent
08009e9b07
commit
7f9e2dbebc
1 changed files with 7 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue