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.
This commit is contained in:
parent
74126092a4
commit
52a4265eab
@ -3,3 +3,9 @@
|
||||
|
||||
Реализована поддержка LiveCD, возможно приспособление для образов
|
||||
сборочных VM/VE.
|
||||
|
||||
Обратите внимание: эта фича достаточно серьёзно изменяет поведение
|
||||
субпрофиля main, оставляя из всего обычного множества обрабатываемых
|
||||
переменных только MAIN_PACKAGES, MAIN_PACKAGES_REGEXP и MAIN_LISTS
|
||||
во избежание дублирования не требующихся для сборки минимальных
|
||||
образов пакетов.
|
||||
|
4
features.in/dev/main/lib/50-override.mk
Normal file
4
features.in/dev/main/lib/50-override.mk
Normal file
@ -0,0 +1,4 @@
|
||||
# only MAIN_* should go in this time
|
||||
|
||||
IMAGE_PACKAGES_REGEXP = $(MAIN_PACKAGES_REGEXP)
|
||||
IMAGE_PACKAGES = $(MAIN_PACKAGES) $(call map,list,$(MAIN_LISTS))
|
Loading…
Reference in New Issue
Block a user