update readme with proper way to set CRYPT variable
This commit is contained in:
parent
2c00e3fcf2
commit
d7f88b3f94
|
|
@ -36,8 +36,7 @@ sudo bash manjaro-arm-installer
|
|||
Or with encryption support:
|
||||
*Warning! Encryption support is experimental and only Pinebook Pro is supported at this time!*
|
||||
```
|
||||
export CRYPT="y"
|
||||
sudo bash manjaro-arm-installer
|
||||
sudo export CRYPT="y" && sudo bash manjaro-arm-installer
|
||||
```
|
||||
It will ask the crypt password twice (first to create it, the second one to open the device)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue