Update install-grub.sh

This commit is contained in:
proledatarian 2022-04-06 17:36:47 +00:00
parent ae6f6a01e6
commit 08ee7aa8c5
1 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ lsblk | grep "$dev"
echo echo
# Get new variable. # Get new variable.
main=${dev}2 main=${dev}3
# Encrypting partition. # Encrypting partition.
echo "Encrypting system partition. This might take a while." echo "Encrypting system partition. This might take a while."
@ -226,7 +226,7 @@ echo "Logical volumes successfully created."
echo echo
echo "Creating the filesystem." echo "Creating the filesystem."
boot=${dev}1 boot=${dev}2
mkfs.fat -F 32 -n BIOS /dev/$boot && mkfs.fat -F 32 -n BIOS /dev/$boot &&
echo "Filesystem for boot successfully created." echo "Filesystem for boot successfully created."
echo echo