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)
|
# validate just in case (see also stage1 Makefile)
|
||||||
case "$GLOBAL_BOOTLOADER" in
|
case "$GLOBAL_BOOTLOADER" in
|
||||||
isolinux|syslinux|ieee1275boot|grubaa64boot|grubx86boot) ;;
|
isolinux|syslinux|ieee1275boot|grubaa64boot) ;;
|
||||||
*) echo "error: weird GLOBAL_BOOTLOADER: \`$GLOBAL_BOOTLOADER'" >&2;
|
*) echo "error: weird GLOBAL_BOOTLOADER: \`$GLOBAL_BOOTLOADER'" >&2;
|
||||||
exit 1;;
|
exit 1;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user