mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
Update rootName
This commit is contained in:
parent
df9711b88b
commit
ccade8a217
1 changed files with 2 additions and 2 deletions
|
@ -70,9 +70,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=@ /dev/lvm/root /mnt
|
sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@ $rootName /mnt
|
||||||
sudo mkdir /mnt/home
|
sudo mkdir /mnt/home
|
||||||
sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home /dev/lvm/root /mnt/home
|
sudo mount -o noatime,commit=120,compress=zstd:10,subvol=@home $rootName /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