Commit cda52161 authored by Michael Shigorin's avatar Michael Shigorin

regular.mk: disable lvmpolld as well

It's just not needed on a LiveCD.
parent ec7f92c0
......@@ -19,7 +19,7 @@ distro/.regular-x11: distro/.regular-base +vmguest +wireless \
@$(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)
@$(call add,DEFAULT_SERVICES_DISABLE,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