mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 02:54:03 -06:00
Update install.sh
This commit is contained in:
parent
c4e8d5c46d
commit
c1b8d87a13
1 changed files with 3 additions and 2 deletions
|
@ -79,8 +79,9 @@ sudo mkdir /mnt/boot/
|
|||
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=@ /dev/disk/by-label/root /mnt
|
||||
# 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
|
||||
|
||||
# 3. Mount the EFI partition.
|
||||
sudo mount $efiName /mnt/boot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue