Minor changes

This commit is contained in:
Le0xFF 2022-07-10 21:52:59 +02:00
parent 527ec0bc61
commit e309bab019

View File

@ -299,8 +299,8 @@ function disk_partitioning () {
echo -e -n "\nSuggested disk layout:"
echo -e -n "\n- GPT as disk label type for UEFI systems;"
echo -e -n "\n- Less than 1 GB for /boot/efi partition [EFI System];"
echo -e -n "\n- Rest of the disk for / partition [Linux filesystem]."
echo -e -n "\n- Less than 1 GB for /boot/efi as first partition [EFI System];"
echo -e -n "\n- Rest of the disk for / as second partition [Linux filesystem]."
echo -e -n "\n\nThose two will be physical partition.\nYou don't need to create a /home partition now because it will be created later as a logical one.\n"
echo -e -n "\nDrive selected for partitioning: ${user_drive}\n\n"