Commit 77cf4538 authored by Anton Midyukov's avatar Anton Midyukov

init: do not add apt-conf-ignore-systemd when use/init/sysv

This is too radical and leads to unexpected consequences. For example, you can't install systemd in hasher, and therefore you can't build some packages, you can't build images contain systemd.
parent 2fd9b3ad
......@@ -16,7 +16,6 @@ use/init/sysv: use/init
@$(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)
@$(call add,DEFAULT_SERVICES_ENABLE,udevd-final)
@$(call add,PINNED_PACKAGES,rsyslog-classic)
@$(call add,PINNED_PACKAGES,systemd-utils-standalone:Essential)
......
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