GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
Listing of CD Image Contents |
The next step is to obtain a list of files that will make up the contents of the CD. This is obtained from an appropriate CD image archive. For the binary distribution of Debian (2.2) there are three CDs. We download the list of contents for each:
$ wget http://www.uk.debian.org/debian-cd/cd-images/2.2_rev0/i386/binary-i386-1.list $ wget http://www.uk.debian.org/debian-cd/cd-images/2.2_rev0/i386/binary-i386-2.list $ wget http://www.uk.debian.org/debian-cd/cd-images/2.2_rev0/i386/binary-i386-3.list |
For Australia you can get them locally:
$ wget http://mirror.aarnet.edu.au/debian-cd/2.2_rev0/i386/binary-i386-1.list $ wget http://mirror.aarnet.edu.au/debian-cd/2.2_rev0/i386/binary-i386-2.list $ wget http://mirror.aarnet.edu.au/debian-cd/2.2_rev0/i386/binary-i386-3.list |