Commit b2a1befe authored by Michael Shigorin's avatar Michael Shigorin

init: we don't need no systemd with sysvinit

That is, no need to pull in systemd as syslogd-daemon provider when an unspecified one has been requested by interactivesystem or anything else. The tricky issue is that THE_LISTS will get expanded separately and too late to specify a particular provider which will have been auto-chosen while expanding e.g. BASE_PACKAGES.
parent f43d68ce
......@@ -5,8 +5,11 @@ use/init:
@$(call add_feature)
@$(call add,THE_LISTS,$$(INIT_TYPE))
# THE_LISTS is too late when BASE_PACKAGES have pulled in
# the wrong syslogd-daemon provider already
use/init/sysv: use/init
@$(call set,INIT_TYPE,sysvinit)
@$(call add,BASE_PACKAGES,syslogd)
### i-f should be dropped as soon as rootfs scripts are effective there
use/init/systemd: use/init
......
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