defaults.sh LB_BOOTLOADER updated to be: LB_BOOTLOADERS in incompatible warning

This commit is contained in:
Adrian Gibanel Lopez 2016-03-21 15:36:19 +01:00
parent 7becd08e4d
commit ee9a6de2cc
1 changed files with 1 additions and 1 deletions

View File

@ -854,7 +854,7 @@ Check_defaults ()
fat*|ntfs|ext[234]|btrfs)
;;
*)
Echo_warning "You have selected values of LB_BOOTLOADER and LB_BINARY_FILESYSTEM which are incompatible - the syslinux family only support FAT, NTFS, ext[234] or btrfs filesystems."
Echo_warning "You have selected values of LB_BOOTLOADERS and LB_BINARY_FILESYSTEM which are incompatible - the syslinux family only support FAT, NTFS, ext[234] or btrfs filesystems."
;;
esac
fi