# 	Configuration file for Virtual Tape Server
#
# This binary of vtserver runs with 19200 baud!
# First line is any Unix command needed to set the serial port up
stty -F /dev/ttyUSB0 19200 cs8 clocal -crtscts
#stty -F /dev/ttyUSB0 9600 cs8 clocal -crtscts
#
# Second line in this file is the serial port device
/dev/ttyUSB0
#
# After that is the list of files on the virtual tape, e.g
#   Record 0: the copy ptogram
#   Record 1: a disk image for your root disk
#
#copy
#29bsd-sms-rd53.rd
#
# For a simulated tape installation via vtserver:
#
# After that is the list of files on the virtual tape, e.g
#   Record 0: the vtserevr boot loader
#   Record 1: The program mkfs
#   Record 2: The program restor
#   Record 3: The program icheck
#   Record 4: A dump of the root file system
#   Record 5: A dump of the /usr file system
#
boot.vt
mkfs
restor
icheck
root.dump
usr.dump
