Commit 1144e614 authored by Anton Midyukov's avatar Anton Midyukov

init: exclude startup for systemd on sisyphus

parent 11da20e2
...@@ -7,7 +7,9 @@ use/init: use/pkgpriorities ...@@ -7,7 +7,9 @@ use/init: use/pkgpriorities
@$(call add_feature) @$(call add_feature)
@$(call add,THE_LISTS,$$(INIT_TYPE)) @$(call add,THE_LISTS,$$(INIT_TYPE))
@$(call add,PINNED_PACKAGES,$$(INIT_TYPE)) @$(call add,PINNED_PACKAGES,$$(INIT_TYPE))
ifneq (,$(filter-out sisyphus,$(BRANCH)))
@$(call add,THE_PACKAGES,startup) # contains configs needed all @$(call add,THE_PACKAGES,startup) # contains configs needed all
endif
# THE_LISTS is too late when BASE_PACKAGES have pulled in # THE_LISTS is too late when BASE_PACKAGES have pulled in
# the wrong syslogd-daemon provider already # the wrong syslogd-daemon provider already
......
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