Skip to content

Commit 0053886

Browse files
committed
part2: increase LUKS iterations
OXT-1202 Signed-off-by: Daniel P. Smith <dpsmith@apertussolutions.com>
1 parent 5e91f98 commit 0053886

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)