Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions mkdumprd
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,10 @@ check_crypt()

if ! check_crypt; then
dwarn "Warning: Encrypted device is in dump path, which is not recommended, see kexec-kdump-howto.txt for more details."
# TPM device can be used to automatically unlock encrypted volumes
if has_command tpm2; then
dracut_args+=(--add "tpm2-tss")
fi
fi

# firstly get right SSH_KEY_LOCATION
Expand Down