Differences between revisions 69 and 70
Revision 69 as of 2012-03-15 18:12:03
Size: 4104
Editor: ?WolfgangSchweer
Comment: add rsync for rwth-aachen mirror
Revision 70 as of 2013-02-08 09:31:53
Size: 4107
Editor: ?WolfgangSchweer
Comment:
Deletions are marked like this. Additions are marked like this.
Line 64: Line 64:
For the Wheezy version that is not yet (2012-02-09) being worked active on and probably do not work, download this image: For the Wheezy version work has only just begun (Feb 2013) and probably does not work, download this image:
Line 66: Line 66:
[[ftp://ftp.skolelinux.org/cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso]] [[ftp://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso]]
Line 70: Line 70:
{{{rsync -avzP ftp.skolelinux.org::cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso .}}} {{{rsync -avzP ftp.skolelinux.org::cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso .}}}
Line 79: Line 79:
{{{rsync -avzP ftp.skolelinux.org::cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso .}}} {{{rsync -avzP ftp.skolelinux.org::cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso filename.iso}}}

Current stable version: Debian Edu 6.0.4+r0 Codename "Squeeze"

DVD for i386, amd64

The multi-architecture DVD ISO image is 4.4 GiB large and can be used for installation of amd64 and i386 machines. It can be downloaded over FTP, HTTP or rsync via:

CD for i386, amd64

The netinstall CD (606MiB), which can be used for installation of i386 and amd64 as well, is available via:

Source DVD

The sources (5.7GiB, larger than a regular DVD) are available via:

Checksums

These can be used to verified the downloaded files:

Mirrors

Alternate download sites for the files mentioned above:


Testing and development versions

We are always working on what will become our next stable release. To be able to test these images we build new images several times a day (if any of our developers changes any of the content). You can help us by testing images on a spare PC or in a virtual setup. Any help is appreciated. :)

For the Squeeze version, download this image (also available via http and rsync):

ftp://ftp.skolelinux.org/cd-squeeze-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso

For the Wheezy version work has only just begun (Feb 2013) and probably does not work, download this image:

ftp://ftp.skolelinux.org/cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso

Please note that these images are intended for testing only. Do not use these for production unless you know what you are doing! You can also download/update these images with rsync:

rsync -avzP ftp.skolelinux.org::cd-wheezy-test-amd64-i386-netinst/debian-edu-amd64-i386-NETINST-1.iso .

Check the md5sum and the timestamp because the file can change while downloading. Start the rsync again until the md5sum match.

Updating the CD

If you already have a version of Skolelinux and want to download the latest version, you can and should use rsync. rsync finds which chunks of the file that have been modified and downloads only those. It's faster and saves our bandwith. The following command updates your ISO-image, where filename.iso is the name of the existing file on your disk:

rsync -avzP ftp.skolelinux.org::cd-edu-testing-nolocal-netinst/debian-edu-amd64-i386-NETINST-1.iso filename.iso