Commit bc2a4025 authored by Michael Shigorin's avatar Michael Shigorin

init: use the proper variable for i-f packages

When installer-feature-systemd-stage3 hits BASE_PACKAGES it pulls install2-init-functions in which is wrong (one of the consequences is that alterator-browser-qt lands into even a very basic server installation). And install2 doesn't even need that package as init feature carries a script hook that does the same...
parent b312bc35
......@@ -15,8 +15,7 @@ use/init/sysv: use/init
### i-f should be dropped as soon as rootfs scripts are effective there
use/init/systemd: use/init
@$(call set,INIT_TYPE,systemd)
@$(call add,BASE_PACKAGES,installer-feature-systemd-stage3)
@$(call add,BASE_PACKAGES,installer-feature-journald-tty)
@$(call add,INSTALL2_PACKAGES,installer-feature-journald-tty)
use/init/systemd/debug: use/init/systemd use/services
@$(call add,SERVICES_ENABLE,debug-shell)
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