Commit fc45abb3 authored by Michael Shigorin's avatar Michael Shigorin

live.mk: disable rpcbind for webkiosk livecds

Looks pretty superfluous there.
parent 11763010
......@@ -45,6 +45,7 @@ distro/live-rescue: distro/live-icewm +efi
# NB: this one doesn't include the browser, needs to be chosen downstream
distro/.live-webkiosk: distro/.live-kiosk use/live/hooks use/live/ru use/sound
@$(call add,LIVE_LISTS,$(call tags,live desktop))
@$(call add,DEFAULT_SERVICES_DISABLE,rpcbind)
distro/.live-webkiosk-gtk: distro/.live-webkiosk
@$(call add,CLEANUP_PACKAGES,'libqt4*' 'qt4*')
......
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