diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-02-24 18:26:39 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-02-24 18:26:39 -0300 |
commit | bab8d69a3cd07a4c66bf32a6774984872ab18511 (patch) | |
tree | e8f848a6d1b2037d38db6bae901591ca84b47372 | |
parent | 688b30e3935b642ed5c8e3a910964e882a8d4c9d (diff) | |
download | hydra-bab8d69a3cd07a4c66bf32a6774984872ab18511.tar.gz hydra-bab8d69a3cd07a4c66bf32a6774984872ab18511.tar.bz2 |
Fix: hydractl: provision: initramfs: install cryptsetup-initramfs
-rwxr-xr-x | share/hydractl/provision | 2 |
1 files changed, 1 insertions, 1 deletions
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 |