diff --git a/install.sh b/install.sh index 55fbacd..fb2032a 100644 --- a/install.sh +++ b/install.sh @@ -67,20 +67,6 @@ fi # List the new partitions. 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 sudo mkfs.fat -F32 -n EFI $efiName