mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 19:14:03 -06:00
Update install.sh
This commit is contained in:
parent
9ebb3ddc49
commit
3049224575
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ sudo mkfs.ext4 -L root $rootName # / partition
|
||||||
sudo mkswap -L swap $swapName # swap partition
|
sudo mkswap -L swap $swapName # swap partition
|
||||||
|
|
||||||
# 0. Mount the filesystems.
|
# 0. Mount the filesystems.
|
||||||
sudo mount $rootName /mnt
|
mount /dev/mapper/crypt-root /mnt
|
||||||
sudo swapon $swapName
|
sudo swapon $swapName
|
||||||
|
|
||||||
# 1. Create directory to mount EFI partition.
|
# 1. Create directory to mount EFI partition.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue