Hi, David Wright wrote: > Yes, it clearly isn't in the list of checksummed files. The > netinst.iso files /look/ like netinst images when you peer inside, > but their .disk/info files say: > > Debian GNU/Linux 3.1 r6a "Sarge" - Official i386 Binary-1 (20070422) > [...] > So it would be interesting to know what the .disk/info file says > inside the binary-1.iso that you've downloaded.
$ osirrox -indev debian-31r6a-i386-binary-1.iso -concat append - /.disk/info -- ; echo ... Debian GNU/Linux 3.1 r6a "Sarge" - Official i386 Binary-1 (20070421) $ I also completed the CD 14 by supplying the right version of zope-quotafolder_0.1.1-1_all.deb in the "Files to scan:" directory ./local_deb. This jigdo-lite run reported success and renamed debian-31r6a-i386-binary-14.iso.tmp to debian-31r6a-i386-binary-14.iso The content of /.disk/info is: Debian GNU/Linux 3.1 r6a "Sarge" - Official i386 Binary-14 (20070421) The SHA256 matches the line in SHA256SUMS: 1c4facccdca7cfc9ddf428f6657d73d27366586fd32fdd2cebf219f57d45ed9b debian-31r6a-i386-binary-14.iso > (The netinst pool has 146 udebs and 181 debs.) $ osirrox -indev debian-31r6a-i386-binary-1.iso -find / -name '*.udeb' -- 2>/dev/null | wc -l 146 $ osirrox -indev debian-31r6a-i386-binary-1.iso -find / -name '*.deb' -- 2>/dev/null | wc -l 761 $ Have a nice day :) Thomas

