#!/bin/sh # # =head1 NAME # # mkcd - burn a data CD from an ISO image or data directory # # =head1 SYNOPSIS # # mkcd [-n] [dev=device] [speed=n] [blank=mode] {image.iso|dir} # # =head1 DESCRIPTION # # I is a script to burn data CD-Rs. # It is partner to mkiso(1cs), a program to make ISO9660 CD images. # Normally you would hand it a premade ISO9660 CD image to burn. # Alternatively you can hand it a directory containing the data for the CD # and it will call mkiso(1cs) to make the requisite CD image for you. # # =head1 OPTIONS # # =over 4 # # =item B<-n> # # No action. Run cdrecord(1) in dummy mode. # # =item B<-l> I