Small changes

Avoid an error with lsblk if user had skipped all the previous parts
This commit is contained in:
Le0xFF 2022-07-17 19:21:17 +02:00
parent 2122042294
commit 1d2577adf7

View File

@ -769,7 +769,7 @@ function create_filesystems {
echo -e -n "\nFormatting partitions with proper filesystems.\n\nEFI partition will be formatted as FAT32.\nRoot and home partition will be formatted as BTRFS.\n"
echo
lsblk -p "${user_drive}"
lsblk -p
echo
echo -e -n "\nWhich partition will be the /boot/efi partition?\n"