You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
507 B
19 lines
507 B
3 years ago
|
# stage2 mod: livecd
|
||
|
|
||
|
STAGE2_KMODULES = $(LIVE_KMODULES) $(THE_KMODULES)
|
||
|
|
||
|
IMAGE_PACKAGES_REGEXP = $(LIVE_PACKAGES_REGEXP) $(THE_PACKAGES_REGEXP)
|
||
|
|
||
|
IMAGE_PACKAGES = $(COMMON_PACKAGES) $(LIVE_PACKAGES) $(THE_PACKAGES) \
|
||
|
$(call map,list, \
|
||
|
$(LIVE_LISTS) $(LIVE_GROUPS) \
|
||
|
$(THE_LISTS) $(THE_GROUPS) \
|
||
|
$(COMMON_LISTS)) \
|
||
|
interactivesystem
|
||
|
|
||
|
MKI_PACK_RESULTS = squash:live
|
||
|
|
||
|
debug::
|
||
|
@echo "** live: IMAGE_PACKAGES: $(IMAGE_PACKAGES)"
|
||
|
@echo "** live: IMAGE_PACKAGES_REGEXP: $(IMAGE_PACKAGES_REGEXP)"
|