Commit 8978faaa authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

basealt.mk: Fix crond/chronyd services status

Use SERVICES_ENABLE variable instead of DEFAULT_SERVICES_ENABLE: it can be overriden by DEFAULT_SERVICES_DISABLE.
parent 4b0bb650
......@@ -28,8 +28,8 @@ endif
@$(call add,THE_LISTS,$(call tags,mobile mate))
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,EFI_BOOTARGS,lang=ru_RU)
@$(call add,DEFAULT_SERVICES_ENABLE,chronyd)
@$(call add,DEFAULT_SERVICES_ENABLE,crond)
@$(call add,SERVICES_ENABLE,chronyd)
@$(call add,SERVICES_ENABLE,crond)
ifeq (,$(filter-out e2k%,$(ARCH)))
distro/.alt-workstation-base: distro/.e2k-installer mixin/alt-workstation
......
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