CONFIGDIR = /usr/share/mkimage

include $(CONFIGDIR)/config.mk

IMAGE_PACKAGES = ./packages
MKI_PACK_RESULTS = squash:altinst

include $(CONFIGDIR)/targets.mk

all: build-image run-image-scripts pack-image
