This commit is contained in:
Michel Le Cocq 2020-06-22 09:43:02 +02:00
parent 4dc1b23fb9
commit 885bf921d6

View File

@ -43,8 +43,8 @@ Before the “zpool create” insert: echo MYPASSWORD |
Before the last line of the command insert these lines: Before the last line of the command insert these lines:
~~~{.cpp} ~~~{.cpp}
-O recordsize=1M \ -O recordsize=1M \
-O encryption=aes-256-gcm \ -O encryption=aes-256-gcm \
-O keylocation=prompt \ -O keylocation=prompt \
-O keyformat=passphrase \ -O keyformat=passphrase \
~~~ ~~~