Commit 578a15cb authored by Anton Midyukov's avatar Anton Midyukov

init: add systemd-sysvinit or sysvinit to altinst

parent 40f07c00
...@@ -13,6 +13,7 @@ use/init: use/pkgpriorities ...@@ -13,6 +13,7 @@ use/init: use/pkgpriorities
# the wrong syslogd-daemon provider already # the wrong syslogd-daemon provider already
use/init/sysv: use/init use/init/sysv: use/init
@$(call set,INIT_TYPE,sysvinit) @$(call set,INIT_TYPE,sysvinit)
@$(call add,INSTALL2_PACKAGES,sysvinit)
@$(call add,THE_PACKAGES,rsyslog-classic startup mingetty) @$(call add,THE_PACKAGES,rsyslog-classic startup mingetty)
@$(call add,THE_PACKAGES,udevd-final) @$(call add,THE_PACKAGES,udevd-final)
@$(call add,THE_PACKAGES,apt-conf-ignore-systemd) @$(call add,THE_PACKAGES,apt-conf-ignore-systemd)
...@@ -30,6 +31,7 @@ use/init/sysv/polkit: use/init/sysv ...@@ -30,6 +31,7 @@ use/init/sysv/polkit: use/init/sysv
### 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,INSTALL2_PACKAGES,systemd-sysvinit)
use/init/systemd/full: use/init/systemd use/init/systemd/full: use/init/systemd
@$(call add,THE_PACKAGES,chkconfig) @$(call add,THE_PACKAGES,chkconfig)
......
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