basealt.mk: disable powertop service

It appears to be the culprit for the "mouse fell asleep"
problem due to not-so-careful use of autosuspend against
hardware that doesn't implement that correctly.

Let the disable-usb-autosuspend hack remain though as
those wishing to enable powertop service might be helped
by that (I've seen a Logitech mouse willing to exhibit
this problem even in its presence though).
This commit is contained in:
Michael Shigorin 2016-08-12 17:34:24 +03:00
parent 503f2d00da
commit af0452dac5

View File

@ -53,6 +53,7 @@ distro/basealt-workstation: distro/.base use/luks \
@$(call add,LIVE_PACKAGES,virt-viewer vlc)
@$(call add,LIVE_PACKAGES,volumes-profile-regular)
@$(call add,INSTALL2_PACKAGES,volumes-profile-regular)
@$(call add,THE_PACKAGES,disable-usb-autosuspend)
@$(call add,THE_PACKAGES,bluez pulseaudio-bluez rpminstall)
@$(call add,BASE_PACKAGES,installer-feature-centaurus-keyring)
@$(call add,BASE_PACKAGES,samba-winbind)
@ -69,7 +70,7 @@ distro/basealt-workstation: distro/.base use/luks \
@$(call add,RESCUE_BOOTARGS,nomodeset vga=0)
@$(call add,CONTROL,xdg-user-dirs:enabled)
@$(call add,SERVICES_ENABLE,cups smb nmb httpd2)
@$(call add,DEFAULT_SERVICES_ENABLE,powertop)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop)
@$(call set,META_PUBLISHER,BaseALT Ltd)
@$(call set,META_VOL_SET,BaseALT)
@$(call set,META_VOL_ID,BaseALT Workstation)