One minute
Burning .img image to DVD on the command line
Burning .img image to DVD on the command line
Install udftools
package using APT (Debian/Ubuntu):
apt-get install udftools
Burn your image:
growisofs -Z /dev/dvdrw1=/home/theone/myimage.img
/dev/dvdrw1
is the DVD device/home/theone/myimage.img
is your image
Reference:
Read other posts