Fixed luks naming scheme 2
This commit is contained in:
parent
ebe54eb884
commit
7ee1bc099d
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue