From d1b3973b92af1ea2105d42f1786231a82a38e179 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Fri, 29 May 2020 13:45:34 -0500 Subject: [PATCH] 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 Fixes: 11 Reported-by: Alastair Rankine --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index ab70873..9514879 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -1023,6 +1023,7 @@ Mount everything correctly:: zpool export -a zpool import -N -R /mnt rpool zpool import -N -R /mnt bpool + zfs load-key -a # Replace “UUID” as appropriate; use zfs list to find it: zfs mount rpool/ROOT/ubuntu_UUID zfs mount -a