Apply the 'path/to/item' convention uniformly (#947)

This commit is contained in:
Agniva De Sarker
2016-07-13 14:23:22 +05:30
committed by Waldir Pimenta
parent eef8de9e5c
commit fa8b2d8f92
9 changed files with 12 additions and 12 deletions

View File

@@ -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}}`

View File

@@ -24,4 +24,4 @@
- Save iptables configuration:
`sudo iptables-save > {{path_to_iptables_file}}`
`sudo iptables-save > {{path/to/iptables_file}}`