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).
This commit is contained in:
Michael Shigorin 2014-09-08 22:17:12 +04:00
parent c94376357e
commit efa6188629

View File

@ -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