Commit 528cabd5 authored by Michael Shigorin's avatar Michael Shigorin

apt-conf: fix IMAGE_INIT_LIST handling

It shouldn't be overridden but rather appended to; the leading "+" is ensured by lib/profile.mk (see also mkimage's README for details).
parent eca0ce0f
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 add,IMAGE_INIT_LIST,apt-conf-$$(THE_APT_CONF))
@$(call try,THE_APT_CONF,sisyphus)
use/apt-conf/branch: use/apt-conf
......
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