Package: cdrecord
Version: 4:2.01+01a03-5
Severity: minor
The most used option is:
driveropts=
Which is usually set under alias (bash):
function cdrecord ()
{
command cdrecord dev=$CDRW driveropts=burnfree "$@"
}
The manual page does not mention if this option can be supplied multiple
times, so that the above could be called like:
$ cdrecord driveropts=moreoptions this.iso
and the net result would be:
[1]
$ cdrecord dev=/dev/hdc driveropts=burnfree driveropts=moreoptions this.iso
as if written:
[2]
$ cdrecord dev=/dev/hdc driveropts=burnfree,moreoptions this.iso
SUGGESTION
Please clarify the manual page in this respect.
If this is not supported, this is a wishlist item as well to ask for
adding such extended feature: to allow multiple driveropts
to be treated as a combination of them all[2].
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/dash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to en_US)
Versions of packages cdrecord depends on:
ii debconf [debconf-2.0] 1.5.1 Debian configuration management sy
ii libc6 2.3.6-9 GNU C Library: Shared libraries
ii libcap1 1:1.10-14 support for getting/setting POSIX.
ii makedev 2.3.1-81 creates device files in /dev
Versions of packages cdrecord recommends:
ii mkisofs 4:2.01+01a03-5 Creates ISO-9660 CD-ROM filesystem
-- debconf information excluded
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]