Hello, Am 2007-04-26 13:57:51, schrieb [EMAIL PROTECTED]: > And it would seem that jigdo does exactly that for me! Excellent ------------------------- END OF REPLIED MESSAGE -------------------------
You can download it using a script... ----8<---------------------------------------------------------- #!/bin/bash SERVER=http://ftp2.de.debian.org PATH1=debian/dists/etch/non-free/main/binary-i386 PATH2=debian/dists/etch wget -force-directories --no-host-directories \ ${SERVER}/${PATH1}/Packages \ ${SERVER}/${PATH1}/Packages.gz \ ${SERVER}/${PATH1}/Packages.bz2 \ ${SERVER}/${PATH1}/Release ${SERVER}/${PATH2}/ChangeLog ${SERVER}/${PATH2}/Contents-i386.gz ${SERVER}/${PATH2}/Release ${SERVER}/${PATH2}/Release.gpg gunzip <${PATH1}/Packages.gz |grep '^Filename: ' |\ sed "%/^Filename: %${SERVER}/debian/%" >Download.list wget --force-directories --no-host-directories \ --input-file Download.list ----8<---------------------------------------------------------- This will create a mirror of the "non-free" stuff which you can burn directly into the root of a CD without any problems... Thanks, Greetings and nice Day Michelle Konzack Systemadministrator Tamay Dogan Network Debian GNU/Linux Consultant -- Linux-User #280138 with the Linux Counter, http://counter.li.org/ ##################### Debian GNU/Linux Consultant ##################### Michelle Konzack Apt. 917 ICQ #328449886 50, rue de Soultz MSN LinuxMichi 0033/6/61925193 67100 Strasbourg/France IRC #Debian (irc.icq.com)

