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
9c5496e432
commit
a492cb0234
1 changed files with 3 additions and 3 deletions
|
@ -69,15 +69,15 @@ sudo swapon $swapName
|
|||
|
||||
# Create Subvolumes
|
||||
sudo btrfs subvolume create /mnt/@
|
||||
sudo btrfs subvolume create /mnt/@home
|
||||
# sudo btrfs subvolume create /mnt/@home
|
||||
|
||||
# 1. Create directory to mount partitions and subvolume
|
||||
sudo mkdir /mnt/boot/
|
||||
sudo mkdir /mnt/home/
|
||||
# sudo mkdir /mnt/home/
|
||||
|
||||
# 2. Mount the subvolumes.
|
||||
sudo mount -o noatime,commit=120,compress=zstd:10,space_cache,subvol=@ $rootName /mnt
|
||||
sudo mount -o noatime,commit=120,compress=zstd:10,space_cache,subvol=@home $rootName /mnt/home
|
||||
# sudo mount -o noatime,commit=120,compress=zstd:10,space_cache,subvol=@home $rootName /mnt/home
|
||||
|
||||
# 3. Mount the EFI partition.
|
||||
sudo mount $efiName /mnt/boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue