CONFIGDIR = /usr/share/mkimage

include $(CONFIGDIR)/config.mk

IMAGE_PACKAGES = interactivesystem startup-rescue ./packages
MKI_PACK_RESULTS = squash:rescue

include $(CONFIGDIR)/targets.mk

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