##-----------------------------------------------------------------------------
## hd.txt - fli4l configuration parameters                                2.0.3
##
##        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:  25.02.2002  ap
##
## 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='0'                      # number of mounts
MOUNT_1_DEV='hda4'               # example: 4th partition of first ide-hard disk
MOUNT_1_POINT='/usr/local/data'  # mount point, here: /usr/local/data
MOUNT_1_FS='ext2'                # filesystem type: fat, vfat, ext2 or swap
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
HDINSTALL_MOUNT_BOOT='no'	 # mount harddisk boot partition: 'rw','ro','no'
                                 # (makes MOUNT_BOOT in base.txt, overridable
                                 # since hd install requires MOUNT_BOOT='yes'
                                 # in order to access files on boot partition)

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

#------------------------------------------------------------------------------
# Optional package: Modes for IDE Harddisk
#------------------------------------------------------------------------------
OPT_HDTUNE='no'                  # 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='5'           # 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

