Home / thinstation / thinstation-2.2
Name Modified Size InfoDownloads / Week
Parent folder
ChangeLog-2.2.2i 2012-01-11 8.0 kB
Thinstation-2.2.2i.tar.bz2 2012-01-11 104.5 MB
ChangeLog-2.2.2h 2011-06-28 7.4 kB
Thinstation-2.2.2h.tar.bz2 2011-06-28 103.6 MB
Thinstation-2.2.2g.tar.bz2 2011-03-04 100.8 MB
ChangeLog-2.2.2g 2011-03-03 5.9 kB
Thinstation-2.2.2f.tar.bz2 2010-11-07 97.0 MB
ChangeLog-2.2.2f 2010-11-07 4.6 kB
Thinstation-2.2.2e.tar.bz2 2010-11-03 96.6 MB
Thinstation-2.2.2e.tar.bz2.md5 2010-11-03 61 Bytes
ChangeLog-2.2.2e 2010-11-01 4.1 kB
Thinstation-2.2.2d.tar.gz.md5 2010-04-13 60 Bytes
Thinstation-2.2.2d.tar.gz 2010-04-13 93.5 MB
ChangeLog-2.2.2d 2010-04-11 2.0 kB
Thinstation-2.2.2c.tar.gz.md5 2010-03-03 60 Bytes
Thinstation-2.2.2c.tar.gz 2010-03-03 91.5 MB
ChangeLog-2.2.2c 2010-03-03 1.1 kB
ChangeLog-2.2.2 2009-08-10 114.0 kB
Thinstation-2.2.2.tar.gz 2008-08-10 51.9 MB
Thinstation-2.2.2.tar.gz.md5 2008-08-10 59 Bytes
Thinstation-2.2.1.tar.gz.md5 2007-12-27 59 Bytes
Thinstation-2.2.1.tar.gz 2007-12-27 51.9 MB
Thinstation-2.2.tar.gz 2006-10-16 50.8 MB
Totals: 23 Items   842.2 MB 1
To use ThinStation, you can either 

Boot the Installer Disc to create a server with the build environment.

or

git clone the latest stable commit with 

`git clone --depth 1 git://github.com/Thinstation/thinstation.git`

onto an ext3/4 filesystem of an existing linux installation.

The size of the build and dev env exceeds sourceforge size limitations, so there is no longer a legacy archive.

NOTE: You will need a network connection for the installer to work. Proxies are supported (Notes at bottom).

What will the installer disc do?

This disc is meant to install the build env along with the dev env into /thinstation.
It will install a bootable TS image onto the hard drive and make this workstation a 
PXE boot server

Do I really need it?

Strictly speaking, no. You can git clone on your favorite distro like this.
git clone --depth 1 git://github.com/Thinstation/thinstation.git

What else do I need?

If you want to boot clients from this workstation, you will need to assign a static ip to 
the mac address of this workstation on your DHCP Server. Then you will need to set the next
boot server for your network to that IP and set the boot file to pxelinux.0  on your DHCP
server.

How do I build a thinclient?

After the installation has finished and you have rebooted, open a Terminal and do the following 
cd /thinstation
./setup-chroot
cd /build
./build

This will make a thinclient that will boot on VMware workstations.

How do I change the kind of image I want to make?

nano build.conf and thinstation.conf.buildtime.

Is there any more Documentation or Help?

Yes. Check /build/conf 
and the wiki at 

http:/www.thinstation.org

or the general mailing list

https://lists.sourceforge.net/mailman/listinfo/thinstation-general

or the developer mailing list

https://lists.sourceforge.net/mailman/listinfo/thinstation-developer

or the irc channel

#thinstation on freenode


(PROXY SUPPORT)

The sourceforge.net git repo does not support http or https, only ssh and git.
All is not lost however. You can still clone via an https proxy with a little extra configuration.
On the proxy server, you will need to allow the ssl 'CONNECT' command for port 9418.
As an example, for squid, you would edit the squid.conf and add port 9418 to the list
of ssl ports along side 443 and 563. 

If you setup a proxy, a couple of files are created in ~/  .wgetrc proxy .gitconfig
These files may contain the plain text of a username and password. You may want to delete them after installation.
Source: README.txt, updated 2018-10-14