ajout commentaire sur le password

This commit is contained in:
Michel Le Cocq 2020-09-11 16:16:34 +02:00
parent 56673ad2f4
commit 85fd69eb75

View File

@ -52,9 +52,10 @@ then connect remotely with : *ssh*
bpool remain unencrypt. bpool remain unencrypt.
Search for “zpool create”, and make sure you have found the create command that has “rpool” on the last line. 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 “zpool create” insert: echo MYPASSWORD |
Before the last line of the command insert these lines: You have to change *MYPASSWORD* for the password you wanted to have.
Before the last line of the command insert these lines:
~~~{.cpp} ~~~{.cpp}
-O recordsize=1M \ -O recordsize=1M \