Import pool after boot/cryptsetup Open

This commit is contained in:
benoit 2020-09-21 10:12:59 +00:00
parent 11ac5bddc4
commit 3aa786a49b

View file

@ -11,4 +11,6 @@ zfs get compression
zfs set mountpoint=/home local/home zfs set mountpoint=/home local/home
zfs set sharenfs="rw=@10.0.1.0/24" local/home zfs set sharenfs="rw=@10.0.1.0/24" local/home
zfs share local/home zfs share local/home
# Import pool after boot/cryptsetup Open
zfs import local
``` ```