situe le script a modifier

This commit is contained in:
Michel Le Cocq 2020-09-11 16:06:37 +02:00
parent 5ca8f363c8
commit fe961a0913

View File

@ -48,12 +48,16 @@ find yout IP with : *ip a*
then connect remotely with : *ssh*
## update zsys-setup to enable zfs encyption on rpool
## update zsys-setup to enable zfs encryption on rpool
The zsys-setup script is here : /usr/share/ubiquity/zsys-setup
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:
~~~{.cpp}