Skip to content

No "/" in doc. #13

@solwis

Description

@solwis

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions