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
3b411028aa
commit
766177340b
1 changed files with 3 additions and 3 deletions
|
@ -84,9 +84,9 @@ sudo btrfs subvolume create /mnt/@home
|
||||||
sudo umount /mnt
|
sudo umount /mnt
|
||||||
|
|
||||||
# Mount the subvolumes.
|
# Mount the subvolumes.
|
||||||
sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@ $rootName /mnt
|
mount -o noatime,commit=120,compress=zstd:10,subvol=@ /dev/lvm/root /mnt
|
||||||
sudo mkdir /mnt/home
|
mkdir /mnt/home
|
||||||
sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home $rootName /mnt/home
|
mount -o noatime,commit=120,compress=zstd:10,subvol=@home /dev/lvm/root /mnt/home
|
||||||
|
|
||||||
# Mount the EFI partition.
|
# Mount the EFI partition.
|
||||||
sudo mount --mkdir $efiName /mnt/boot/
|
sudo mount --mkdir $efiName /mnt/boot/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue