Update progress on LUKS mounting, instead of just asking passphrase again
This commit is contained in:
parent
2f398fd719
commit
45ec0d7a89
1 changed files with 2 additions and 0 deletions
|
@ -84,6 +84,8 @@ function create_luks() {
|
|||
fi
|
||||
|
||||
${cmd} cryptsetup --batch-mode --cipher aes-xts-plain64 --hash sha512 --use-random --verify-passphrase luksFormat "$RootPart"
|
||||
echo
|
||||
echo "Mounting new LUKS volume to continue preparation. Please unlock below:"
|
||||
${cmd} cryptsetup luksOpen "$RootPart" luksvol
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue