Commit 33521632 authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

basealt.mk: Enable crond service

ALT bug #35855.
parent 0bfe86e0
...@@ -26,6 +26,7 @@ distro/alt-workstation: distro/.base +vmguest +wireless +efi \ ...@@ -26,6 +26,7 @@ distro/alt-workstation: distro/.base +vmguest +wireless +efi \
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0) @$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,EFI_BOOTARGS,lang=ru_RU) @$(call add,EFI_BOOTARGS,lang=ru_RU)
@$(call add,DEFAULT_SERVICES_ENABLE,chronyd) @$(call add,DEFAULT_SERVICES_ENABLE,chronyd)
@$(call add,DEFAULT_SERVICES_ENABLE,crond)
endif endif
ifeq (,$(filter-out e2k%,$(ARCH))) ifeq (,$(filter-out e2k%,$(ARCH)))
......
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