I would like to create a bootable USB with Trisquel 5.0 dagda netinstall
image.
However, I can't find the netboot image in Trisquel's repositories.
As an example you can find the boot.img.gz image for the latest Ubuntu here:
http://archive.ubuntu.com/ubuntu/dists/oneiric/main/installer-amd64/current/images/netboot/
That is needed to make the USB bootable by doing
$ zcat boot.img.gz > /dev/DEVICE # e.g. /dev/sdc
Then, the contents of the netinstall iso should be copied in the USB device.
Does anybody know where I can find Trisquel's netboot image?
Thanks.