diff --git a/Unbuntu-20.04-encrypt-ZFS-install.md b/Unbuntu-20.04-encrypt-ZFS-install.md index 85b08da..88111fc 100644 --- a/Unbuntu-20.04-encrypt-ZFS-install.md +++ b/Unbuntu-20.04-encrypt-ZFS-install.md @@ -43,8 +43,8 @@ Before the “zpool create” insert: echo MYPASSWORD | Before the last line of the command insert these lines: ~~~{.cpp} - -O recordsize=1M \ - -O encryption=aes-256-gcm \ - -O keylocation=prompt \ - -O keyformat=passphrase \ +-O recordsize=1M \ +-O encryption=aes-256-gcm \ +-O keylocation=prompt \ +-O keyformat=passphrase \ ~~~ \ No newline at end of file