diff --git a/systemd/system/crypto-sd-plain@.service b/systemd/system/crypto-sd-plain@.service index 77cb05d6..66f74c69 100644 --- a/systemd/system/crypto-sd-plain@.service +++ b/systemd/system/crypto-sd-plain@.service @@ -10,7 +10,7 @@ AssertFileNotEmpty=/etc/%i.key Type=oneshot RemainAfterExit=yes # Only needed on Jolla 1 phones running SailfishOS 2.2.0 for using XTS: -ExecStartPre=/sbin/modprobe qcrypto +# ExecStartPre=/sbin/modprobe qcrypto ExecStart=/bin/sh -c 'cat /etc/%i.key | /usr/sbin/cryptsetup -h sha1 -s 256 -c aes-xts-plain --allow-discards --type plain open /dev/%i %i' # ExecStartPost=chgrp disk /dev/mapper/%i # Moved to udev rules 82-crypto-sd ExecStop=/usr/sbin/cryptsetup close %i