Using mkisofs to create and burn CD/DVD images.
Installation
On CentOS:
yum install mkisofs cdrecord
Usage
http://www.ks.uiuc.edu/Development/Computers/docs/user/cd-burner.html
mkisofs -J -l -R -r -T -V volid -allow-multidot -o filename path
- volid - the volume id for the disk you will make. This is the label the disk will have when automatically mounted on some operating systems.
- filename - where the filesystem image will be output. The file may be as large as 650MB (CD) or 4.7GB (DVD), so use scratch space if possible.