usb-creator for Ubuntu 8.04.x LTS (Hardy)

The Ubuntu built-in tool usb-creator is a nice thing. But if you want to use a LTS (long time support) version, you will have to fallback to the Ubuntu 8.04. Unfortunately usb-creator was initialy added in version 8.10 (Intrepid). But only a few steps are required to use it:

sudo apt-get install syslinux

sudo apt-get install mtools

https://launchpad.net/ubuntu/intrepid/i386/usb-creator

wget http://launchpadlibrarian.net/18940109/usb-creator_0.1.10_all.deb

sudo dpkg -i usb-creator_0.1.10_all.deb

sudo usb-creator

If you are using the server edition and don't have a gui installed, you will have to install gnome for example. But if you are doing so, I'm sure you don't need usb-creator ;-)