aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorlemmarathon <lemmarathon@protonmail.com>2018-04-30 20:51:50 -0400
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-12 17:34:46 +0000
commitfdc28f072ae269ab9c3f876ed452c6c3d5a769aa (patch)
tree15961c7ab86722293264aa6a149bd13145e4c277 /Makefile
parent7e7fed4fee4c2e0bafd4a9714649b185b8696921 (diff)
downloadmkinitfs-fdc28f072ae269ab9c3f876ed452c6c3d5a769aa.tar.bz2
mkinitfs-fdc28f072ae269ab9c3f876ed452c6c3d5a769aa.tar.xz
Add support for keyfiles
The "cryptkey" boot parameter enables keyfile decryption. By default, init will look for a keyfile named "/crypto_keyfile.bin". Another file may be specified like so: "cryptkey=/path/to/keyfile.bin". If keyfile decryption fails, init will fall back to passphrase mode.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 40dc284..458dffb 100644
--- a/Makefile
+++ b/Makefile
@@ -16,6 +16,7 @@ CONF_FILES := mkinitfs.conf \
features.d/btrfs.modules \
features.d/cdrom.modules \
features.d/cramfs.modules \
+ features.d/cryptkey.files \
features.d/cryptsetup.files \
features.d/cryptsetup.modules \
features.d/ena.modules \