Ubuntu 20.04: Add zfs load-key

This already existed in the Debian Buster version, but I missed it here.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
Fixes: 11
Reported-by: Alastair Rankine <alastair@girtby.net>
This commit is contained in:
Richard Laager
2020-05-29 13:45:34 -05:00
parent b261954a6c
commit d1b3973b92

View File

@@ -1023,6 +1023,7 @@ Mount everything correctly::
zpool export -a zpool export -a
zpool import -N -R /mnt rpool zpool import -N -R /mnt rpool
zpool import -N -R /mnt bpool zpool import -N -R /mnt bpool
zfs load-key -a
# Replace “UUID” as appropriate; use zfs list to find it: # Replace “UUID” as appropriate; use zfs list to find it:
zfs mount rpool/ROOT/ubuntu_UUID zfs mount rpool/ROOT/ubuntu_UUID
zfs mount -a zfs mount -a