Commit ac1ff779 authored by Anton Midyukov's avatar Anton Midyukov

init: do'nt add startup when systemd on BRANCH=p11 also

The necessary packages are in p11.
parent 60043d01
...@@ -7,7 +7,7 @@ use/init: use/pkgpriorities ...@@ -7,7 +7,7 @@ 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))) ifneq (,$(filter-out sisyphus p11,$(BRANCH)))
@$(call add,THE_PACKAGES,startup) # contains configs needed all @$(call add,THE_PACKAGES,startup) # contains configs needed all
endif endif
......
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