Skip to content

Commit

Permalink
Merge pull request #59 from apertussolutions/stable7-luks-interations
Browse files Browse the repository at this point in the history
STABLE-7: Increase LUKS iterations
  • Loading branch information
jean-edouard authored Aug 28, 2017
2 parents b1fa1cf + 0053886 commit 85abe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion part2/stages/Functions/install-main
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ install_dom0()
#
# config
#
cryptsetup -q -i 1 --cipher=aes-xts-plain64 luksFormat ${config_lv} ${RECOVERY_KEY} >&2 || {
cryptsetup -q -i 600 --cipher=aes-xts-plain64 luksFormat ${config_lv} ${RECOVERY_KEY} >&2 || {
rm -f ${RECOVERY_KEY}
set +x
return 1
Expand Down

0 comments on commit 85abe2a

Please sign in to comment.