Commit 572ba277 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: disable gpm by default

...at least for X11-carrying images; vseleznv@ says he's seen a conflict with libinput resulting in touchpad disfunction. Reported-by: 's avatarVladimir D. Seleznev <vseleznv@altlinux.org>
parent ed621956
......@@ -18,8 +18,7 @@ distro/.regular-x11: distro/.regular-base +vmguest +wireless \
@$(call add,LIVE_LISTS,$(call tags,(base || desktop) && regular))
@$(call add,LIVE_LISTS,$(call tags,base rescue))
@$(call add,LIVE_PACKAGES,gpm livecd-install-apt-cache)
@$(call add,DEFAULT_SERVICES_ENABLE,gpm)
@$(call add,DEFAULT_SERVICES_DISABLE,powertop lvm2-lvmpolld)
@$(call add,DEFAULT_SERVICES_DISABLE,gpm powertop lvm2-lvmpolld)
@$(call add,EFI_BOOTARGS,live_rw)
# common WM live/installer bits
......
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