#####	tcdrrc - tcdr config file
#	Copyright (C) 2002 Szilard Torok <kobold2@yahoo.com>
#
#	Edit this file and copy it to /etc/tcdrrc.
#	See the manual on how to use it.


####### Parameters to address devices:

	CDRW[0]="/dev/scd1"				# CD writer device file
	CDRW[1]="LG CD-RW"				# vendor and model ID
	CDRW[2]="/mnt/cdrw"				# CD writer mount point
	CDRW[3]="0,1,0"					# SCSIBUS,TARGET,LUN address

	CDROM[0]="/dev/scd0"				# CD-ROM device file
	CDROM[1]="SONY CD-ROM"				# vendor and model ID
	CDROM[2]="/cdrom"				# CD-ROM FS mount point
	CDROM[3]="0,0,0"				# SCSIBUS,TARGET,LUN address

####### Array PR for external program parameters:

	PR[0]="/mnt/images/"				# Main working directory
	PR[1]="img.iso"					# Temporary ISO file name
	PR[2]="$(date +%Y:%m:%d:%H:%M:%S)"		# Volume ID (mkisofs -V)
	PR[3]="you@mail.net"				# Publisher/Preparer ID (mkisofs -p -P)
	PR[4]="/mnt/images/sound/"			# Place for sound images and sound files
	PR[5]="/mnt/images/cdroot/"			# Master CD root directory
	PR[6]="/dev/fd0"				# Floppy device
	PR[7]="boot.img"				# Bootable floppy image
	PR[8]="boot/"					# Directory to hold the boot catalog and the bootable floppy image
	PR[9]="boot.catalog"				# El Torito specification requires this file
	PR[10]="cdda.raw"				# Audio image file name
	PR[11]="cdda.wav"				# Audio image converted to WAV file name
	PR[12]="cdda.mp3"				# Audio image converted to MP3 file name
	PR[13]="$(hostname)"				# System ID (mkisofs -sysid)
	PR[14]="driver=mmc_cdr driveropts=burnfree"	# cdrecord driver and driver option

	TMPO="/tmp/tcdro.$$"				# Temporary file for program output
	TMP="/tmp/tcdr.$$"				# Temporary file for user input
	TCDRRC="/etc/tcdrrc"				# rc file (this file).
	TCDRPATH="$(echo ./mktcdr_rel | sed 's/tcdr$//')"		# Path to tcdr executable
	NOOUTP="$1"					# Supress output windows if 1

