Updated cryptsetup invokation
This commit is contained in:
parent
904a412930
commit
9b0d303110
2
mkcrypt
2
mkcrypt
@ -45,7 +45,7 @@ if [ "${CONFRM,,}" = "y" ]; then
|
||||
echo "Setting up encryption with password..."
|
||||
echo ""
|
||||
|
||||
cryptsetup --verbose --cipher "${CIPHER}" --key-size "${KEYSIZ}" --hash "${HSHTYP}" --iter-time "${ITTIME}" --use-${USERAN} --verify-passphrase luksFormat "${DEVICE}"
|
||||
cryptsetup --type luks${LKSTYP} --verbose --cipher "${CIPHER}" --key-size "${KEYSIZ}" --hash "${HSHTYP}" --iter-time "${ITTIME}" --use-${USERAN} --verify-passphrase luksFormat "${DEVICE}"
|
||||
echo ""
|
||||
|
||||
echo -n "Do you wish to also use a key file [y/N]? "
|
||||
|
Loading…
x
Reference in New Issue
Block a user