6c6
< SPEED=2          # May use higher speed if your hardware supports it.
---
> SPEED=10         # May use higher speed if your hardware supports it.
9,10c9,10
< DEVICE=cdrom
< # DEVICE="0,0"     For older versions of cdrecord
---
> # DEVICE=/dev/cdrom     For older versions of cdrecord
> DEVICE="1,0,0"
25c25
<   # Default directory, if not specified on command line.
---
>   # Default directory, if not specified on command-line.
44c44,48
< cdrecord -v -isosize speed=$SPEED dev=$DEVICE $IMAGEFILE
---
> wodim -v -isosize dev=$DEVICE $IMAGEFILE
> #  In newer Linux distros, the "wodim" utility assumes the
> #+ functionality of "cdrecord."
> exitcode=$?
> echo "Exit code = $exitcode"
46c50
< exit $?
---
> exit $exitcode
