Commit b6d37f34 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: disable bridge service

This has been proposed for server-hyperv by lewellyn@freenode last summer, looks like a reasonable default for all of the server images as those interersted in bridge setup are going to do a few more things anyways.
parent e09e11b9
......@@ -198,6 +198,7 @@ distro/regular-server: distro/.regular-install \
@$(call add,MAIN_PACKAGES,aptitude)
@$(call set,INSTALLER,altlinux-server)
@$(call add,CLEANUP_PACKAGES,qt4-common)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge)
distro/regular-server-ovz: distro/regular-server \
use/server/ovz use/server/groups/base; @:
......
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