Commit 94bb1faf authored by Mikhail Efremov's avatar Mikhail Efremov Committed by Anton Midyukov

mixin-basealt.mk: Don't use DEFAULT_SERVICES_* variables

DEFAULT_SERVICES_ENABLED can be overriden by DEFAULT_SERVICES_DISABLED.
parent e662bf51
......@@ -40,8 +40,8 @@ mixin/alt-workstation: +systemd +pulse +nm \
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2 bluetoothd libvirtd)
@$(call add,SERVICES_ENABLE,chronyd)
@$(call add,SERVICES_ENABLE,crond)
@$(call add,DEFAULT_SERVICES_ENABLE,fstrim.timer)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop bridge gpm)
@$(call add,SERVICES_ENABLE,fstrim.timer)
@$(call add,SERVICES_DISABLE,powertop bridge gpm)
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,ALT)
@$(call set,META_VOL_ID,ALT Workstation $(DISTRO_VERSION) $(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