diff --git a/Unbuntu-20.04-encrypt-ZFS-install.md b/Unbuntu-20.04-encrypt-ZFS-install.md index 22f8102..17cba93 100644 --- a/Unbuntu-20.04-encrypt-ZFS-install.md +++ b/Unbuntu-20.04-encrypt-ZFS-install.md @@ -52,9 +52,10 @@ then connect remotely with : *ssh* bpool remain unencrypt. -Search for “zpool create”, and make sure you have found the create command that has “rpool” on the last line. -Before the “zpool create” insert: echo MYPASSWORD | -Before the last line of the command insert these lines: +Search for “zpool create”, and make sure you have found the create command that has “rpool” on the last line. +Before the “zpool create” insert: echo MYPASSWORD | +You have to change *MYPASSWORD* for the password you wanted to have. +Before the last line of the command insert these lines: ~~~{.cpp} -O recordsize=1M \