#
#	This file is used to setup the environment for database loads.
#
#	This file is sourced by the installdb script found in the 
#	individual product /bin area.
#
# IMPORTANT!!!!! PLEASE NOTE:
#	The remaining lines may need to be changed from these defaults.
#       The important variable is G1DBDIST which describes the type of
#	distribution that is being loaded.  The corresponding variable(s) 
#	for that distribution should be changed to meet your system
#	configuration.

# Distribution media type for database install 
# cd or ids
# G1DBDIST='ids'   
G1DBDIST="cd" 
export G1DBDIST

# CDROM device information
# mounted directory --OR--
# change this to actual directory path
# if copying files from network
G1CDDIR='/cd'     
export G1CDDIR 
