#------------------------------------------------------------------------------
# Optional package: ramdisk
#------------------------------------------------------------------------------
# Creation:	13.01.2003  Dieter Fauth
# Last Update:  $Id: $
#------------------------------------------------------------------------------

OPT_RAMDISK='yes'			# use a ramdisk: yes or no
RAMDISK_SIZE='8000'			# size of the ramdisk in KByte
MOUNT_RAMDISK='/var/sandbox'		# mount point




