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...
This commit is contained in:
Michael Shigorin 2015-02-26 17:30:25 +03:00
parent b312bc35ae
commit bc2a4025d8

View File

@ -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)