Cosmetic changes

This commit is contained in:
Le0xFF 2022-08-30 11:37:06 +02:00
parent ffc5467328
commit 0e83885a36

2
vli.sh
View File

@ -332,7 +332,7 @@ function install_bootloader {
fi
export UEFI_UUID=$(blkid -s UUID -o value "$boot_partition")
echo -e -n "\n\nWriting EFI partition to /etc/fstab...\n"
echo -e -n "\nWriting EFI partition to /etc/fstab...\n"
if [[ "$bootloader" == "EFISTUB" ]] || [[ "$bootloader" == "efistub" ]] ; then
echo -e "\n# EFI partition\nUUID=$UEFI_UUID /boot vfat defaults,noatime 0 2" >> /etc/fstab
elif [[ "$bootloader" == "GRUB2" ]] || [[ "$bootloader" == "grub2" ]] ; then