diff --git a/initrd/bin/test_reencrypt_block_device_with_double_confirmation.sh b/initrd/bin/test_reencrypt_block_device_with_double_confirmation.sh index c08a73959..90d15ee2a 100755 --- a/initrd/bin/test_reencrypt_block_device_with_double_confirmation.sh +++ b/initrd/bin/test_reencrypt_block_device_with_double_confirmation.sh @@ -27,7 +27,7 @@ echo "PLACEHOLDER - Creating LUKS container on $DISK..." | tee -a /media/block_r time cryptsetup luksFormat "$DISK" --debug --key-file /tmp/passphrase.txt | tee -a /media/block_reencrypt.log echo "PLACEHOLDER - Reeencrypting LUKS container on $DISK..." | tee -a /media/block_reencrypt.log -time cryptsetup reencrypt "$DISK" --debug --key-file /tmp/passphrase.txt | tee -a /media/block_reencrypt.log +time cryptsetup reencrypt "$DISK" --debug --resilience=none --key-file /tmp/passphrase.txt | tee -a /media/block_reencrypt.log echo "PLACEHOLDER - Unmounting USB drive from /media" umount /media