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:
parent
d7c587500c
commit
e35e3db878
1
features.in/apt-conf/README
Normal file
1
features.in/apt-conf/README
Normal file
@ -0,0 +1 @@
|
|||||||
|
Данная фича определяет то, какая конфигурация apt попадёт в образ.
|
8
features.in/apt-conf/config.mk
Normal file
8
features.in/apt-conf/config.mk
Normal 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)
|
Loading…
Reference in New Issue
Block a user