I'm having trouble figuring out how I would write an ISO disk image to a USB flash memory device from the command line in Ubuntu. I have the Startup Disk Creator utility, but I need to be able to script this job.
I found the usb-creator package, but there doesn't seem to be any documentation and python -m usbcreator
gives usbcreator is a package and cannot be directly executed
.
I looked at unetbootin, but it seems like another GUI-only utility.
Is there some obvious solution which I'm overlooking?