-
Notifications
You must be signed in to change notification settings - Fork 6
Manual Testing
-
Clone the repository. We have different branches for different distributions. bionic for ubuntu 18.04 bionic.
git clone https://github.com/docker-scripts/dev--LTSP.git -b bionic cd dev--LTSP
-
Open
settings.sh
. You can specify the mode of operation, IP address of the ltsp server. -
By default
STANDALONE
variable is set toyes
. This means the default mode of operation is Standalone. -
You can set it to no if you have an existing DHCP server in the network. You may also use the dhcp server provided in
dhcp
folder for testing purposes -
Set the
LAN_IP
variable to set the IP address of the LTSP server. -
Set the interface name
LAN_IF
and extra packages required. -
After making changes in
settings.sh
you can save and close it. -
Then do a
vagrant up
to start the installation and configuration with the help of provisioner script. -
Note that the
Vagrantfile
andinstall.sh
provision script will automatically load settings fromsettings.sh
-
Open VirtualBox. Click
new
. -
Give your client a name.
-
Click next.
-
In Memory size set the RAM you want for your client and click
next
. -
Then in the hard disk selected do not add a virtual hard disk.
-
Finally hit
create
. -
This will create LTSP client.
-
After that go to settings. Select system setting and in boot order selected network checkbox. This will allow a network boot.
-
Then go to network and selected a bridged adapter and select network interface connected to LAN.
-
Click advanced and set promiscuous mode to allow all.
-
Click OK.
-
Then click
start
. Now you can boot from virtual LTSP server.