Commit efa61886 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: disabled alteratord for server-hyperv

Makes no sense without ahttpd anyways; thanks lewellyn@freenode again. Disable bridge service as well (gotta figure out what pulls it in).
parent c9437635
......@@ -192,6 +192,7 @@ distro/regular-server-hyperv: distro/regular-server
@$(call add,THE_PACKAGES,hyperv-daemons)
@$(call add,THE_PACKAGES,alterator-fbi)
@$(call add,THE_LISTS,$(call tags,server alterator))
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd cpufreq-simple)
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd alteratord)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge cpufreq-simple)
endif
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