From fdc28f072ae269ab9c3f876ed452c6c3d5a769aa Mon Sep 17 00:00:00 2001 From: lemmarathon Date: Mon, 30 Apr 2018 20:51:50 -0400 Subject: 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. --- features.d/cryptkey.files | 1 + 1 file changed, 1 insertion(+) create mode 100644 features.d/cryptkey.files (limited to 'features.d/cryptkey.files') 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 -- cgit v1.2.3