Skip to content

Commit 7e6f641

Browse files
committed
Release 0.10.1
Updated README.md Updated Raspi-LTSP-Menu.png
1 parent c2cf860 commit 7e6f641

File tree

3 files changed

+15
-31
lines changed

3 files changed

+15
-31
lines changed

Pi_ltsp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
version=0.10.1
2+
version=0.10.2
33

44
#Raspi-LTSP
55
#Pi_LTSP

README.md

+14-30
Original file line numberDiff line numberDiff line change
@@ -56,29 +56,6 @@ Raspi-LTSP is officially supported and tested on Ubuntu 14.04 LTS (Trusty Tahr).
5656
12. Plug in keyboard, mouse, ethernet and power to your Raspberry Pi with your newly created SD card in it. It should boot up, find your server and present a login screen. If it fails to load, check _Connection timed out errors on boot_ section below.
5757
13. You may wish to add some new users. The user management tools can be found in ```Manage-Users```
5858

59-
###Debian (Guide slightly out of date)
60-
61-
__A full userguide for Debian can be found at http://pi.gbaman.info/wp-content/uploads/2014/05/small_Userguide-pi-ltsp-full-size.pdf__
62-
63-
To use, first install Debian wheezy onto your server and download the ```Pi_ltsp``` file.
64-
65-
Change to root with the command ```su``` (or run a root terminal)
66-
67-
Now run the script with ```bash Pi_ltsp```
68-
69-
The script will launch and you will be presented with a few options.
70-
71-
Select full install to set everything up. This can take anywhere form 30 mins to 3 hours
72-
73-
Next create your users with ```Manage-users``` or using ```adduser``` in the commandline
74-
75-
The script will generate an SD card boot folder in /root/piboot. Copy these files onto root of an SD card formated as FAT. Or just drop on top of a Raspbian SD card image boot folder. Put your SD card into your Raspberry Pi, plug in ethernet and other required connectors and power it up, it should connect to the server and boot.
76-
77-
To switch to the Raspberry Pi virtual OS at any time, use ```ltsp-chroot --arch armhf```
78-
This will change the shell to the Raspberry Pi OS. Make any changes and type ```exit``` to return to normal shell.
79-
80-
If you are using NBD and make a change outside of Pi-LTSP, remember to run ```NBD-recompress``` to recompress the image again or the changes wont push out to the Pis when they boot.
81-
8259
##Menu options
8360

8461
**Install-Program** - Use to install new packages for your Raspbian image.
@@ -87,32 +64,39 @@ If you are using NBD and make a change outside of Pi-LTSP, remember to run ```NB
8764
---**Remove-user** - Tool for removing users from Linux.
8865
---**Change-password** - Tool for changing Linux user passwords.
8966
---**Launch-graphical** - Launches graphical user management panel.
90-
---**Add-teacher** - Used to add users to the teacher group.
67+
---**Add-teacher** - Used to add users to the teacher group which has write access to shared folders.
9168
---**Enable-Sudo** - Enable the use of Sudo for students. Required for GPIO work.
9269
---**Disable-Sudo** - Disables use of Sudo for students.
9370
**Update-All** - Runs apt-get upgrade on server and Raspberry Pi OS to update everything.
9471
**Backup-Menu** - A submenu containing automatic backup setup wizard and options for backups.
9572
---**Configure-backup** - Launches backup configuration tool to setup backups for students work.
9673
---**Disable-Backup** - Disables backup. Old backups are not deleted.
9774
---**Display-Logs** - Displays the log file for the backup system. Should be checked regularly!
75+
**Shared-Folders** - A submenu with tools for creating and managing shared network folders.
76+
---**Create-Shared-Folder** - Utility for creating shared network folders.
77+
---**Remove-Shared-Folder** - Utility for removing shared network folders.
78+
---**Change-Permissions** - Use to change write permissions for shared folders.
79+
---**Display-Shared-Folders** - Use to display all shared folders.
80+
---**Add-teacher** - Used to add users to the teacher group which has write access to shared folders.
9881
**Collect-work** - Collects work from students ```handin``` folders. See below.
99-
**Change-IP** - Run this if your servers IP address changes or want to update your SD card image.
82+
**Update-SD** - Run this if your servers IP address changes or want to update your SD card image.
10083
**Rebuild-OS** - Run this to rebuild the Raspberry Pi operating system if something goes wrong.
10184
**Epoptes-Menu** - Use to manage Epoptes classroom management software.
10285
---**Install** - Install Epoptes for the server and the Raspberry Pis.
10386
---**Epoptes-launch** - Launches the Epoptes admin console.
10487
---**Epoptes-admin** - Allows user to add a new admin account for Epoptes.
10588
---**Remove-Epoptes** - Removes Epoptes from server and Raspberry Pis.
106-
**Pi-control-menu** - Use for installing Picontrol classroom management software.
107-
---**Enable/update-Picontrol** - Installs Picontrol or runs an update on it.
108-
---**Disable-Picontrol** - Uninstalls Picontrol.
109-
**Full-Install** - Runs a full install of Raspi-LTSP. Also useful if full reinstall is required.
89+
**TroubleShooter** - Use to troubleshoot possible issues with Raspi-LTSP
11090
**Other** - Submenu for miscellaneous options.
11191
---**Network-technology** - Allows the user to switch between NBD and NFS network technologies.
11292
---**NBD-recompress** - Forces a NBD OS recompression.
11393
---**NBD-compress-disable** - Disables NBD recompressing temporarily without disabling NBD overall.
11494
---**NBD-compress-enable** - Enables NBD recompressing again after being temporarily disabled.
115-
95+
---**Pi-control-menu** - Use for installing Picontrol classroom management software.
96+
------**Enable/update-Picontrol** - Installs Picontrol or runs an update on it.
97+
------**Disable-Picontrol** - Uninstalls Picontrol.
98+
**Full-Install** - Runs a full install of Raspi-LTSP. Also useful if full reinstall is required.
99+
**Update-Pi-LTSP** - Checks if any Raspi-LTSP updates are available and downloads them
116100

117101

118102
##Handin system

images/Raspi-LTSP-Menu.png

-77.9 KB
Loading

0 commit comments

Comments
 (0)