Fix format

This commit is contained in:
exu 2024-11-28 08:33:51 +01:00
parent 7e58e90093
commit 051dd314fe

View File

@ -71,7 +71,7 @@ Create encrypted Partition with a label. This label will later be used to identi
[shroot]
```
cryptsetup luksFormat --label=<label>disk /dev/(partition)
cryptsetup luksFormat --label=(label)disk /dev/(partition)
```
[/shroot]
@ -81,7 +81,7 @@ Open the partition and specify a name
[shroot]
```
cryptsetup open /dev/(partition) <name>mapper
cryptsetup open /dev/(partition) (name)mapper
```
[/shroot]