* Fabian Rodriguez <magic...@member.fsf.org> [2013-01-14 20:42]: > > http:// [...] > > (This is a Debian installer image with revision 4) > The above file isn't available anymore. Can you make it available again?
> Thank you in advance if you can upload the revision 4 version of the > netboot.img file. I'd like to avoid uploading a netboot.img since it will get out of date. However, here are the instructions for you to generate your own netboot.img that will work on the C1: # Install the package used to create the .img file apt-get install dns323-firmware-tools # Download the current image of Debian stable wget http://ftp.nl.debian.org/debian/dists/stable/main/installer-armel/current/images/orion5x/network-console/d-link/dns-323/netboot.img # Unpack it splitdns323fw -k kernel.uboot -i initrd.uboot netboot.img # Remove the .img file rm netboot.img # Change mkdns323fw to use 3 rather than 4 in the header sudo vi /usr/bin/mkdns323fw # Go to line 64 and change to 4. The context looks like this: 1, 3, <-- change this to 4 "\x00" * 7, # Now generate a new .img that will work on the C1 mkdns323fw -k kernel.uboot -i initrd.uboot -p 7 -c 1 -m 1 -o netboot.img -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org