defaults.sh LB_BOOTLOADER updated to be: LB_BOOTLOADERS in incompatible warning
This commit is contained in:
parent
7becd08e4d
commit
ee9a6de2cc
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue