These images have been announced several times for testing, they are on
http://cdimage.debian.org/cdimage

More precisely,

http://cdimage.debian.org/cdimage/squeeze_di_rc2/i386/iso-cd/debian-squeeze-di-rc2-i386-businesscard.iso

Thomas Schmitt, le Mon 24 Jan 2011 14:37:41 +0100, a écrit :
> It might be a good idea to test in advance whether overwriting bytes
> 38919 to 40959 by zeros makes the image recognizable. (Byte numbers
> decimal starting at 0. Byte 38912 bears 255, 38913 bears 'C'.)

Actually I had already tried to replace 

       for (i = 7; i < 2048; ++i)
               if (h[i] != 0)
                       return (0);

with

       for (i = 7; i < 24; ++i)
               if (h[i] != 0)
                       return (0);

with success (except bug #610783).

Samuel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to