Fix format
This commit is contained in:
parent
7e58e90093
commit
051dd314fe
@ -71,7 +71,7 @@ Create encrypted Partition with a label. This label will later be used to identi
|
|||||||
[shroot]
|
[shroot]
|
||||||
|
|
||||||
```
|
```
|
||||||
cryptsetup luksFormat --label=<label>disk /dev/(partition)
|
cryptsetup luksFormat --label=(label)disk /dev/(partition)
|
||||||
```
|
```
|
||||||
|
|
||||||
[/shroot]
|
[/shroot]
|
||||||
@ -81,7 +81,7 @@ Open the partition and specify a name
|
|||||||
[shroot]
|
[shroot]
|
||||||
|
|
||||||
```
|
```
|
||||||
cryptsetup open /dev/(partition) <name>mapper
|
cryptsetup open /dev/(partition) (name)mapper
|
||||||
```
|
```
|
||||||
|
|
||||||
[/shroot]
|
[/shroot]
|
||||||
|
Loading…
Reference in New Issue
Block a user