From 85fd69eb75d1a1c66059aa346f4c758d2a7f04fb Mon Sep 17 00:00:00 2001 From: Michel Le Cocq Date: Fri, 11 Sep 2020 16:16:34 +0200 Subject: [PATCH] ajout commentaire sur le password --- Unbuntu-20.04-encrypt-ZFS-install.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 \