features.in/ltsp: support x86_64 clients
Courtesy of prividen@, there's actual x86_64 client support in ALTSP. Although led@ tells that it's i586 optimization that hurts on i686+ and should be replaced with either i486 or i686 for that matter...
This commit is contained in:
parent
33fe8cbd1f
commit
01a03d037b
@ -1,3 +1,3 @@
|
|||||||
use/ltsp:
|
use/ltsp:
|
||||||
@$(call add,INSTALL2_PACKAGES,installer-feature-ltsp-stage2)
|
@$(call add,INSTALL2_PACKAGES,installer-feature-ltsp-stage2)
|
||||||
@$(call add,MAIN_LISTS,ltsp-client)
|
@$(call add,MAIN_LISTS,ltsp-client ltsp-client.$(ARCH))
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
ltsp-client
|
ltsp-client
|
||||||
ltsp-client-full
|
ltsp-client-full
|
||||||
ltsp-client-nxsession
|
ltsp-client-nxsession
|
||||||
kernel-image-ltsp-client
|
# ouch!
|
||||||
kernel-modules-drm-ltsp-client
|
|
||||||
kernel-modules-alsa-ltsp-client
|
|
||||||
mc
|
mc
|
||||||
|
3
pkg.in/lists/ltsp-client.i586
Normal file
3
pkg.in/lists/ltsp-client.i586
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
kernel-image-ltsp-client
|
||||||
|
kernel-modules-drm-ltsp-client
|
||||||
|
kernel-modules-alsa-ltsp-client
|
3
pkg.in/lists/ltsp-client.x86_64
Normal file
3
pkg.in/lists/ltsp-client.x86_64
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
kernel-image-std-def
|
||||||
|
kernel-modules-drm-std-def
|
||||||
|
kernel-modules-alsa-std-def
|
Loading…
Reference in New Issue
Block a user