build-distro: use ieee1275boot BOOT_TYPE for ppc64le

This commit is contained in:
Gleb Fotengauer-Malinovskiy 2019-07-09 14:20:17 +03:00 committed by Michael Shigorin
parent f47d1c09ba
commit 61b48bcc4b

View File

@ -32,6 +32,9 @@ endif
ifeq (,$(filter-out i586 x86_64,$(ARCH)))
BOOT_TYPE := isolinux
endif
ifeq (,$(filter-out ppc64le,$(ARCH)))
BOOT_TYPE := ieee1275boot
endif
endif
all: | $(GLOBAL_DEBUG) prep copy-subdirs copy-tree run-scripts pack-image \