ace5cb0ff6
- more thorough build stages inline doc - quieter BUILDDIR instantiation - branding-altlinux-sisyphus by default - prettify installer selection somewhat - mkimage #24669 fixed upstream - sub.in/stage1/modules: +drm (as in m-p-d, for KMS) - tags2lists: generalize a bit
19 lines
430 B
Makefile
19 lines
430 B
Makefile
# step 4: build install2 subprofile (installer "live" part)
|
|
|
|
default: all
|
|
|
|
include $(GLOBAL_BUILDDIR)/.config.mk
|
|
include $(GLOBAL_BUILDDIR)/functions.mk
|
|
include $(MKIMAGE_PREFIX)/config.mk
|
|
|
|
IMAGE_PACKAGES_REGEXP = $(call kpackages)
|
|
IMAGE_PACKAGES = $(COMMON_PACKAGES) \
|
|
$(INSTALL2_PACKAGES) \
|
|
./packages
|
|
|
|
MKI_PACK_RESULTS = squash:altinst
|
|
|
|
include $(MKIMAGE_PREFIX)/targets.mk
|
|
|
|
all: build-image run-image-scripts pack-image
|