From 30492245752bfa353997a84b6fb267a8117f717e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 19:03:13 +0000 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index f5a0543..54de424 100644 --- a/install.sh +++ b/install.sh @@ -64,7 +64,7 @@ sudo mkfs.ext4 -L root $rootName # / partition sudo mkswap -L swap $swapName # swap partition # 0. Mount the filesystems. -sudo mount $rootName /mnt +mount /dev/mapper/crypt-root /mnt sudo swapon $swapName # 1. Create directory to mount EFI partition.