Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No "/" in doc. #13

Open
solwis opened this issue Sep 13, 2024 · 0 comments
Open

No "/" in doc. #13

solwis opened this issue Sep 13, 2024 · 0 comments

Comments

@solwis
Copy link

solwis commented Sep 13, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant