Commit 52a4265e authored by Michael Shigorin's avatar Michael Shigorin

dev: tweak main subprofile to avoid extra packages

THE_* and friends are all unneeded for live builder image; this commit makes dev feature basically incompatible with install2 feature (which relies on the conventional behaviour of main subprofile), will have to think it all over if the combination of these two ever becomes needed.
parent 74126092
......@@ -3,3 +3,9 @@
Реализована поддержка LiveCD, возможно приспособление для образов
сборочных VM/VE.
Обратите внимание: эта фича достаточно серьёзно изменяет поведение
субпрофиля main, оставляя из всего обычного множества обрабатываемых
переменных только MAIN_PACKAGES, MAIN_PACKAGES_REGEXP и MAIN_LISTS
во избежание дублирования не требующихся для сборки минимальных
образов пакетов.
# only MAIN_* should go in this time
IMAGE_PACKAGES_REGEXP = $(MAIN_PACKAGES_REGEXP)
IMAGE_PACKAGES = $(MAIN_PACKAGES) $(call map,list,$(MAIN_LISTS))
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment