Skip to content

Commit f887908

Browse files
committed
Do not ask for a password.
Embedding a keyfile in the initramfs encrypted is useless, better use a password directly
1 parent bcff5d3 commit f887908

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

defaults/initrd.d/00-crypt.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ _open_luks() {
235235
continue
236236
fi
237237
cryptsetup_opts="${cryptsetup_opts} -d ${init_key}"
238+
passphrase_needed="0"
238239
fi
239240

240241
# At this point, keyfile or not, we're ready!

0 commit comments

Comments
 (0)