Skip to content

Commit 85abe2a

Browse files
authored
Merge pull request #59 from apertussolutions/stable7-luks-interations
STABLE-7: Increase LUKS iterations
2 parents b1fa1cf + 0053886 commit 85abe2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

part2/stages/Functions/install-main

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ install_dom0()
216216
#
217217
# config
218218
#
219-
cryptsetup -q -i 1 --cipher=aes-xts-plain64 luksFormat ${config_lv} ${RECOVERY_KEY} >&2 || {
219+
cryptsetup -q -i 600 --cipher=aes-xts-plain64 luksFormat ${config_lv} ${RECOVERY_KEY} >&2 || {
220220
rm -f ${RECOVERY_KEY}
221221
set +x
222222
return 1

0 commit comments

Comments
 (0)