From 49a12b0a8246da6e26d289ba137df3c7b7deec93 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 6 May 2022 19:16:11 +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 99c931b..a7ce3e7 100644 --- a/install.sh +++ b/install.sh @@ -64,7 +64,7 @@ sudo mkfs.ext4 -L root /dev/mapper/crypt-root # / partition sudo mkswap -L swap $swapName # swap partition # 0. Mount the filesystems. -mount /dev/mapper/crypt-root /mnt +sudo mount /dev/disk/by-label/nixos /mnt sudo swapon $swapName # 1. Create directory to mount EFI partition.