Fixed luks naming scheme 2

This commit is contained in:
Tastatur 2023-12-27 12:18:17 +01:00
parent ebe54eb884
commit 7ee1bc099d

View file

@ -38,7 +38,7 @@ And the encrypted filesystem on the root partition.
Now to create a new LVM volume group:
```
# vgcreate vg1 /dev/mapper/pv1
# vgcreate vg1 /dev/mapper/luks
```
To create partitions inside the volume group: