From 9ae4be58aed8617c3641280485713c0fa91feed9 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 19 Jan 2022 21:21:00 +0000 Subject: [PATCH] Update install.md --- install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.md b/install.md index b0162cb..c626b2d 100644 --- a/install.md +++ b/install.md @@ -41,7 +41,7 @@ $ cryptsetup -c aes-xts-plain -y -s 512 luksFormat /dev/sda2 $ YES **Open encrypted partition and mount to container "lvm".** -$ cryptsetup luksOpen /dev/vda2 lvm +$ cryptsetup luksOpen /dev/sda2 lvm **Create LVM physical volume.** $ pvcreate /dev/mapper/lvm