mkdumprd: Improve the warning message when using encrypted target
Encrypted target have many issues, so let user check kexec-kdump-howto.txt, which have more details. Signed-off-by: Kairui Song <kasong@redhat.com> Acked-by: Pingfan Liu <piliu@redhat.com>
This commit is contained in:
parent
ff46cfb19e
commit
5ec98c2ec7
2
mkdumprd
2
mkdumprd
@ -400,7 +400,7 @@ if ! check_resettable; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if ! check_crypt; then
|
if ! check_crypt; then
|
||||||
echo "Warning: Encrypted device is in dump path. User will prompted for password during second kernel boot."
|
echo "Warning: Encrypted device is in dump path, which is not recommended, see kexec-kdump-howto.txt for more details."
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# firstly get right SSH_KEY_LOCATION
|
# firstly get right SSH_KEY_LOCATION
|
||||||
|
Loading…
Reference in New Issue
Block a user