forked from altcloud/mkimage-profiles
initial ltsp feature
Sort of builds on current Sisyphus with ltsp-related packages fixed up in a pocket but the latter are rather in need of some proper face-lift.
This commit is contained in:
parent
178a700e6e
commit
33fe8cbd1f
@ -12,6 +12,11 @@ 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)
|
||||
|
||||
distro/desktop-systemd: distro/icewm use/systemd
|
||||
|
||||
endif
|
||||
|
5
features.in/ltsp/README
Normal file
5
features.in/ltsp/README
Normal file
@ -0,0 +1,5 @@
|
||||
Эта фича обеспечивает добавление функций терминального сервера:
|
||||
- загрузку бездисковых тонких клиентов по сети;
|
||||
- предоставление им доступа к серверу приложений.
|
||||
|
||||
На данный момент является совсем экспериментальной.
|
3
features.in/ltsp/config.mk
Normal file
3
features.in/ltsp/config.mk
Normal file
@ -0,0 +1,3 @@
|
||||
use/ltsp:
|
||||
@$(call add,INSTALL2_PACKAGES,installer-feature-ltsp-stage2)
|
||||
@$(call add,MAIN_LISTS,ltsp-client)
|
25
pkg.in/lists/ltsp
Normal file
25
pkg.in/lists/ltsp
Normal file
@ -0,0 +1,25 @@
|
||||
ltsp-server
|
||||
ltsp-server-basic
|
||||
|
||||
alterator-ltsconf
|
||||
|
||||
alsa-plugins
|
||||
alsa-plugins-pulse
|
||||
|
||||
syslinux
|
||||
mkisofs
|
||||
|
||||
#kde-settings-kded-no_media_popup
|
||||
|
||||
#docs-install_ltsp
|
||||
#docs-issue-desktop_personal
|
||||
|
||||
installer-feature-ltsp-stage3
|
||||
|
||||
# Set available online repository and some useful utilites from /sbin
|
||||
installer-feature-symlinks-from-sbin
|
||||
installer-feature-online-repo
|
||||
|
||||
####
|
||||
vim-console
|
||||
cpio
|
7
pkg.in/lists/ltsp-client
Normal file
7
pkg.in/lists/ltsp-client
Normal file
@ -0,0 +1,7 @@
|
||||
ltsp-client
|
||||
ltsp-client-full
|
||||
ltsp-client-nxsession
|
||||
kernel-image-ltsp-client
|
||||
kernel-modules-drm-ltsp-client
|
||||
kernel-modules-alsa-ltsp-client
|
||||
mc
|
Loading…
x
Reference in New Issue
Block a user