e4bb17279d
Everything is handled within mki-copy-efiboot currently but it needs an image to process; extracting one from bootloader branding seems less hassle than forcing it into every flavour of branding.
8 lines
222 B
Makefile
8 lines
222 B
Makefile
# step 4: build the distribution image
|
|
# NB: this comes just before build-distro.mk
|
|
|
|
DOT_BASE += $(call branding,$(THE_BRANDING))
|
|
|
|
CHROOT_PACKAGES_REGEXP += $(call branding,bootloader)
|
|
CHROOT_PACKAGES += ImageMagick-tools
|