mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 19:14:03 -06:00
Update install.sh
This commit is contained in:
parent
3049224575
commit
e06d528989
1 changed files with 3 additions and 3 deletions
|
@ -60,7 +60,7 @@ sudo cryptsetup luksFormat -v -s 512 -h sha512 $rootName
|
||||||
sudo cryptsetup luksOpen $rootName crypt-root
|
sudo cryptsetup luksOpen $rootName crypt-root
|
||||||
|
|
||||||
sudo mkfs.fat -F32 -n EFI $efiName # EFI partition
|
sudo mkfs.fat -F32 -n EFI $efiName # EFI partition
|
||||||
sudo mkfs.ext4 -L root $rootName # / partition
|
sudo mkfs.ext4 -L root /dev/mapper/crypt-root # / partition
|
||||||
sudo mkswap -L swap $swapName # swap partition
|
sudo mkswap -L swap $swapName # swap partition
|
||||||
|
|
||||||
# 0. Mount the filesystems.
|
# 0. Mount the filesystems.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue