Skip to content

Instantly share code, notes, and snippets.

@mariodpros
mariodpros / crypt_unlock.sh
Created April 1, 2015 21:58
/etc/initramfs-tools/hooks/crypt_unlock.sh
#!/bin/sh
# https://stinkyparkia.wordpress.com/2014/10/14/remote-unlocking-luks-encrypted-lvm-using-dropbear-ssh-in-ubuntu-server-14-04-1-with-static-ipst/
PREREQ="dropbear"
prereqs() {
echo "$PREREQ"
}