drop non exist bootloader
This commit is contained in:
parent
97b29c3061
commit
824b9a4198
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user