From 5ec98c2ec79d4babcfad9ea8f8db3bc62a492334 Mon Sep 17 00:00:00 2001 From: Kairui Song Date: Thu, 6 Aug 2020 13:39:10 +0800 Subject: [PATCH] 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 Acked-by: Pingfan Liu --- mkdumprd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdumprd b/mkdumprd index 91ce3d5..36f71b7 100644 --- a/mkdumprd +++ b/mkdumprd @@ -400,7 +400,7 @@ if ! check_resettable; then fi 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 # firstly get right SSH_KEY_LOCATION