From 08ee7aa8c54441a8956e2d25b4ca0bdfd6585e90 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Wed, 6 Apr 2022 17:36:47 +0000 Subject: [PATCH] Update install-grub.sh --- install-grub.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install-grub.sh b/install-grub.sh index 4eba337..9b1cee1 100644 --- a/install-grub.sh +++ b/install-grub.sh @@ -189,7 +189,7 @@ lsblk | grep "$dev" echo # Get new variable. -main=${dev}2 +main=${dev}3 # Encrypting partition. echo "Encrypting system partition. This might take a while." @@ -226,7 +226,7 @@ echo "Logical volumes successfully created." echo echo "Creating the filesystem." -boot=${dev}1 +boot=${dev}2 mkfs.fat -F 32 -n BIOS /dev/$boot && echo "Filesystem for boot successfully created." echo