forked from docker-scripts-archived/dev--LTSP
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.sh
More file actions
24 lines (18 loc) · 698 Bytes
/
settings.sh
File metadata and controls
24 lines (18 loc) · 698 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# mode of operation. yes for standalone mode. no for normal mode
# refer this - https://github.com/docker-scripts/dev--LTSP/wiki/LTSP-Modes-of-Operation
STANDALONE="no"
# IP address of ltsp server
LAN_IP="192.168.111.16"
# Interface used by ltsp server, client and dhcp server.
# Will be automatically set by test.sh.
LAN_IF=""
# List of extra packages to be installed on ltsp server.
# Example user can define ubuntu-edu-preschool ubuntu-edu-primary, etc
PACKAGES=""
# Vagrantbox configuration
VB_IMAGE="d78ui98/linuxmint-19-xfce-32bit"
VB_RAM="1024"
# Provide Login as Guest button to directly login from client
GUEST_ACCOUNT="yes"
# Automatically login from clients
AUTOMATIC_LOGIN="no"