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
0b9ff8eafc
commit
eb1e50acea
1 changed files with 1 additions and 2 deletions
|
@ -56,8 +56,7 @@ read swapName
|
|||
sudo mkfs.fat -F32 -n EFI $efiName
|
||||
|
||||
sudo mkswap $swapName # swap partition
|
||||
sudo mkfs.ext4 $rootName # /root partition
|
||||
sudo e2label $rootName NixOS
|
||||
sudo mkfs.btrfs -L root $rootName # /root partition
|
||||
|
||||
# 0. Mount the filesystems.
|
||||
sudo swapon $swapName
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue