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.