apt-conf: initial feature

This has been factored out from distro/alt-workstation
adaptation for e2k arch (as it looks more widely useful).
This commit is contained in:
Michael Shigorin 2018-08-06 21:08:45 +03:00
parent d7c587500c
commit e35e3db878
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1 @@
Данная фича определяет то, какая конфигурация apt попадёт в образ.

View File

@ -0,0 +1,8 @@
use/apt-conf:
@$(call add_feature)
@$(call add,THE_PACKAGES,apt-conf-$$(THE_APT_CONF))
@$(call set,IMAGE_INIT_LIST,+apt-conf-$$(THE_APT_CONF))
@$(call try,THE_APT_CONF,sisyphus)
use/apt-conf/branch:
@$(call set,THE_APT_CONF,branch)