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:
parent
b312bc35ae
commit
bc2a4025d8
@ -15,8 +15,7 @@ use/init/sysv: use/init
|
|||||||
### i-f should be dropped as soon as rootfs scripts are effective there
|
### i-f should be dropped as soon as rootfs scripts are effective there
|
||||||
use/init/systemd: use/init
|
use/init/systemd: use/init
|
||||||
@$(call set,INIT_TYPE,systemd)
|
@$(call set,INIT_TYPE,systemd)
|
||||||
@$(call add,BASE_PACKAGES,installer-feature-systemd-stage3)
|
@$(call add,INSTALL2_PACKAGES,installer-feature-journald-tty)
|
||||||
@$(call add,BASE_PACKAGES,installer-feature-journald-tty)
|
|
||||||
|
|
||||||
use/init/systemd/debug: use/init/systemd use/services
|
use/init/systemd/debug: use/init/systemd use/services
|
||||||
@$(call add,SERVICES_ENABLE,debug-shell)
|
@$(call add,SERVICES_ENABLE,debug-shell)
|
||||||
|
Loading…
Reference in New Issue
Block a user