regular.mk: *avoid* systemd in sysv-based images

alterator-datetime pulls in ntp-server which is a virtual
dependency provided by both openntpd (which was assumed)
ntpd and systemd-timesyncd (which is undesired in those
images and pulls systemd either).

Be explicit.
This commit is contained in:
Anton Midyukov 2018-06-07 20:34:10 +07:00 committed by Michael Shigorin
parent 87e5c54ff4
commit 75c28d412c

View File

@ -90,7 +90,8 @@ distro/regular-jeos-ovz: distro/.regular-jeos \
@$(call add,THE_PACKAGES,ipmitool lm_sensors3 mailx)
distro/.regular-install-x11: distro/.regular-install \
use/install2/suspend mixin/regular-desktop +vmguest +wireless
use/install2/suspend mixin/regular-desktop +vmguest +wireless \
use/ntp/client
@$(call set,INSTALLER,altlinux-desktop)
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
@$(call add,THE_LISTS,$(call tags,regular desktop))