mirror of
https://gitlab.com/ahoneybun/nyxi-installer.git
synced 2025-05-12 11:04:02 -06:00
debugging
This commit is contained in:
parent
c447fbc67f
commit
3652e3663b
1 changed files with 2 additions and 2 deletions
|
@ -70,6 +70,8 @@ lsblk -f
|
|||
# Create EFI partition
|
||||
sudo mkfs.fat -F32 -n EFI $efiName
|
||||
|
||||
sleep 120
|
||||
|
||||
# Encrypt the root partition
|
||||
sudo cryptsetup luksFormat -v -s 512 -h sha512 $rootName
|
||||
|
||||
|
@ -95,8 +97,6 @@ sudo mount /dev/mapper/lvm-root /mnt
|
|||
sudo btrfs subvolume create /mnt/@root
|
||||
sudo btrfs subvolume create /mnt/@home
|
||||
|
||||
sleep 120
|
||||
|
||||
# Unmount root
|
||||
sudo umount /mnt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue