CD burning on the commandline

Create ISO-image with wodim

Use -J -R to get support for long filenames etc.:

genisoimage -o /tmp/output_image.iso -R -J /tmp/doom-cd

It might be a good idea to create and put an md5sum.txt file on the image.

Burn with wodim

wodim -v driveropts=burnfree /tmp/output_image.iso

You might add speed=8 or something for old cds.