Apply the 'path/to/item' convention uniformly (#947)
This commit is contained in:

committed by
Waldir Pimenta

parent
eef8de9e5c
commit
fa8b2d8f92
@@ -4,8 +4,8 @@
|
||||
|
||||
- Format a drive (or a file) to make it a LUKS volume:
|
||||
|
||||
`cryptsetup luksFormat {{path_to_luks_volume_to_be}}`
|
||||
`cryptsetup luksFormat {{path/to/luks_volume_to_be}}`
|
||||
|
||||
- Open a volume so that you can access it decrypted on the fly at /dev/mapper/{{a}}:
|
||||
|
||||
`cryptsetup luksOpen {{path_to_luks_volume_to_be}} {{a}}`
|
||||
`cryptsetup luksOpen {{path/to/luks_volume_to_be}} {{a}}`
|
||||
|
Reference in New Issue
Block a user