Commit 75c28d41 authored by Anton Midyukov's avatar Anton Midyukov Committed by Michael Shigorin

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.
parent 87e5c54f
......@@ -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))
......
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