use up to date luks settings
authorIan Kelling <iank@fsf.org>
Wed, 21 Jul 2021 22:07:10 +0000 (18:07 -0400)
committerIan Kelling <iank@fsf.org>
Wed, 21 Jul 2021 22:07:10 +0000 (18:07 -0400)
fai/config/hooks/partition.DEFAULT

index a058acc21ae788a3e63dcfb309ee94d3ee26db78..afbca5a6d30a825ebf88baabc650e01ec5bb1c26 100755 (executable)
@@ -186,8 +186,7 @@ luks-setup() {
   # cryptsetup luksAddKey --pbkdf pbkdf2
   # then remove the new format keys with cryptsetup luksRemoveKey
   # then cryptsetup convert DEV --type luks1, then readd old keys and remove temp.
-  yes YES | cryptsetup luksFormat $luksdev $luks_file \
-                       --type luks1 -c aes-cbc-essiv:sha256 -s 256 || [[ $? == 141 ]]
+  yes YES | cryptsetup luksFormat $luksdev $luks_file || [[ $? == 141 ]]
   yes "$lukspw" | \
     cryptsetup luksAddKey --key-file $luks_file \
                $luksdev || [[ $? == 141 ]]