Commit f2a25425 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: server-hyperv: disable more services

It'd be better yet to avoid installing hardware-related packages for a purely VM-targeted distro but it'd require some more intermediate forking; while its objectives do include reasonable minimalism it's not as ultimate as for jeos images, thus let's keep some superfluous services around (but disable them).
parent 07ed1b34
......@@ -251,7 +251,8 @@ distro/regular-server-hyperv: distro/.regular-server-managed
@$(call set,KFLAVOURS,un-def)
@$(call add,INSTALL2_PACKAGES,ntfs-3g)
@$(call add,THE_PACKAGES,hyperv-daemons)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge cpufreq-simple)
@$(call add,DEFAULT_SERVICES_DISABLE,bridge smartd)
@$(call add,DEFAULT_SERVICES_DISABLE,cpufreq-simple powertop)
distro/regular-builder: distro/.regular-bare \
use/dev/builder/full +sysvinit +efi +power \
......
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