Commit 89d03584 authored by Anton Midyukov's avatar Anton Midyukov

init: add apt-conf-ignore-systemd for sysvinit

This will solve the problems with the update (p9 -> p10).
parent 0403d2ca
......@@ -15,9 +15,11 @@ use/init/sysv: use/init
@$(call add,THE_PACKAGES,rsyslog-classic startup)
@$(call add,THE_PACKAGES,systemd-utils-standalone)
@$(call add,THE_PACKAGES,udev-rule-generator)
@$(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)
@$(call add,PINNED_PACKAGES,apt-conf-ignore-systemd:Essential)
ifeq (,$(filter-out x86_64 aarch64,$(ARCH)))
@$(call add,THE_PACKAGES,mount-efivars)
endif
......
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