Skip to content

Commit

Permalink
init: add systemd-sysvinit or sysvinit to altinst
Browse files Browse the repository at this point in the history
  • Loading branch information
antohami committed May 25, 2024
1 parent 40f07c0 commit 578a15c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions features.in/init/config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ use/init: use/pkgpriorities
# the wrong syslogd-daemon provider already
use/init/sysv: use/init
@$(call set,INIT_TYPE,sysvinit)
@$(call add,INSTALL2_PACKAGES,sysvinit)
@$(call add,THE_PACKAGES,rsyslog-classic startup mingetty)
@$(call add,THE_PACKAGES,udevd-final)
@$(call add,THE_PACKAGES,apt-conf-ignore-systemd)
Expand All @@ -30,6 +31,7 @@ use/init/sysv/polkit: use/init/sysv
### 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,INSTALL2_PACKAGES,systemd-sysvinit)

use/init/systemd/full: use/init/systemd
@$(call add,THE_PACKAGES,chkconfig)
Expand Down

0 comments on commit 578a15c

Please sign in to comment.