1 | # LliureX LTSP Client Configuration file |
---|
2 | # This file is automatycally created by lliurex-ltsp and lliurex-ltsp-admin |
---|
3 | # Please, do not modify it manually. This file will be overwritten by lliurex-ltsp-admin |
---|
4 | # If you want to modify Default Configuration, please, |
---|
5 | # modify the template /var/lib/lliurex-ltsp/templates/lts.conf |
---|
6 | # To add specific configuration to individual clients or classroom preferences, |
---|
7 | # do it through Lliurex LTSP Administratos. |
---|
8 | |
---|
9 | # Default Section: Applied to all clients if they have not any specific section. |
---|
10 | [Default] |
---|
11 | |
---|
12 | # Don't encrypt X traffic. Gives much faster graphics at a security cost. |
---|
13 | LDM_DIRECTX=True |
---|
14 | |
---|
15 | LDM_SESSION="mate-session" |
---|
16 | LDM_LANGUAGE="es_ES.UTF-8" |
---|
17 | XKBLAYOUT=es |
---|
18 | # A space separated list of services to disable on thin/fat clients. |
---|
19 | RM_SYSTEM_SERVICES="dnsmasq nbd-server" |
---|
20 | |
---|
21 | # An additional list of services to disable on thin clients only. |
---|
22 | RM_THIN_SYSTEM_SERVICES="qemu-kvm virtualbox" |
---|
23 | |
---|
24 | # Use any local swap partitions on the clients. |
---|
25 | USE_LOCAL_SWAP=True |
---|
26 | |
---|
27 | # Fat or thin clients by default |
---|
28 | LTSP_FATCLIENT=true |
---|
29 | |
---|
30 | # Enable NBD_SWAP |
---|
31 | NBD_SWAP = True |
---|
32 | |
---|
33 | # Some other frequently used directives, described in the lts.conf manpage. |
---|
34 | # For really low RAM clients, disable SOUND, LOCAL_APPS and LOCALDEV. |
---|
35 | #SOUND=False |
---|
36 | #VOLUME=50 |
---|
37 | #LOCAL_APPS=False |
---|
38 | #LOCAL_APPS_EXTRAMOUNTS=/srv |
---|
39 | #LOCALDEV=False |
---|
40 | #LOCALDEV_DENY_INTERNAL_DISKS=False |
---|
41 | |
---|
42 | # Specific Configurations |
---|
43 | |
---|
44 | # Forcing tty7 |
---|
45 | RCFILE_01="chvt 7" |
---|
46 | |
---|
47 | |
---|