Update install.md

This commit is contained in:
proledatarian 2022-01-19 21:21:00 +00:00
parent 68bbd71053
commit 9ae4be58ae
1 changed files with 1 additions and 1 deletions

View File

@ -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