You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cryptsetup benchmark | tee -a /media/block_reencrypt.log
25
25
26
26
echo"PLACEHOLDER - Creating LUKS container on $DISK..."| tee -a /media/block_reencrypt.log
27
-
time cryptsetup luksFormat "$DISK" --debug --batch-mode --key-file /tmp/passphrase.txt | tee -a /media/block_reencrypt.log
27
+
time cryptsetup luksFormat "$DISK" --debug --key-file /tmp/passphrase.txt | tee -a /media/block_reencrypt.log
28
28
29
29
echo"PLACEHOLDER - Reeencrypting LUKS container on $DISK..."| tee -a /media/block_reencrypt.log
30
-
time cryptsetup reencrypt "$DISK" --disable-locks --force-offline-reencrypt --debug --batch-mode --key-file /tmp/passphrase.txt | tee -a /media/block_reencrypt.log
30
+
time cryptsetup reencrypt "$DISK" --disable-locks --force-offline-reencrypt --debug --key-file /tmp/passphrase.txt | tee -a /media/block_reencrypt.log
31
31
32
32
echo"PLACEHOLDER - Unmounting USB drive from /media"
0 commit comments