| 1 |
#ident @(#)cdrecord.dfl 1.5 06/22/06 Copyr 2006 E. Bloch
|
| 2 |
#
|
| 3 |
#ident @(#)cdrecord.dfl 1.5 05/08/09 Copyr 1998 J. Schilling
|
| 4 |
#
|
| 5 |
# This file is /etc/default/cdrecord
|
| 6 |
# It contains defaults that are used if no command line option
|
| 7 |
# or environment is present.
|
| 8 |
#
|
| 9 |
# The default device, if not specified elswhere
|
| 10 |
#
|
| 11 |
#CDR_DEVICE=yamaha
|
| 12 |
CDR_DEVICE=cdrom
|
| 13 |
|
| 14 |
#
|
| 15 |
# The default speed, if not specified elswhere
|
| 16 |
#
|
| 17 |
# Note that newer cdrecord versions do not default
|
| 18 |
# to speed=1. For MMC compliant drives, the default
|
| 19 |
# is to write at maximum speed, so it in general does
|
| 20 |
# not make sense to set up a default speed in /etc/default/cdrecord
|
| 21 |
#
|
| 22 |
#CDR_SPEED=40
|
| 23 |
|
| 24 |
#
|
| 25 |
# The default FIFO size if, not specified elswhere
|
| 26 |
#
|
| 27 |
#CDR_FIFOSIZE=16m
|
| 28 |
|
| 29 |
#
|
| 30 |
# The following definitions allow abstract device names.
|
| 31 |
# They are used if the device name does not contain the
|
| 32 |
# the characters ',', ':', '/' and '@'
|
| 33 |
#
|
| 34 |
# Unless you have a good reason, use speed == -1 and let
|
| 35 |
# cdrecord use it's intercal drive specific defaults.
|
| 36 |
#
|
| 37 |
# drive name device speed fifosize driveropts
|
| 38 |
#
|
| 39 |
#default= USCSI:1,0,0 -1 -1 burnfree
|
| 40 |
#ricoh-u= USCSI:0,2,0 -1 -1 burnfree
|
| 41 |
#teac= 1,3,0 -1 -1 ""
|
| 42 |
#panasonic= 1,4,0 -1 -1 ""
|
| 43 |
#plextor= 1,4,0 -1 -1 ""
|
| 44 |
#sanyo= 1,4,0 -1 -1 burnfree
|
| 45 |
#yamaha= 1,5,0 -1 -1 ""
|
| 46 |
#cdrom= 0,6,0 2 1m ""
|
| 47 |
#remote= REMOTE:rscsi@somehost:1,0,0 16 16m burnfree
|
| 48 |
cdrom= /dev/cdrw -1 -1 burnfree
|