mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update install.sh
This commit is contained in:
parent
4f2917fe23
commit
75c859f33e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue