aboutsummaryrefslogtreecommitdiffstats
path: root/features.d
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 /features.d
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 'features.d')
-rw-r--r--features.d/cryptkey.files1
1 files changed, 1 insertions, 0 deletions
diff --git a/features.d/cryptkey.files b/features.d/cryptkey.files
new file mode 100644
index 0000000..6bdda2e
--- /dev/null
+++ b/features.d/cryptkey.files
@@ -0,0 +1 @@
+/crypto_keyfile.bin