Burn iso image with wodim
2017-03-27 - mschulte.nl - ~1 Minute
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
.