CONFIGDIR = /usr/share/mkimage

include $(CONFIGDIR)/config.mk

SUBDIRS = base install2

INFO_THEME = server

CHROOT_PACKAGES = kernel-image-std-def apt-utils
MKI_PACK_RESULTS = boot:legion-test.iso

COPY_TREE = ./isodata

BOOT_TYPE = isolinux
PROPAGATOR_VERSION = ALT Linux Test 1.0
PROPAGATOR_MAR_MODULES = ./modules
PROPAGATOR_INITFS = ./initfs

include $(CONFIGDIR)/targets.mk

all: copy-tree copy-subdirs run-scripts pack-image
