Commit 73a6e8c2 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: explicitly enable powertop for desktop

This is a nice utility clamping default power strain *and* heat generation on intel-based PCs; I was actually surprised to see it available but not firing off at system startup time; fix that.
parent e8f63357
......@@ -40,6 +40,7 @@ distro/.regular-desktop: distro/.regular-wm \
@$(call add,THE_BRANDING,bootloader)
@$(call add,THE_PACKAGES,upower bluez)
@$(call add,DEFAULT_SERVICES_DISABLE,gssd idmapd krb5kdc rpcbind)
@$(call add,DEFAULT_SERVICES_ENABLE,powertop)
@$(call set,KFLAVOURS,std-def)
distro/.regular-gtk: distro/.regular-desktop use/x11/lightdm/gtk +plymouth; @:
......
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