mkimage-profiles/features.in/branding/lib/20-branding.mk
2020-01-20 22:46:08 +07:00

10 lines
245 B
Makefile

# step 4: build the distribution image
DOT_BASE += $(call branding,$(THE_BRANDING))
# needed for refind only
ifeq (,$(filter-out x86_64,$(ARCH)))
CHROOT_PACKAGES_REGEXP += $(call branding,bootloader)
CHROOT_PACKAGES += ImageMagick-tools
endif