Commit a01f4a9f authored by Michael Shigorin's avatar Michael Shigorin

live.mk: drop extra services from kiosks

There are a few ones that aren't needed for a one-time environment off a LiveCD/Flash like a webkiosk; if you happen to need a text-based kiosk some day, tell me so.
parent 3129d6ef
......@@ -21,6 +21,8 @@ distro/.live-kiosk: distro/.base use/live/base use/live/autologin \
use/fonts/otf/adobe +power
@$(call add,CLEANUP_PACKAGES,'alterator*' 'guile*' 'vim-common')
@$(call set,SYSLINUX_CFG,live)
@$(call add,DEFAULT_SERVICES_DISABLE,rpcbind klogd syslogd)
@$(call add,DEFAULT_SERVICES_DISABLE,consolesaver fbsetfont keytable)
distro/live-builder-mini: distro/.live-base use/dev/builder/base \
use/syslinux/timeout/30 use/isohybrid \
......@@ -44,7 +46,6 @@ 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