From 90fbd14df3731ae8eb0b50491236d8917c15424b Mon Sep 17 00:00:00 2001 From: Adam Kalisz Date: Tue, 23 Aug 2022 11:17:04 +0200 Subject: [PATCH] Add cryptsetup-initramfs package to include cryptsetup into initrd. The initrd cannot otherwise decrypt the partition. --- docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst index 8e40693..190b784 100644 --- a/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst +++ b/docs/Getting Started/Debian/Debian Bullseye Root on ZFS.rst @@ -636,7 +636,7 @@ Step 4: System Configuration #. For LUKS installs only, setup ``/etc/crypttab``:: - apt install --yes cryptsetup + apt install --yes cryptsetup cryptsetup-initramfs echo luks1 /dev/disk/by-uuid/$(blkid -s UUID -o value ${DISK}-part4) \ none luks,discard,initramfs > /etc/crypttab