Imported Upstream version 1.1.11
[platform/upstream/cdrkit.git] / wodim / wodim.dfl
1 # wodim.dfl Copyright 2006 E. Bloch
2 # Based on cdrecord.dfl (Copyright 1998 J. Schilling)
3 #
4 # This file is /etc/wodim.conf
5 # It contains defaults that are used if no command line option
6 # or environment is present.
7
8 # The default device, if not specified elsewhere.
9 #
10 #CDR_DEVICE=yamaha
11 CDR_DEVICE=cdrom
12
13
14 # The default speed, if not specified elswhere.
15 #
16 # For MMC compliant drives, the default is to write at maximum speed, so it in
17 # general does not make sense to set up a default speed in /etc/wodim.conf.
18 #
19 #CDR_SPEED=40
20
21
22 # The default FIFO size if, not specified elswhere.
23 #
24 CDR_FIFOSIZE=12m
25
26 #
27 # CDR_MAXFIFOSIZE can limit the maximum allowed FIFO size. This is useful to
28 # not let mallicious users allocate too much system memory if no ulimit is set
29 # or wodim runs with suid-root permissions.
30 #
31 # CDR_MAXFIFOSIZE=256m
32
33 #
34 # The following definitions allow abstract device names.  They are used if the
35 # device name does not contain the the characters ',', ':', '/' and '@'
36 #
37 # Unless you have a good reason, use speed == -1 and let wodim use its internal
38 # drive specific defaults.
39 #
40 # drive name    device  speed   fifosize driveropts
41 #
42 #default=       USCSI:1,0,0     -1      -1      burnfree
43 #sanyo=         1,4,0   -1      -1      burnfree
44 #cdrom=         0,6,0   2       1m      ""
45 #remote=                REMOTE:rscsi@somehost:1,0,0     16      32m     burnfree
46 #
47 cdrom=          -1      -1      -1      burnfree
48