From bab8d69a3cd07a4c66bf32a6774984872ab18511 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 24 Feb 2024 18:26:39 -0300 Subject: Fix: hydractl: provision: initramfs: install cryptsetup-initramfs --- share/hydractl/provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/hydractl/provision b/share/hydractl/provision index d318aaf..352e783 100755 --- a/share/hydractl/provision +++ b/share/hydractl/provision @@ -633,7 +633,7 @@ $APT_INSTALL linux-image-$kernel_arch -y echo "Creating initramfs..." if [ "$initramfs" == "initramfs-tools" ]; then - $APT_INSTALL initramfs-tools -y + $APT_INSTALL initramfs-tools cryptsetup-initramfs -y cat <<-EOF | $SUDO tee $WORK/etc/initramfs-tools/modules > /dev/null dm-mod -- cgit v1.2.3