Burn iso image with wodim
date_range
2017-03-27
person
mschulte
Burning iso images on the command line can be done with wodim.
wodim -v dev=/dev/sr0 -data /full/path/to/image.iso
Replace /dev/sr0 with full path to the cd-writer. Many systems have an alias /dev/cdrom for the cd-writer.
The correct name of the cd-writer can be found with wodim --devices.