Update install.sh

This commit is contained in:
Aaron Honeycutt 2022-05-06 19:16:11 +00:00
parent 4cbff13ba9
commit 49a12b0a82

View file

@ -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.