Commit e6bb78a5 authored by Anton Midyukov's avatar Anton Midyukov

branding: ImageMagick-tools for x86_64 only (refind needed)

See-also: commit e4bb1727
parent 36ba70fc
......@@ -2,5 +2,8 @@
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment