From 885bf921d602e6827932a82f9d29080d07a9bef8 Mon Sep 17 00:00:00 2001 From: Michel Le Cocq <nomad@noreply.lab.neuronfarm.net> Date: Mon, 22 Jun 2020 09:43:02 +0200 Subject: [PATCH] --- Unbuntu-20.04-encrypt-ZFS-install.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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