-
Notifications
You must be signed in to change notification settings - Fork 11
Description
https://rr-developer.github.io/LUKS-on-Raspberry-Pi/
There should be "/" before etc/crypttab in very beautiful documentation. I am using it right now, and would like to say thank you very much for your support.
Current situation:
_File: etc/crypttab
At the end of the file a new line should be appended with the next content:
sdcard /dev/mmcblk0p2 none luks_
Expected:
_File: /etc/crypttab
At the end of the file a new line should be appended with the next content:
sdcard /dev/mmcblk0p2 none luks_
Another current situation:
cryptsetup --type luks2 --cipher xchacha20,aes-adiantum-plain64 --hash sha256 --iter-time 5000 –keysize 256 --pbkdf argon2i luksFormat /dev/mmcblk0p2
Another Expected:
cryptsetup --type luks2 --cipher xchacha20,aes-adiantum-plain64 --hash sha256 --iter-time 5000 –-key-size 256 --pbkdf argon2i luksFormat /dev/mmcblk0p2