Do not confirm LUKS setup, just do
This commit is contained in:
parent
27f611ccee
commit
2f398fd719
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ function create_luks() {
|
|||
local cmd=""
|
||||
fi
|
||||
|
||||
${cmd} cryptsetup --cipher aes-xts-plain64 --hash sha512 --use-random --verify-passphrase luksFormat "$RootPart"
|
||||
${cmd} cryptsetup --batch-mode --cipher aes-xts-plain64 --hash sha512 --use-random --verify-passphrase luksFormat "$RootPart"
|
||||
${cmd} cryptsetup luksOpen "$RootPart" luksvol
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue