Hi,When I want to make a USB with persistent storage, I use unetbootin from ppa:gezakovacs. If I just want the bootable image, I can just use the dd command like so:
sudo dd if=trisquel-mini-6.0-i386.iso of=/dev/sdb bs=8M;sync Change the names, to protect the innocent; :)
