diff --git a/gentoo-install.sh b/gentoo-install.sh index b57e76c..edcee89 100755 --- a/gentoo-install.sh +++ b/gentoo-install.sh @@ -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 }