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
99f366132e
commit
3b411028aa
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ sudo lvcreate -l '100%FREE' -n root lvm
|
||||||
|
|
||||||
sudo cryptsetup config $rootName --label luks
|
sudo cryptsetup config $rootName --label luks
|
||||||
|
|
||||||
sudo mkswap $swapName # swap partition
|
sudo mkswap /dev/lvm/swap # swap partition
|
||||||
sudo mkfs.btrfs -L root $rootName # /root partition
|
sudo mkfs.btrfs -L root /dev/mapper/lvm-root # /root partition
|
||||||
|
|
||||||
# Mount the filesystems.
|
# Mount the filesystems.
|
||||||
sudo swapon /dev/mapper/lvm-swap
|
sudo swapon /dev/mapper/lvm-swap
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue