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
3049224575
commit
e06d528989
1 changed files with 3 additions and 3 deletions
|
@ -59,9 +59,9 @@ sudo cryptsetup luksFormat -v -s 512 -h sha512 $rootName
|
|||
# Open the encrypted root partition
|
||||
sudo cryptsetup luksOpen $rootName crypt-root
|
||||
|
||||
sudo mkfs.fat -F32 -n EFI $efiName # EFI partition
|
||||
sudo mkfs.ext4 -L root $rootName # / partition
|
||||
sudo mkswap -L swap $swapName # swap partition
|
||||
sudo mkfs.fat -F32 -n EFI $efiName # EFI partition
|
||||
sudo mkfs.ext4 -L root /dev/mapper/crypt-root # / partition
|
||||
sudo mkswap -L swap $swapName # swap partition
|
||||
|
||||
# 0. Mount the filesystems.
|
||||
mount /dev/mapper/crypt-root /mnt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue