
# (C) Copyright 1995 by Michael Coulter.  All rights reserved.
# This file is sourced in to define key variables.  Edit this file to
# match your system requirements.
#
# The following variables are defined:
#
# CD_FILES is a file that lists all the inodes and files on the cd-rom.
# 	If it doesn't exist, it is created by logiso_install based on
# 	MOUNT_PATH and MAP_TO_PATH.  The name should not end with 
#	".gz".  If a .gz file is found, it will be uncompressed for use
#	and compressed again after use.
# FIND_LINKS a script which finds link files below a given directory.
#	You may need to make a script for your system to prune different
#	directories from the default find_links script.
# ISOFS_UTIL_DIR - the directory containing the logiso utilities and this
#	config file.  It is set first so that it can be used for other 
#	variables.
# MAP_TO_PATH is the path to the directory on the hard disk which mirrors 
#	the cd-rom.  You should start out by creating MAP_TO_PATH as
#	a symbolic link to MOUNT_PATH.  
# MOUNT_PATH is the path to the mount point of the cd-rom.  If it is already
# 	set, the current value is preservee.

ISOFS_UTIL_DIR="${ISOFS_UTIL_DIR:-/usr/src/linux/fs/isofs/Utils}"

CD_FILES="${CD_FILES:-${ISOFS_UTIL_DIR}/cd_files}"
FIND_LINKS="${FIND_LINKS:-${ISOFS_UTIL_DIR}/find_links}"
MAP_TO_PATH="${MAP_TO_PATH:-/system_cd}"
MOUNT_PATH="${MOUNT_PATH:-/cdmnt}"
