From 3652e3663b7d321dec4a3764022e160ca39a312f Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 17 Apr 2023 18:47:05 +0000 Subject: [PATCH] debugging --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 1ed48d3..1ba407a 100644 --- a/install.sh +++ b/install.sh @@ -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