Wrong path for lsblk
hooks/growcrypt tries to copy the file /usr/bin/lsblk, but lsblk (from util-linux) is installed as /bin/lsblk, at least on bookworm.
This makes initramfs updates fail.
Edited by Teemu Ikonen
hooks/growcrypt tries to copy the file /usr/bin/lsblk, but lsblk (from util-linux) is installed as /bin/lsblk, at least on bookworm.
This makes initramfs updates fail.