#
# You must define certain environment variables in this file
#  so that the scripts know where to find things.
#

CWD=`pwd`

# 


#
# The device name of your USB device (e.g. /dev/sda)
#  You can find it by plugging it in then doing
#
#    fdisk -l
#
# If you are unsure remove the USB device and rerun the fdisk -l
# If you get this wrong, your harddisk could be wiped out.
# It is probably "sda" or "sdb" or "sdc" 
#
USB_DEV=/dev/sdc
#
# When your USB key is mounted, what is the mount directory?
#
MOUNT_POINT=/media




