diff --git a/install.sh b/install.sh index a041766..3bc0821 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. -sudo mount /dev/disk/by-label/nixos /mnt +sudo mount /dev/disk/by-label/root /mnt sudo swapon $swapName # 1. Create directory to mount EFI partition.