Commit 506e7607 authored by Ivan A. Melnikov's avatar Ivan A. Melnikov Committed by Anton Midyukov

workstation: use/ntp/chrony

... instead of adding it manually. This not only reuses existing code, but also add chrony into PINNED_PACKAGES, which avoids having systemd-timesynd in the final image.
parent 80424750
......@@ -9,6 +9,7 @@ mixin/alt-workstation-install: workstation_groups = $(addprefix workstation/,\
mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \
use/kernel/net use/l10n/default/ru_RU \
use/x11/xorg use/x11-autostart use/x11/gtk/nm \
use/ntp/chrony \
use/apt-conf/branch use/volumes/regular \
use/fonts/install2 \
use/fonts/otf/adobe use/fonts/otf/mozilla \
......@@ -41,7 +42,6 @@ mixin/alt-workstation: +systemd +systemd-optimal +pulse +nm +power \
@$(call add,SERVICES_DISABLE,sshd)
@$(call add,SERVICES_DISABLE,auditd)
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2 bluetoothd libvirtd)
@$(call add,SERVICES_ENABLE,chronyd)
@$(call add,SERVICES_ENABLE,crond)
@$(call add,SERVICES_ENABLE,fstrim.timer)
@$(call add,SERVICES_DISABLE,powertop bridge gpm)
......
......@@ -31,7 +31,6 @@ net-tools
tcpdump
ipcalc
python-module-serial
chrony
accountsservice
......
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