You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|
|
|