Commit 0fa10b3a authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: minor server-hyperv tweaks

Matt Lewandowsky suggested that alteratord be enabled but ahttpd be disabled so as to avoid extra port being listened to out-of-box but to be able to turn web GUI on when needed.
parent 5d61d4ee
......@@ -186,6 +186,9 @@ distro/regular-server-ovz: distro/regular-server \
distro/regular-server-hyperv: distro/regular-server
@$(call set,KFLAVOURS,un-def)
@$(call add,THE_PACKAGES,hyperv-daemons)
@$(call add,THE_PACKAGES,alterator-fbi)
@$(call add,THE_LISTS,$(call tags,server alterator))
@$(call add,DEFAULT_SERVICES_ENABLE,alteratord)
@$(call add,DEFAULT_SERVICES_DISABLE,ahttpd)
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