Commit 872afb3c authored by Michael Shigorin's avatar Michael Shigorin

refactored base part from distro/ltsp-icewm

ltsp-icewm used to be the only ALTSP (testbed) distro over here but now its terminal server part works good enough to seperate it from the UI part. A few additions to facilitate testing, tweaking and benchmarking: iftop, openssh-server, mplayer
parent 191388d7
......@@ -12,11 +12,7 @@ distro/desktop-mini: distro/desktop-base \
distro/icewm: distro/desktop-mini
@$(call add,BASE_LISTS,$(call tags,icewm desktop))
distro/ltsp-icewm: distro/icewm use/ltsp use/firmware
@$(call add,BASE_LISTS,$(call tags,base network))
@$(call add,BASE_LISTS,ltsp)
@$(call add,BASE_PACKAGES,apt-repo)
@$(call add,BASE_PACKAGES,firefox)
distro/ltsp-icewm: distro/icewm use/ltsp/base
distro/desktop-systemd: distro/icewm use/systemd
......
use/ltsp:
@$(call add,INSTALL2_PACKAGES,installer-feature-ltsp-stage2)
@$(call add,MAIN_LISTS,ltsp-client ltsp-client.$(ARCH))
@$(call add,BASE_LISTS,ltsp)
use/ltsp/base: use/ltsp use/firmware
@$(call add,BASE_LISTS,$(call tags,base network))
@$(call add,BASE_PACKAGES,apt-repo firefox)
ltsp-server
ltsp-server-basic
openssh-server
#alterator-ltsconf
#alterator-standalone
......@@ -8,10 +9,13 @@ alsa-plugins
alsa-plugins-pulse
alsa-utils
aplay
mplayer
syslinux
mkisofs
iftop
#kde-settings-kded-no_media_popup
#docs-install_ltsp
......
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