Update install.md
This commit is contained in:
parent
68bbd71053
commit
9ae4be58ae
|
@ -41,7 +41,7 @@ $ cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda2
|
||||||
$ YES
|
$ YES
|
||||||
|
|
||||||
**Open encrypted partition and mount to container "lvm".**
|
**Open encrypted partition and mount to container "lvm".**
|
||||||
$ cryptsetup luksOpen /dev/vda2 lvm
|
$ cryptsetup luksOpen /dev/sda2 lvm
|
||||||
|
|
||||||
**Create LVM physical volume.**
|
**Create LVM physical volume.**
|
||||||
$ pvcreate /dev/mapper/lvm
|
$ pvcreate /dev/mapper/lvm
|
||||||
|
|
Loading…
Reference in New Issue