Update install.sh

This commit is contained in:
Aaron Honeycutt 2023-04-17 18:39:54 +00:00
parent 2596d54e28
commit 8c46a23503

View file

@ -67,20 +67,6 @@ fi
# List the new partitions. # List the new partitions.
lsblk -f lsblk -f
# Format the partitions :
echo "----------"
echo ""
echo "Which is the EFI partition?"
read efiName
echo ""
echo "Which is the root partition?"
read rootName
echo ""
echo "Which is the swap partition?"
read swapName
# Create EFI partition # Create EFI partition
sudo mkfs.fat -F32 -n EFI $efiName sudo mkfs.fat -F32 -n EFI $efiName