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
de6891e2ea
commit
e5961603f0
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ fi
|
|||
|
||||
sudo lvcreate -l '100%FREE' -n root lvm
|
||||
|
||||
sudo cryptsetup config $rootName --label luks
|
||||
sudo btrfs filesystem label $rootName luks
|
||||
# sudo cryptsetup config $rootName --label luks
|
||||
|
||||
sudo mkswap /dev/lvm/swap # swap partition
|
||||
sudo mkfs.btrfs -L root /dev/lvm/root # /root partition
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue