From 1cc635a2dd0379181950a1458255ea8ae8b9c1e0 Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Sun, 3 May 2020 00:43:42 -0500 Subject: Unlock encrypted root partition over SSH This commit add a new feature for Debian-based distributions to unlock encrypted root partition over SSH. This feature is very handy on headless NAS or VPS cloud servers. To use this feature, you will need to install the dropbear-initramfs package. Reviewed-By: Brian Behlendorf Reviewed-By: Tom Caputi Signed-off-by: Andrey Prokopenko Signed-off-by: Richard Laager Closes #10027 --- contrib/initramfs/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'contrib/initramfs/Makefile.am') diff --git a/contrib/initramfs/Makefile.am b/contrib/initramfs/Makefile.am index 7d8597312..ee17de096 100644 --- a/contrib/initramfs/Makefile.am +++ b/contrib/initramfs/Makefile.am @@ -1,5 +1,8 @@ initrddir = /usr/share/initramfs-tools +dist_initrd_SCRIPTS = \ + zfsunlock + SUBDIRS = conf.d conf-hooks.d hooks scripts EXTRA_DIST = \ -- cgit v1.2.3