drop non exist bootloader

This commit is contained in:
Алексей Шабалин 2019-11-21 21:11:03 +03:00
parent 97b29c3061
commit 824b9a4198

View File

@ -9,7 +9,7 @@ cd "$WORKDIR/EFI/BOOT"
# validate just in case (see also stage1 Makefile)
case "$GLOBAL_BOOTLOADER" in
isolinux|syslinux|ieee1275boot|grubaa64boot|grubx86boot) ;;
isolinux|syslinux|ieee1275boot|grubaa64boot) ;;
*) echo "error: weird GLOBAL_BOOTLOADER: \`$GLOBAL_BOOTLOADER'" >&2;
exit 1;;
esac