##-----------------------------------------------------------------------------
## hd.txt - fli4l configuration parameters                         2.0.4
##
##        P L E A S E   R E A D   T H E   D O C U M E N T A T I O N ,
##                      S E E   R E A D M E . T X T
##
##        B I T T E  U N B E D I N G T   D I E   D O K U M E N T A T I O N
##              L E S E N ,  S I E H E   R E A D M E . T X T
##
## Creation:     26.06.2001  fm
## Last Update:  19.02.2002  hs
##
## Copyright (c) 2001 Frank Meyer <frank@fli4l.de>
##
## This program is free software; you can redistribute it and/or modify
## it under the terms of the GNU General Public License as published by
## the Free Software Foundation; either version 2 of the License, or
## (at your option) any later version.
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# Optional: mount additional devices
#------------------------------------------------------------------------------
OPT_MOUNT='no'                  # mount disks or cdroms: yes or no
MOUNT_N='1'                     # number of mounts
MOUNT_1_DEV='hda4'              # example: 4th partition of first ide-hard disk
MOUNT_1_FS='ext2'               # filesystem type: vfat, ext2, iso9660 or swap
MOUNT_1_POINT='/usr/local/data' # mount point, here: /usr/local/data
MOUNT_1_CHECK='yes'             # check/repair filesystem if corrupted: yes, no
MOUNT_1_OPTION='rw'             # additional options, see documentation!

#------------------------------------------------------------------------------
# Optional package: HDINSTALL
#------------------------------------------------------------------------------
OPT_HDINSTALL='no'              # install on harddisk: yes or no

#------------------------------------------------------------------------------
# Optional package: FDISK
#------------------------------------------------------------------------------
OPT_FDISK='no'                  # create partitions manually

#------------------------------------------------------------------------------
# Optional package: Modes for IDE Harddisk
#------------------------------------------------------------------------------
OPT_HDTUNE='yes'                # power down HD after some time
HDTUNE_N='1'                    # number of drives to change modes
HDTUNE_DISK_1='hda'             # drive to handle
HDTUNE_SLEEP_1='yes'            # sleep mode: yes or no
HDTUNE_SLEEPTIME_1='2'          # wait 2 minutes until power down
HDTUNE_32BIT_1='yes'            # 32 BIT IO on: yes or no
HDTUNE_DMA_1='yes'              # DMA ACCESS: yes or no
HDTUNE_READLA_1='yes'           # Read-Lookahead: yes or no

#------------------------------------------------------------------------------
# Optional package: RESCUE
#------------------------------------------------------------------------------
OPT_RESCUE='no'                 # install e2fsck

#------------------------------------------------------------------------------
# Optional package: CDROM (only for ide, for scsi see additional package scsi)
#------------------------------------------------------------------------------
OPT_CDROM='no'                  # install IDE CDROM drivers: yes or no