d91a3564ac
- s/stage2/install2/g - added pkg/lists - initial README (ru_RU.KOI8-R) - mkimage topdir is in image.in/, really (off-tree build) + initial bin/mktmpdir + BUILDDIR (works) - s/cd/iso/ - drop --with-distro (considered harmful)
18 lines
409 B
Makefile
18 lines
409 B
Makefile
default: all
|
|
|
|
include $(GLOBAL_BUILDDIR)/globals.mk
|
|
include $(GLOBAL_BUILDDIR)/functions.mk
|
|
include $(MKIMAGE_PREFIX)/config.mk
|
|
include $(GLOBAL_BUILDDIR)/.config.mk
|
|
|
|
IMAGE_PACKAGES = kernel-image-std-def \
|
|
installer-distro-server-light-stage2 \
|
|
./packages \
|
|
$(INSTALL2_PACKAGES)
|
|
|
|
MKI_PACK_RESULTS = squash:altinst
|
|
|
|
include $(MKIMAGE_PREFIX)/targets.mk
|
|
|
|
all: build-image run-image-scripts pack-image
|